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.md
source content

publish-agent

Publish a local Agent to the OpenAkita Platform Agent Store.

Tools

  • publish_agent
    - Package and prepare a local Agent for publishing

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

  • profile_id
    (required): The local Agent profile ID to publish
  • description
    (optional): Description for the platform listing
  • category
    (optional): Category for the listing
  • tags
    (optional): Tags for discoverability

Examples

  • "把我的客服 Agent 发布到 Hub"
  • "分享这个 Agent 到社区"