SkillSpace/skills/skill-publisher/skill.json
sinohqb df4635a1da Integrate SkillHub CLI into publish lifecycle
- Rewrite skill-publisher with 7-step flow: target → checklist → format
  adaptation → dry-run → publish → verify → registry update
- Add format adapter: skill.json + prompt.md → SKILL.md for Qoder/Codex/Claude Code
- Add namespace auto-mapping for 4 frameworks (sola-*-work)
- Update skill-discover with SkillHub as primary search source
- Update skill-retire with skillhub remove --remote for server-side deletion
- Add SkillHub platform section to README
2026-07-01 20:07:32 +08:00

26 lines
752 B
JSON

{
"name": "skill-publisher",
"version": "0.2.0",
"description": "Publish skills to SkillHub and other platforms with format adaptation, pre-publish checklist, and post-publish verification.",
"type": "lifecycle-stage",
"stage": "publish",
"tags": ["publish", "deploy", "release", "skillhub", "clawhub"],
"platforms": {
"skillhub": {
"url": "https://skill.solahqb22.cn",
"cli": "@astron-team/skillhub",
"namespaces": {
"openclaw": "sola-openclaw-work",
"claude-code": "sola-claude-code-work",
"codex": "sola-codex-work",
"qoder": "sola-qoder-work"
}
},
"clawhub": {
"url": "https://clawhub.ai",
"cli": "openclaw",
"frameworks": ["openclaw"]
}
}
}