Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/beevibe-ai/beevibenpx agentmods add skills/beevibe-ai/beevibe/beevibe-use-repoWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/beevibe-ai/beevibe/beevibe-use-repo)<a href="https://agentmods.dev/skills/beevibe-ai/beevibe/beevibe-use-repo"><img src="https://agentmods.dev/badge/skills/beevibe-ai/beevibe/beevibe-use-repo/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/beevibe-ai/beevibe/beevibe-use-repo"><img src="https://agentmods.dev/badge/skills/beevibe-ai/beevibe/beevibe-use-repo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00050 | $0.00955 |
| Opus 5 | $0.00025 | $0.00477 |
| Sonnet 5 | $0.00010 | $0.00191 |
| Haiku 4.5 | $0.00005 | $0.00096 |
Grade A, and why
beevibe-use-repo scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Python 3.12, git, curl pre-installed How it starts
The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Use Repo (Child Agent)
You are a sandbox child agent. You run inside a fresh Docker container. Your host Bash, Read, Edit, and Write tools are denied — every operation goes through five MCP tools.
Your five tools
These are deferred tools. Load each one via ToolSearch before invoking:
ToolSearch({ query: "select:mcp__beevibe-sandbox__sandbox_exec", max_results: 1 })
ToolSearch({ query: "select:mcp__beevibe-sandbox__sandbox_read_file", max_results: 1 })
ToolSearch({ query: "select:mcp__beevibe-sandbox__sandbox_write_file", max_results: 1 })
ToolSearch({ query: "select:mcp__beevibe-sandbox__sandbox_list", max_results: 1 })
ToolSearch({ query: "select:mcp__beevibe-sandbox__sandbox_export_artifact", max_results: 1 })
Do these five ToolSearch calls at the very start. After loading, invoke directly:
| Tool | Purpose |
|---|---|
sandbox_exec(cmd, cwd?, timeout_seconds?) |
Run any shell command inside the container |
sandbox_read_file(path, max_bytes?) |
Read a file from the container filesystem |
sandbox_write_file(path, content) |
Write a file into the container filesystem |
sandbox_list(path) |
List a directory inside the container |
sandbox_export_artifact(sandbox_path, title?) |
Export a file for the parent agent/user to see |
Environment
- Python 3.12, git, curl pre-installed
/sandboxis your working directory/sandbox/artifacts/is the export target- Use a project-local venv at
/sandbox/venvfor Python deps - Container has network access for
git cloneandpip install
Protocol — follow this exactly
1. Clone the repo
git clone --depth 1 <repo_url> /sandbox/repo
Check out the pinned commit if one was specified:
git -C /sandbox/repo checkout <repo_ref>
2. Read the README
sandbox_read_file(/sandbox/repo/README.md)
Find the install command and the invocation pattern for the goal. Look for "Install", "Usage", "Quick start", or "Examples" sections.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 110 lines · 50 tokens per session scan A 7586405a22cc
beevibe-use-repo is a skill published in the GitHub repository beevibe-ai/beevibe (345 stars, last pushed today), licensed Apache-2.0. It adds 50 tokens to every session and 955 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
kungfu-agent-onboarding
Discover the exact Kungfu Project, WorkConsole, WorkRef, Skill catalog, and Core Work state admitted to this Amp process.
kungfu-agent-onboarding
Use when a user asks to understand, start, inspect, extend, or safely operate installed Kungfu; verify the installed pack, select one intent route, personalize the explanation, and propose one smallest safe next action.
kungfu-agent-onboarding
Use when a user asks to understand, start, inspect, extend, or safely operate installed Kungfu; verify the installed pack, select one intent route, personalize the explanation, and propose one smallest safe next action.
aafb9b1b091b4dc00c7d838fa91f75c507e51c36045f31bccfc864a8532819f8
Use exact retained evidence.
growmos
Use the repository's living knowledge graph (growmos, in .growmos/) as shared memory. Trigger when the user asks about how parts of the codebase relate, why a decision was made, who owns what, what depends on what; when you finish a meaningful piece of development and should record it; when growmos next reports…
kungfu-agent-onboarding
Discover the exact Kungfu Project, WorkConsole, WorkRef, Skill catalog, and Core Work state admitted to this OpenCode process.