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.
npx skills add drewnekota/cetus --skill callegit clone --depth 1 https://github.com/drewnekota/cetusWrote 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/drewnekota/cetus/calle)<a href="https://agentmods.dev/skills/drewnekota/cetus/calle"><img src="https://agentmods.dev/badge/skills/drewnekota/cetus/calle/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/drewnekota/cetus/calle"><img src="https://agentmods.dev/badge/skills/drewnekota/cetus/calle.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 6 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 17 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 23 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 29 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 35 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 41 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
- medium MCP Rug Pull · line 42 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.00023 | $0.00361 |
| Opus 5 | $0.00012 | $0.00180 |
| Sonnet 5 | $0.00005 | $0.00072 |
| Haiku 4.5 | $0.00002 | $0.00036 |
Grade A, and why
calle 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.
What it actually says
CALL-E
Use this skill when the user wants the agent to make, plan, check, or set up real phone calls through CALL-E.
Setup
CALL-E requires Node.js with npm and npx, browser access for authorization, and a local token cache.
Check the CLI:
npx -y @call-e/cli --help
Start login:
npx -y @call-e/cli auth login
If the environment cannot open a browser, show the user the authorization link:
npx -y @call-e/cli auth login --start-only --no-browser-open
After the user confirms authorization is complete, finish the pending login:
npx -y @call-e/cli auth login --no-browser-open
Verify without placing a call:
npx -y @call-e/cli auth status
npx -y @call-e/cli mcp tools
The tool list should include plan_call, run_call, and get_call_run.
Calling Workflow
Never start a call during setup or verification.
For real calls, use a two-step flow:
- Plan the call with the recipient phone number, goal, language, region, and timezone when known.
- Show the plan to the user and ask for explicit confirmation before running the call.
- Run the call only after confirmation.
- Check the result and summarize status, transcript, outcome, and next steps.
Do not invent missing phone numbers or personal details. Ask for the missing information instead.
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 · 59 lines · 23 tokens per session scan A 968e067cdb7f
calle is a skill published in the GitHub repository drewnekota/cetus (143 stars, last pushed 2d ago), licensed MIT. It adds 23 tokens to every session and 361 once invoked, about $0.0001 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.
Other skills, from other repositories
unix_computer_use
Local and remote desktop observation/input tools with coordinate normalization (local macOS/Linux by default; optional OSWorld HTTP and SSH Mac backends).
telegram
Owner-only Telegram text bridge and Mini App gateway for the existing Ouroboros interface.
macos-harness
Control a whole Mac from one persistent Python session with screenshots, PID-targeted input, an animated virtual pointer, targeted Apple Accessibility, Apple Events, Browser Harness CDP, and filesystem access. Use for native, Electron, browser, dialog, file, or cross-app tasks without moving the physical cursor or…
agent-orchestration
A guide for coordinating independent AI coding agents such as Claude Code, OpenCode, or Hermes. It explains how to register each agent, check which ones are running, choose one for a task, and record stable information about how to use it.
workflow-design
A method for designing and testing multi-step computer workflows, including their inputs, actions, conditions, and error handling.
release-poster
A fixed process for creating social-media release graphics in horizontal and vertical formats from a supplied template.