skill-store
- Repo stars 880
- Author repo octos
Skill Store
Use the manage_skills tool to browse, install, and remove skills. Do NOT use shell commands — skills must be managed via the tool.
Browse Available Packages
manage_skills(action="search")
manage_skills(action="search", query="voice")
Install a Package
manage_skills(action="install", repo="mofa-org/mofa-skills/mofa-fm")
manage_skills(action="install", repo="mofa-org/mofa-skills/mofa-fm", force=true)
Use force=true to overwrite an existing skill. Use branch for a specific version.
List Installed Skills
manage_skills(action="list")
Update a Skill
manage_skills(action="update", name="mofa-fm")
Reads the original source repo from .source and reinstalls with the latest version.
Remove a Skill
manage_skills(action="remove", name="mofa-fm")
Tell the user what was installed and any requirements (e.g. API keys, binaries).
- Fluxly category
- AI
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 92 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @octos-org · v1.0.0 · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Shell exec
- 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. Browse Available Packages
Use force=true to overwrite an existing skill. Use branch for a specific version.
List Installed Skills
Reads the original source repo from .source and reinstalls with the latest version.
Tell the user what was installed and any requirements (e.g. API keys, binaries).
# Skill Store
Use the `manage_skills` tool to browse, install, and remove skills. Do NOT use shell commands — skills must be managed via the tool.
## Browse Available Packages
```
manage_skills(action="search")
manage_skills(action="search", query="voice")
```
## Install a Package
```
manage_skills(action="install", repo="mofa-org/mofa-skills/mofa-fm")
manage_skills(action="install", repo="mofa-org/mofa-skills/mofa-fm", force=true)
```
Use `force=true` to overwrite an existing skill. Use `branch` for a specific version.
## List Installed Skills
```
manage_skills(action="list")
```
## Update a Skill
```
manage_skills(action="update", name="mofa-fm")
```
Reads the original source repo from `.source` and reinstalls with the latest version.
## Remove a Skill
```
manage_skills(action="remove", name="mofa-fm")
```
Tell the user what was installed and any requirements (e.g. API keys, binaries). Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Browse Available Packages → Install a Package → List Installed Skills → Update a Skill → Remove a Skill
terms -> Use the manageskills tool to browse, install, and remove skills. · Use force=true to overwrite an existing skill. · Reads the original source repo from .source and reinstalls with the latest version. · Tell the user what was installed and any requirements (e.g.
files/cmd -> manageskills · force=true · branch · .source
body sha256 -> 8d2342296877
Decide Fit First
Design Intent
How To Use It
Boundaries And Review