Openakita publish-agent
Publish a local Agent to the OpenAkita Platform Agent Store. Package and prepare a local Agent for publishing to the community hub.
install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/publish-agent" ~/.claude/skills/openakita-openakita-publish-agent && rm -rf "$T"
manifest:
skills/system/publish-agent/SKILL.mdsource content
publish-agent
Publish a local Agent to the OpenAkita Platform Agent Store.
Tools
- Package and prepare a local Agent for publishingpublish_agent
Usage
Use this skill when the user wants to:
- Share a local Agent to the community
- Publish an Agent to the OpenAkita hub
- Package an Agent for distribution
Parameters
(required): The local Agent profile ID to publishprofile_id
(optional): Description for the platform listingdescription
(optional): Category for the listingcategory
(optional): Tags for discoverabilitytags
Examples
- "把我的客服 Agent 发布到 Hub"
- "分享这个 Agent 到社区"