Openakita submit-skill-repo
Submit a GitHub repository to be indexed by the OpenAkita Skill Store. Use when user wants to share their skills repo with the community.
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/submit-skill-repo" ~/.claude/skills/openakita-openakita-submit-skill-repo && rm -rf "$T"
manifest:
skills/system/submit-skill-repo/SKILL.mdsource content
submit-skill-repo
Submit a GitHub repository to be indexed by the OpenAkita Skill Store.
Tools
- Submit a GitHub repo URL for skill indexingsubmit_skill_repo
Usage
Use this skill when the user wants to:
- Share their GitHub repository containing Skills
- Submit a community Skill to the platform
- Register a new Skill source for the Skill Store
Parameters
(required): GitHub repository URL (e.g. https://github.com/owner/repo)repo_url
Examples
- "把我的 GitHub 仓库提交到 Skill Store"
- "提交 https://github.com/my-org/my-skill 到平台"