callee-run-agent

callee-run-agent is a skill for Claude Code, Codex from baldaworks/callee. It costs 42 tokens per session (1,621 once invoked), scanned A, original, MIT.

A way to run project-defined coding agents and step-by-step workflows through Callee, a tool for delegating coding tasks.

In plain words
What is it for?
Use it to find a suitable project agent, inspect how it works, and run named or combined coding workflows.
Why use it?
It helps split investigation, review, implementation, and testing work into defined agents or workflows instead of handling every task manually.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions OpenCode.

Good fit Use it to find a suitable project agent, inspect how it works, and run named or combined coding workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/baldaworks/callee/callee-run-agent
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 baldaworks/callee --skill callee-run-agent
Clone the repo
git clone --depth 1 https://github.com/baldaworks/callee

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 callee-run-agent

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/baldaworks/callee/callee-run-agent"><img src="https://agentmods.dev/badge/skills/baldaworks/callee/callee-run-agent.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,621 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.00042 $0.01621
Opus 5 $0.00021 $0.00811
Sonnet 5 $0.00008 $0.00324
Haiku 4.5 $0.00004 $0.00162

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

Security

Grade A, and why

callee-run-agent 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 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.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • run-agent — 100% identical, 2 lines differ
internal/cli/assets/cursor/skills/callee-run-agent/SKILL.md · 132 lines

How it starts

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

Run Callee agents

Use callee when available. Otherwise use the pinned fallback npx --yes @baldaworks/[email protected] for every command in the task.

Discover and select

For each fresh task, inspect the versioned catalog:

callee agent list --json

Resolve a naturally named agent against its exact agent ID or unambiguous description. Inspect the selected tree and every required parameter before execution:

callee agent view "<agent-id>" --json

The selected ID may identify a Role, Script, Human, Sequential, Loop, or Router. Treat all kinds as the same run boundary. Do not invent a separate workflow command.

Select the execution path

Inspect the authored tree first with agent view --json. Preserve its permission policy unless the user explicitly requests an override. When using --permissions, inspect the effective projection with the same override before running:

callee --permissions="<ask|allow|deny>" agent view "<agent-id>" --json

Read top-level specDrivenInteractive as the authored baseline and top-level interactive as the effective whole-run mode after the permission override. For every Role, inspect authoredInteractive, effective interactive, authoredPermissions, and effective permissions. Keep permissions and the Role protocol independent.

Choose the host execution path from this matrix. Apply an explicit --interactive row first; otherwise use the effective tree rows:

Condition Whole-run mode and Role protocol Host path
One-shot Roles with effective ask, no Human Interactive run; Roles remain one-shot Controlling PTY
One-shot Roles with effective allow or deny, no Human Non-interactive run Direct, without a PTY
Any effective interactive Role or any Human Interactive run Controlling PTY
Explicit --interactive=true with any permission mode Interactive run; every Role uses REPL Controlling PTY
Explicit --interactive=false with effective allow or deny Non-interactive run; every Role is one-shot Direct after preflight

Read the full file on GitHub · 132 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 · 132 lines · 42 tokens per session scan A 4639e70c2832

Subscribe to this mod's changes

callee-run-agent is a skill published in the GitHub repository baldaworks/callee (74 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 1,621 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

research-crewai

Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration wi...

GrayCodeAI/starling · 36 tokens

research-dspy

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming.

GrayCodeAI/starling · 36 tokens

research-autogpt

Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automa...

GrayCodeAI/starling · 38 tokens

effect-v4

Write, review, or upgrade Effect v4 code in the Composio CLI, cli-keyring, and json-schema-to-effect-schema packages, all pinned exactly to [email protected] — Context.Service and explicit layers, Schema.TaggedError and typed recovery, the effect/unstable/cli command surface, and the vendored effect source oracle.…

ComposioHQ/composio · 169 tokens

deploy-docker-compose

Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…

omnigent-ai/omnigent · 84 tokens

haiku

When writing a haiku for this bot, follow these conventions.

agno-agi/agno · 0 tokens