beevibe-use-repo

beevibe-use-repo is a skill for Claude Code, Codex from beevibe-ai/beevibe. It costs 50 tokens per session (955 once invoked), scanned A, original, Apache-2.0.

A child-agent workflow that runs inside a fresh Docker container, borrows a GitHub repository, creates a usable result, and exports it. Docker is a tool for running work in an isolated container.

In plain words
What is it for?
Running a GitHub project in an isolated container, reading or changing its files through sandbox tools, and exporting the finished artifact.
Why use it?
It keeps repository work separate from the host computer and provides a clear exported result as proof that the task worked.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is sandbox_exec(source /sandbox/venv/bin/activate && python /sandbox/run.py).

Good fit Running a GitHub project in an isolated container, reading or changing its files through sandbox tools, and exporting the finished artifact.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/beevibe-ai/beevibe
agentmods
npx agentmods add skills/beevibe-ai/beevibe/beevibe-use-repo

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for beevibe-use-repo

README.md
[![agentmods](https://agentmods.dev/badge/skills/beevibe-ai/beevibe/beevibe-use-repo/github.svg)](https://agentmods.dev/skills/beevibe-ai/beevibe/beevibe-use-repo)
Your own site
<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.

agentmods 80×15 button for beevibe-use-repo

Your own site · 80×15
<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>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 955 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash 7586405a22cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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
skills/beevibe-use-repo/SKILL.md · 110 lines

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
  • /sandbox is your working directory
  • /sandbox/artifacts/ is the export target
  • Use a project-local venv at /sandbox/venv for Python deps
  • Container has network access for git clone and pip 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.

Read the full file on GitHub · 110 lines

Changes

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.

  1. 12d ago First seen · 110 lines · 50 tokens per session scan A 7586405a22cc

Subscribe to this mod's changes

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.