Commit graph

876 commits

Author SHA1 Message Date
Xudong Sun
4aa3d29599 refactor: skill lifecycle projection and docs (#78)
* Refactor skill lifecycle projection and docs

* Improve owner lifecycle visibility on skill detail

* Track download counts per skill version
2026-03-18 13:39:22 +08:00
Xudong Sun
c2284d8acf feat: add anonymous download rate limiting (#76) 2026-03-18 11:31:10 +08:00
dongmucat
8fd9e364fd perf(web): reduce react-query stale time to 30s 2026-03-17 22:05:12 +08:00
dongmucat
310ae73fae feat(web): inject OpenClaw integration docs into build output for SEO 2026-03-17 21:02:49 +08:00
dongmucat
f2de3d5d51 refactor(web): unify local datetime formatting across governance and review pages (#73) 2026-03-17 20:34:54 +08:00
wowo
8708cab18c Merge pull request #72 from iflytek/fix/global-public-download-anon
Allow anonymous downloads for global public skills
2026-03-17 20:34:30 +08:00
wowo-zZ
69e29aeadf docs: add OpenClaw integration guide and update download auth rules
- Add comprehensive OpenClaw/ClawHub CLI integration guides (CN/EN)
- Document anonymous download support for global PUBLIC skills
- Clarify authentication requirements by namespace type
- Update README with ClawHub CLI usage examples
2026-03-17 20:32:39 +08:00
FenjuFu
9dad71b2c0 Add badges for documentation, license, build, and Docker (#71)
Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
2026-03-17 20:26:40 +08:00
vsxd
72054dee0f Allow anonymous downloads for global public skills 2026-03-17 20:25:26 +08:00
yun-zhi-ztl
cc5fc7586f fix: improve disabled-account feedback and skill detail polish (#70)
* fix: keep download counts consistent across skill pages

* fix: stabilize empty search ordering across sorts

* fix: show disabled-account reason on login redirect

* fix: mute report input placeholder text

* fix: return skill detail to my skills page

* test: stabilize auth context filter coverage
2026-03-17 19:55:44 +08:00
dongmucat
09e1933f61 feat(web): refine header interactions and dashboard skill cards 2026-03-17 19:39:20 +08:00
wowo
01dee8da1d Merge pull request #68 from iflytek/docs/add-chinese-readme
docs: add Chinese README and language switcher
2026-03-17 19:24:41 +08:00
wowo-zZ
a560bbcea3 docs: add Chinese README and language switcher
- Add README_zh.md with full Chinese translation
- Add English | 中文 language switcher to README.md
2026-03-17 19:19:59 +08:00
wowo
b8f1e5cb75 Merge pull request #67 from iflytek/feature/ui
Feature/UI
2026-03-17 18:58:58 +08:00
dongmucat
9bb7a01882 Merge branch 'main' of github.com:iflytek/skillhub into feature/ui 2026-03-17 18:53:49 +08:00
dongmucat
ed6c2998a0 feat: Implement SkillHub UI redesign with new page templates, components, and related documentation. 2026-03-17 18:46:41 +08:00
wowo
9828c0a575 Merge pull request #65 from iflytek/feature/project-fixbug
fix: handle numeric search terms in downloads sort
2026-03-17 17:16:53 +08:00
wowo
e649f3fc1b Merge pull request #63 from iflytek/fix/s3-skill-download
Fix S3 skill download flow and filenames
2026-03-17 17:12:22 +08:00
dongmucat
4fa16a7f4a feat: refine landing experience and restore my-skills metadata 2026-03-17 17:11:16 +08:00
dongmucat
ed04c97e8f feat: Implement initial web application structure, core pages, and UI components with i18n support. 2026-03-17 17:11:16 +08:00
yun-zhi-ztl
ad43fd5a78 fix: allow downloads sort for numeric search terms 2026-03-17 17:10:50 +08:00
dongmucat
808b80f295 feat: refine landing experience and restore my-skills metadata 2026-03-17 17:07:28 +08:00
yun-zhi-ztl
c3e77b6dd3 Merge remote-tracking branch 'origin/main' into feature/project-fixbug 2026-03-17 17:05:18 +08:00
dongmucat
67e3c8ff19 feat: Implement initial web application structure, core pages, and UI components with i18n support. 2026-03-17 17:03:55 +08:00
vsxd
7c85a262ff Fix S3 skill download flow and filenames 2026-03-17 16:58:24 +08:00
yun-zhi-ztl
b0e19af3ed fix: harden hidden skill visibility and local dev restart flow (#62)
* fix: hide hidden skills from regular viewers

* fix: avoid dashboard preview crash after registration

* fix: restrict skill hiding to super admins

* chore: remove dev process script

* fix: hide hidden skills from slug resolution
2026-03-17 15:26:12 +08:00
yun-zhi-ztl
f0a9714644 fix: hide hidden skills from slug resolution 2026-03-17 15:20:35 +08:00
yun-zhi-ztl
93b5b84d17 chore: remove dev process script 2026-03-17 15:06:37 +08:00
yun-zhi-ztl
b5bbb09c73 fix: restrict skill hiding to super admins 2026-03-17 15:04:46 +08:00
yun-zhi-ztl
beff78512a fix: avoid dashboard preview crash after registration 2026-03-17 14:53:26 +08:00
yun-zhi-ztl
4938bc3b82 Merge remote-tracking branch 'origin/main' into feature/project-fixbug 2026-03-17 14:48:11 +08:00
yun-zhi-ztl
a569707710 fix: hide hidden skills from regular viewers 2026-03-17 14:34:25 +08:00
yun-zhi-ztl
a4c0ea60a5 Merge remote-tracking branch 'origin/main' into feature/project-fixbug 2026-03-17 14:31:30 +08:00
yun-zhi-ztl
b70d4336b0 fix: hide hidden skills from regular viewers 2026-03-17 14:29:07 +08:00
vsxd
e52853c49c test: cover role and user status permission edges 2026-03-17 14:27:25 +08:00
yun-zhi-ztl
b4d716d68f Merge pull request #58 from iflytek/feature/project-fixbug
fix: stabilize portal flows and restore skill detail downloads
2026-03-17 14:26:46 +08:00
yun-zhi-ztl
ce982c9992 Merge remote-tracking branch 'origin/main' into feature/project-fixbug 2026-03-17 14:20:41 +08:00
yun-zhi-ztl
984137485d fix: fallback to rebuilding skill bundles for downloads 2026-03-17 14:14:45 +08:00
wowo
c69b432798 Merge pull request #59 from iflytek/chore/unify-build-test-makefile
chore: unify build and test entrypoints
2026-03-17 14:12:43 +08:00
vsxd
033ac54c76 chore: unify build and test entrypoints 2026-03-17 14:09:22 +08:00
yun-zhi-ztl
252ba65297 fix: hide self-report action on skill detail 2026-03-17 14:05:40 +08:00
yun-zhi-ztl
83606ef930 fix: degrade gracefully for missing skill storage assets 2026-03-17 13:56:39 +08:00
yun-zhi-ztl
c8ba86e8a2 test: cover skill query helpers 2026-03-17 11:54:16 +08:00
yun-zhi-ztl
9e916305f1 test: cover formatting and api error helpers 2026-03-17 11:51:40 +08:00
yun-zhi-ztl
02c03946c9 test: restore passing unit suites 2026-03-17 11:44:57 +08:00
yun-zhi-ztl
f6aaa6f587 Merge remote-tracking branch 'origin/main' into feature/project-fixbug 2026-03-17 11:37:22 +08:00
yun-zhi-ztl
22c3ca69a0 fix: stack dashboard skills and tokens 2026-03-17 11:36:48 +08:00
yun-zhi-ztl
96c2f53283 fix: show download error on skill detail 2026-03-17 11:32:50 +08:00
yun-zhi-ztl
0904f0feda fix: sync namespace member role updates 2026-03-17 11:30:57 +08:00
yun-zhi-ztl
99ff863681 fix: handle role downgrade on protected pages 2026-03-17 11:28:00 +08:00