skill-hub
- Repo stars 793
- Author updated Live
- Author repo metabot
- Domain
- Other
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @xvirobotics · no license declared
- Token usage
- Lean
- Setup complexity
- Plug-and-play
- External API key
- Not required
- Operating systems
- Unspecified (assume cross-platform)
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Network behavior
- External requests
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: skill-hub
description: Discover, search, and install shared skills from the Skill Hub registry. Use when the user wants…
category: other
runtime: no special runtime
---
# skill-hub output preview
## PART A: Task fit
- Use case: Discover, search, and install shared skills from the Skill Hub registry. Use when the user wants to find available skills, share a skill with other bots, or install a skill from the hub..
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “Quick Commands (mb shortcut) / When to Use / Workflow Examples” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “Discover, search, and install shared skills from the Skill Hub registry. Use when the user wants to find available skills, share a skill with other bots, or install a skill from the hub.”.
- **02** When the source has headings, the agent prioritizes “Quick Commands (mb shortcut) / When to Use / Workflow Examples” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files; may access external network resources; usually needs no extra API key.
## Running Rules
- read files, write/modify files; may access external network resources; usually needs no extra API key.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source does not require a stable slash command. After installation, invoke the skill by name and describe the task.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files.
Start with a small task and check whether the result follows “Quick Commands (mb shortcut) / When to Use / Workflow Examples”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: skill-hub
description: Discover, search, and install shared skills from the Skill Hub registry. Use when the user wants…
category: other
source: xvirobotics/metabot
---
# skill-hub
## When to use
- Discover, search, and install shared skills from the Skill Hub registry. Use when the user wants to find available ski…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “Quick Commands (mb shortcut) / When to Use / Workflow Examples” and keep inference separate from source facts.
- read files, write/modify files; may access external network resources; usually needs no extra API key.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "skill-hub" {
input -> user goal + target files + boundaries + acceptance criteria
context -> Quick Commands (mb shortcut) / When to Use / Workflow Examples
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files | may access external network resources
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} Skill Hub — Shared Skill Registry
Discover and install skills shared across MetaBot instances and bots.
Quick Commands (mb shortcut)
The mb CLI handles auth automatically. Always prefer mb over raw curl:
# Browse available skills
mb skills # List all skills (local + peer)
mb skills search <query> # Search by keyword
# Get skill details
mb skills get <name> # View full skill info and SKILL.md content
# Install a skill to a bot
mb skills install <skillName> <botName> # Install from local hub
mb skills install <skillName> <botName> peer:<peerName> # Install from peer
# Publish a skill (share with others)
mb skills publish <botName> <skillName> # Publish a bot's skill to the hub
# Remove a skill from the hub
mb skills remove <name> # Unpublish
When to Use
- User asks "what skills are available?"
- User wants to install a skill to a bot
- User wants to share/publish a skill for others to use
- User asks to find skills for a specific purpose (e.g., "is there a skill for spreadsheets?")
- Cross-bot skill sharing: one bot has a useful skill that another bot needs
Workflow Examples
Finding and installing a skill
mb skills search "calendar" # Find calendar-related skills
mb skills get lark-calendar # See details
mb skills install lark-calendar mybot # Install to mybot
Publishing a bot's skill
mb skills publish whis data-analysis # Share whis's data-analysis skill
mb skills # Verify it's listed
Installing from a peer instance
mb skills # See all skills including peer skills
mb skills install data-viz mybot peer:alice # Install from peer "alice"
Guidelines
- Before publishing, ensure the skill is well-documented with clear SKILL.md
- Use descriptive names and tags for discoverability
- Search before creating to avoid duplicates
- Published skills are available to all bots on all connected instances
Decide Fit First
Design Intent
How To Use It
Boundaries And Review