skill-manager
- Repo stars 387
- Author updated Live
- Author repo OpenBridge
- Domain
- Other
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @AFK-surf · no license declared
- Token usage
- Lean
- Setup complexity
- Plug-and-play
- External API key
- Not required
- Operating systems
- macOS · Linux · Windows
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Network behavior
- Local-only
- 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-manager
description: | This skill provides guidance for all skill-related operations: creating, installing, modifying…
category: other
runtime: no special runtime
---
# skill-manager output preview
## PART A: Task fit
- Use case: | This skill provides guidance for all skill-related operations: creating, installing, modifying, and deleting 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. runs entirely locally. Works with Claude Code….
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “About Skills / Skill Directories / Operation: Install Skill from URL” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “| This skill provides guidance for all skill-related operations: creating, installing, modifying, and deleting 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. runs entirely locally. Works with Claude Code…”.
- **02** When the source has headings, the agent prioritizes “About Skills / Skill Directories / Operation: Install Skill from URL” 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; mostly runs locally; usually needs no extra API key.
## Running Rules
- read files, write/modify files; mostly runs locally; 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 “About Skills / Skill Directories / Operation: Install Skill from URL”. 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-manager
description: | This skill provides guidance for all skill-related operations: creating, installing, modifying…
category: other
source: AFK-surf/OpenBridge
---
# skill-manager
## When to use
- | This skill provides guidance for all skill-related operations: creating, installing, modifying, and deleting skills.…
- 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 “About Skills / Skill Directories / Operation: Install Skill from URL” and keep inference separate from source facts.
- read files, write/modify files; mostly runs locally; 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-manager" {
input -> user goal + target files + boundaries + acceptance criteria
context -> About Skills / Skill Directories / Operation: Install Skill from URL
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files | mostly runs locally
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} 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)
Decide Fit First
Design Intent
How To Use It
Boundaries And Review