submit-skill-repo

$npx mdskill add openakita/openakita/submit-skill-repo

Submit GitHub repos to index them in the Skill Store.

  • Enables users to share their skill repositories with the community.
  • Integrates with the skill_store handler for submission processing.
  • Requires a valid GitHub repository URL as the sole input.
  • Returns confirmation of the submission status to the user.
SKILL.md
.github/skills/submit-skill-repoView on GitHub ↗
---
name: submit-skill-repo
description: Submit a GitHub repository to be indexed by the OpenAkita Skill Store. Use when user wants to share their skills repo with the community.
system: true
handler: skill_store
tool-name: submit_skill_repo
category: Skill Store
---

# submit-skill-repo

Submit a GitHub repository to be indexed by the OpenAkita Skill Store.

## Tools

- `submit_skill_repo` - Submit a GitHub repo URL for skill indexing

## 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

- `repo_url` (required): GitHub repository URL (e.g. https://github.com/owner/repo)

## Examples

- "把我的 GitHub 仓库提交到 Skill Store"
- "提交 https://github.com/my-org/my-skill 到平台"
More from openakita/openakita