技能 hub
- 作者仓库星标 793
- 作者仓库 metabot
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
- 流狐分类
- 通用
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @xvirobotics · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 检测到的网络行为
- 允许外网请求
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Quick Commands (mb shortcut)
The mb CLI handles auth automatically. Always prefer mb over raw curl:
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
Workflow Examples
Workflow Examples
Finding and installing a skill
Finding and installing a skill
Publishing a bot's skill
Publishing a bot's skill
Installing from a peer instance
Installing from a peer instance
# 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:**
```bash
# 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
```bash
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
```bash
mb skills publish whis data-analysis # Share whis's data-analysis skill
mb skills # Verify it's listed
```
### Installing from a peer instance
```bash
mb skills # See all skills including peer skills
… 证据边界与执行链路
作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Quick Commands (mb shortcut) → When to Use → Workflow Examples → Finding and installing a skill → Publishing a bot's skill → Installing from a peer instance
要点 -> Always prefer mb over raw curl · Discover and install skills shared across MetaBot instances and bots. · The mb CLI handles auth automatically.
文件/命令 -> share/publish
内容 SHA-256 -> 5cbdb09f7d0b
方法与流程
适用与边界
原文中的明确线索
share/publish