- 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
26 lines
752 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|