skill-manager
- Repo stars 387
- Author repo 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)
- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @AFK-surf · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- macOS · Linux · Windows
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. 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:
… Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> 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
terms -> IMPORTANT · Read the detailed guide · Locate · Read · Apply changes · Validate · Report · Note
files/cmd -> ~/.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
body sha256 -> 5d500c861edc
Decide Fit First
Design Intent
How To Use It
Boundaries And Review