skill-find
- Repo stars 1,199
- Author repo trpc-agent-go
Overview
Use this skill when the user wants a new public Agent Skill that is not already installed.
Workflow
Search GitHub pages with
web_search. Prefer queries that mentionSKILL.md, the requested topic, andsite:github.com.Pick a result that clearly points to a GitHub skill directory or a
SKILL.mdpage.Call
skill_install_githubwith that GitHub URL.Read the tool result carefully. It returns the exact
skill_namethat was installed and may also includeinstalled_files.Immediately call
skill_loadwith the returnedskill_name.Only if local execution is explicitly enabled for this demo and the user asked for a runnable demo, follow the installed skill docs and use
skill_run.If the docs are brief, use
installed_filesto avoid guessing. Prefer obvious entrypoint files such asrun.shor scripts underscripts/.
Rules
- Prefer small public skills with a clear
SKILL.md. - Prefer GitHub results that point directly to a skill, not a repo home page.
- Tell the user which skill you installed and where it came from.
- Never run downloaded code automatically.
- If installation fails, explain the failure briefly and try another candidate.
- Fluxly category
- AI
- 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
- @trpc-group · 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
- 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. Overview Use this skill when the user wants a new public Agent Skill that is not already installed. Workflow 1. Search GitHub pages with `web_search`. Prefer queries that mention `SKILL.md`, the requested topic, and `site:github.com`. 2. Pick a result that clearly points to a GitHub skill directory or a …
Overview
Use this skill when the user wants a new public Agent Skill that is not
already installed.
Workflow
1. Search GitHub pages with `web_search`.
Prefer queries that mention `SKILL.md`, the requested topic, and
`site:github.com`.
2. Pick a result that clearly points to a GitHub skill directory or a
`SKILL.md` page.
3. Call `skill_install_github` with that GitHub URL.
4. Read the tool result carefully.
It returns the exact `skill_name` that was installed and may also
include `installed_files`.
5. Immediately call `skill_load` with the returned `skill_name`.
6. Only if local execution is explicitly enabled for this demo and the
user asked for a runnable demo, follow the installed skill docs and
use `skill_run`.
7. If the docs are brief, use `installed_files` to avoid guessing.
Prefer obvious entrypoint files such as `run.sh` or scripts under
`scripts/`.
Rules
- Prefer small public skills with a clear `SKILL.md`.
- Prefer GitHub results that point directly to a skill, not a repo home
page.
- Tell the user which skill you installed and where it came from.
- Never run downloaded code automatically.
- If installation fails, explain the failure briefly and try another
candidate. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> no H2/H3 headings
terms -> Use this skill when the user wants a new public Agent Skill that is not already installed. · 1. Search GitHub pages with websearch. · 2. Pick a result that clearly points to a GitHub skill directory or a SKILL.md page. · 3. Call skillinstallgithub with that GitHub URL. · 4. Read the tool result carefully. · 5. Immediately call skillload with the returned skillname. · 7. If the docs are brief, use installedfiles to avoid guessing. · - Prefer small public skills with a clear SKILL.md.
files/cmd -> websearch · site:github.com · skillinstallgithub · skillname · installedfiles · skillload · skillrun · run.sh
body sha256 -> 5266bfd8c0b2
Decide Fit First
Design Intent
How To Use It
Boundaries And Review