技能 管理器
- 作者仓库星标 387
- 作者仓库 OpenBridge
Skill Manager
This skill provides guidance for all skill-related operations: creating, installing, modifying, and deleting skills.
About Skills
Skills are modular, self-contained packages that extend the agent by providing specialized workflows and bundled resources. Think of them as an "onboarding guide" for a specific task category.
Skill Directories
User skills live under ~/.openbridge/skills/:
| Directory | Purpose |
|---|---|
custom/ |
User-created skills |
imported/ |
Skills imported from the OpenBridge skill library |
Synced local skills may also appear through configured sync folders. Those stay at their original locations and are not installed into ~/.openbridge/skills/.
IMPORTANT: When creating or installing managed local skills, always use ~/.openbridge/skills/custom/<skill-slug>/ unless the flow explicitly targets imported/.
Operation: Install Skill from URL
When the user provides a URL to a skill (e.g., https://example.com/dot_claude/skills/xxx/SKILL.md) and asks to "install this skill".
Read the detailed guide: references/install-from-url.md
Operation: Install Skill via npx skills CLI
When the user asks to install a skill using npx skills add.
Read the detailed guide: references/install-from-npx-skills.md
Operation: Create Skill from Current Conversation
Convert the current multi-turn chat solution into a reusable custom skill.
Read the detailed guide: references/create-from-conversation.md
Operation: Modify Existing Skill
When the user asks to modify, edit, or update an existing skill:
- Locate the SKILL.md in
~/.openbridge/skills/(check custom/ and imported/) or in a configured sync folder - Read current content
- Apply changes as requested
- Validate if possible
- Report what was changed
Note: System skills are read-only. To customize behavior, create a new skill under ~/.openbridge/skills/custom/.
Operation: Delete Skill
When the user asks to delete or remove a skill:
- Confirm location: Only
~/.openbridge/skills/custom/or~/.openbridge/skills/imported/skills can be deleted - Confirm with user (list what will be removed)
- Delete:
rm -rf ~/.openbridge/skills/custom/<skill-slug>/ - Report deletion
Cannot delete: system skills, synced skills (manage at original location)
- 流狐分类
- 通用
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @AFK-surf · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- macOS · Linux · Windows
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Skills are modular, self-contained packages that extend the agent by providing specialized workflows and bundled resources. Think of them as an "onboarding guide" for a specific task category.
User skills live under ~/.openbridge/skills/: Directory · Purpose custom/ · User-created skills
When the user provides a URL to a skill (e.g., https://example.com/dotclaude/skills/xxx/SKILL.md) and asks to "install this skill". Read the detailed guide: references/install-from-url.md
When the user asks to install a skill using npx skills add. Read the detailed guide: references/install-from-npx-skills.md
Convert the current multi-turn chat solution into a reusable custom skill. Read the detailed guide: references/create-from-conversation.md
When the user asks to modify, edit, or update an existing skill: Locate the SKILL.md in ~/.openbridge/skills/ (check custom/ and imported/) or in a configured sync folder Read current content
# Skill Manager
This skill provides guidance for all skill-related operations: creating, installing, modifying, and deleting skills.
## About Skills
Skills are modular, self-contained packages that extend the agent by providing specialized workflows and bundled resources. Think of them as an "onboarding guide" for a specific task category.
## Skill Directories
User skills live under `~/.openbridge/skills/`:
| Directory | Purpose |
| ----------- | --------------------------------------------- |
| `custom/` | User-created skills |
| `imported/` | Skills imported from the OpenBridge skill library |
Synced local skills may also appear through configured sync folders. Those stay at their original locations and are not installed into `~/.openbridge/skills/`.
**IMPORTANT**: When creating or installing managed local skills, always use `~/.openbridge/skills/custom/<skill-slug>/` unless the flow explicitly targets `imported/`.
---
## Operation: Install Skill from URL
When the user provides a URL to a skill (e.g., `https://example.com/dot_claude/skills/xxx/SKILL.md`) and asks to "install this skill".
**Read the detailed guide**: `references/install-from-url.md`
---
## Operation: Install Skill via npx skills CLI
When the user asks to install a skill using `npx skills add`.
**Read the detailed guide**: `references/install-from-npx-skills.md`
---
## Operation: Create Skill from Current Conversation
Convert the current multi-turn chat solution into a reusable custom skill.
**Read the detailed guide**: `references/create-from-conversation.md`
---
## Operation: Modify Existing Skill
When the user asks to modify, edit, or update an existing skill:
… 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> About Skills → Skill Directories → Operation: Install Skill from URL → Operation: Install Skill via npx skills CLI → Operation: Create Skill from Current Conversation → Operation: Modify Existing Skill
要点 -> IMPORTANT · Read the detailed guide · Locate · Read · Apply changes · Validate · Report · Note
文件/命令 -> ~/.openbridge/skills/ · custom/ · imported/ · ~/.openbridge/skills/custom/<skill-slug>/ · https://example.com/dotclaude/skills/xxx/SKILL.md · references/install-from-url.md · npx skills add · references/install-from-npx-skills.md
内容 SHA-256 -> 5d500c861edc
原文结构
适用与边界
原文中的明确线索
~/.openbridge/skills/、custom/、imported/、~/.openbridge/skills/custom/<skill-slug>/、https://example.com/dotclaude/skills/xxx/SKILL.md、references/install-from-url.md、npx skills add、references/install-from-npx-skills.md