[PR #20] [MERGED] feat: show published skills on user profile #215

Closed
opened 2026-02-15 17:16:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawhub/pull/20
Author: @njoylab
Created: 1/19/2026
Status: Merged
Merged: 1/24/2026
Merged by: @steipete

Base: mainHead: feature/user-profile-published-skills


📝 Commits (4)

  • 349f74f fix: resolve typecheck and lint errors
  • 2664c3a fix: stabilize publish paths and token types
  • e292096 feat: show published skills on user profile
  • f6754ff fix: document profile published skills (#20) (thanks @njoylab)

📊 Changes

16 files changed (+284 additions, -153 deletions)

View changed files

📝 CHANGELOG.md (+3 -0)
📝 convex/devSeed.ts (+63 -41)
📝 convex/httpApi.handlers.test.ts (+5 -3)
📝 convex/httpApiV1.ts (+7 -4)
📝 convex/lib/skillPublish.ts (+13 -9)
📝 convex/seed.ts (+2 -1)
📝 convex/skills.ts (+2 -1)
📝 convex/souls.ts (+1 -1)
📝 convex/statsMaintenance.ts (+78 -53)
📝 src/__tests__/search-route.test.ts (+12 -2)
📝 src/__tests__/skills-index.test.tsx (+2 -1)
📝 src/components/Header.tsx (+42 -32)
📝 src/components/SkillDetailPage.tsx (+3 -1)
📝 src/routes/dashboard.tsx (+6 -3)
📝 src/routes/settings.tsx (+11 -1)
📝 src/routes/u/$handle.tsx (+34 -0)

📄 Description

Summary

  • show published skills on user profile page (u/)
  • keep stars and installed sections unchanged

Testing

  • bun run lint
  • bun run test (fails: src/lib/site.test.ts > detects site mode from VITE_SOULHUB_SITE_URL and SITE_URL fallback)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/clawhub/pull/20 **Author:** [@njoylab](https://github.com/njoylab) **Created:** 1/19/2026 **Status:** ✅ Merged **Merged:** 1/24/2026 **Merged by:** [@steipete](https://github.com/steipete) **Base:** `main` ← **Head:** `feature/user-profile-published-skills` --- ### 📝 Commits (4) - [`349f74f`](https://github.com/openclaw/clawhub/commit/349f74f54a88b9337572938493f8955062842a5a) fix: resolve typecheck and lint errors - [`2664c3a`](https://github.com/openclaw/clawhub/commit/2664c3aa5f63736c313917a57b4f7fa12461bbf8) fix: stabilize publish paths and token types - [`e292096`](https://github.com/openclaw/clawhub/commit/e2920967678fd06ecb8c366cae27ac549faa2c1f) feat: show published skills on user profile - [`f6754ff`](https://github.com/openclaw/clawhub/commit/f6754ffacc9426cd1b6c3108613c74728fcb62e8) fix: document profile published skills (#20) (thanks @njoylab) ### 📊 Changes **16 files changed** (+284 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -0) 📝 `convex/devSeed.ts` (+63 -41) 📝 `convex/httpApi.handlers.test.ts` (+5 -3) 📝 `convex/httpApiV1.ts` (+7 -4) 📝 `convex/lib/skillPublish.ts` (+13 -9) 📝 `convex/seed.ts` (+2 -1) 📝 `convex/skills.ts` (+2 -1) 📝 `convex/souls.ts` (+1 -1) 📝 `convex/statsMaintenance.ts` (+78 -53) 📝 `src/__tests__/search-route.test.ts` (+12 -2) 📝 `src/__tests__/skills-index.test.tsx` (+2 -1) 📝 `src/components/Header.tsx` (+42 -32) 📝 `src/components/SkillDetailPage.tsx` (+3 -1) 📝 `src/routes/dashboard.tsx` (+6 -3) 📝 `src/routes/settings.tsx` (+11 -1) 📝 `src/routes/u/$handle.tsx` (+34 -0) </details> ### 📄 Description ## Summary - show published skills on user profile page (u/) - keep stars and installed sections unchanged ## Testing - bun run lint - bun run test (fails: src/lib/site.test.ts > detects site mode from VITE_SOULHUB_SITE_URL and SITE_URL fallback) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:19 -05:00
yindo closed this issue 2026-02-15 17:16:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#215