beevibe-discover-repo

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

A repository-finding workflow that searches GitHub for an open-source project suited to a stated goal, then passes the selected project to a sandbox runner. GitHub is a platform where developers publish code.

In plain words
What is it for?
Finding tools for jobs such as PDF parsing, video conversion, web scraping, machine-learning inference, format conversion, or unusual command-line tasks, then running the best match in isolation.
Why use it?
It removes the need to search through repositories manually when the needed capability is not already available.

Skill for Claude CodeCodex

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

Good fit Finding tools for jobs such as PDF parsing, video conversion, web scraping, machine-learning inference, format conversion, or unusual command-line tasks, then running the best match in isolation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/beevibe-ai/beevibe/beevibe-discover-repo
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add beevibe-ai/beevibe --skill beevibe-discover-repo
Clone the repo
git clone --depth 1 https://github.com/beevibe-ai/beevibe

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-discover-repo

README.md
[![agentmods](https://agentmods.dev/badge/skills/beevibe-ai/beevibe/beevibe-discover-repo/github.svg)](https://agentmods.dev/skills/beevibe-ai/beevibe/beevibe-discover-repo)
Your own site
<a href="https://agentmods.dev/skills/beevibe-ai/beevibe/beevibe-discover-repo"><img src="https://agentmods.dev/badge/skills/beevibe-ai/beevibe/beevibe-discover-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-discover-repo

Your own site · 80×15
<a href="https://agentmods.dev/skills/beevibe-ai/beevibe/beevibe-discover-repo"><img src="https://agentmods.dev/badge/skills/beevibe-ai/beevibe/beevibe-discover-repo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 597 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00051 $0.00597
Opus 5 $0.00026 $0.00298
Sonnet 5 $0.00010 $0.00119
Haiku 4.5 $0.00005 $0.00060

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

Security

Grade A, and why

beevibe-discover-repo scanned grade A with 0 findings 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 13d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/beevibe-discover-repo/SKILL.md · 61 lines

How it starts

The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Discover Repo

You are choosing an open-source GitHub repo to borrow as a tool for the user's goal. The repo runs inside an isolated Docker sandbox — you don't need to install it on the host.

When to use this skill

The user's goal needs a tool you don't have natively (PDF parsing, video conversion, web scraping, ML inference, format conversion, an obscure CLI). You haven't been told which repo to use. The goal has enough concrete nouns/verbs to drive a search.

How

  1. Call find_repo({ goal }) — pass the user's goal in plain language. The tool returns the top 5 candidates already ranked by four signals you don't need to manage yourself:

    • learned — this team has saved this recipe before (highest trust)
    • community — the beevibe community registry has a proven match
    • boost — curated for common task families (day-one reliability)
    • github — raw GitHub search with popularity score

    Each candidate comes with repo_url, score, source, reason, and (when GitHub-enriched) description and stars.

  2. Pick the best fit. Read the description and reason for the top candidates. Your judgment is the qualitative match between the description and the user's actual goal. The ranker already filtered the volume; you just choose between a handful of good options.

  3. Call use_repo({ goal, repo_url }) with your pick. The sandbox loop takes over from there.

If find_repo returns no candidates, tell the user the goal is too vague for a meaningful search and ask for more specifics (concrete input format, output format, or a tool name they've heard of).

What find_repo does NOT do

It does not fetch READMEs or read code. It surfaces ranked candidates based on metadata. The README-fit judgment is yours — and if your pick turns out to be wrong, the sandbox run itself is the real test: a fundamentally unsuitable repo will fail to install or fail to produce an artifact, and the next attempt should try a different candidate.

Read the full file on GitHub · 61 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. 13d ago First seen · 61 lines · 51 tokens per session scan A eade903be625

Subscribe to this mod's changes

beevibe-discover-repo is a skill published in the GitHub repository beevibe-ai/beevibe (345 stars, last pushed yesterday), licensed Apache-2.0. It adds 51 tokens to every session and 597 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.