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 agentmods add skills/runapi-ai/mcp/model-explorernpx skills add runapi-ai/mcp --skill model-explorergit clone --depth 1 https://github.com/runapi-ai/mcpWhat 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 | $0.00071 | $0.00258 |
| Opus 5 | $0.00036 | $0.00129 |
| Sonnet 5 | $0.00014 | $0.00052 |
| Haiku 4.5 | $0.00007 | $0.00026 |
Grade A, and why
RunAPI Model Explorer 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 2d 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
RunAPI Model Explorer
Use RunAPI catalog and pricing tools for discovery.
Workflow
- Call
mcp__runapi__list_modelswith modality, service, or action filters when possible. - For a specific model, call
mcp__runapi__get_model_info; when service/action are known, include them to get the exact endpoint constraints. - For cost questions, call
mcp__runapi__check_pricing. - Summarize as a compact table.
- End with one recommended service/action/model triple when the user wants to generate.
Rules
- Do not quote stale prices.
- Do not mention hidden infrastructure providers.
- Do not overwhelm the user with the whole catalog unless they ask.
- Keep model slugs exactly as returned by tools.
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.
- 2d ago First seen · 29 lines · 71 tokens per session scan A 6b31bcf3ee0a
RunAPI Model Explorer is a skill published in the GitHub repository runapi-ai/mcp (55 stars, last pushed 8d ago), licensed Apache-2.0. It adds 71 tokens to every session and 258 once invoked, about $0.0004 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
clone-video-ad-seedance-arcads-mcp
Clone an existing video ad onto a new product using Seedance 2.0 through the optional Arcads MCP server. Analyzes the source with arcadsanalyzemedia, adapts its structure, generates via arcadsgeneratevideoseedance20, and polls with arcadswatchasset. Use only when the user explicitly requests Arcads MCP or has selected…
ad-agent-orchestrator
Orchestrates human-approved, end-to-end Meta ad campaigns from competitor research through test concepts, Arcads image/video generation or cloning, human ad copy, PAUSED deployment, explicit activation, and threshold-based performance review. Applies when a user asks to build, launch, test, or iterate a complete…
claymation-ad-arcads-mcp
Produce an Aardman/Laika-style stop-motion claymation video ad end-to-end through the optional Arcads MCP server: gpt-image-2 storyboards, Seedance 2.0 animation, Arcads TTS, stitching, and subtitles. Use only when the user explicitly requests Arcads MCP or has selected MCP transport and the tools are available in the…
pixar-style-ad-arcads-mcp
Produce a Disney-Pixar-style 3D animated video ad end-to-end through the optional Arcads MCP server: gpt-image-2 storyboards, Seedance 2.0 animation, Arcads TTS, stitching, and subtitles. Use only when the user explicitly requests Arcads MCP or has selected MCP transport and the tools are available in the current…
meta-ad-builder
Research, prepare, and deploy finished creatives to Meta (Facebook/Instagram) through the Marketing API. Lists destinations, optionally creates PAUSED campaign structure, uploads images or videos, creates multi-copy TEXTLIQUIDITY ads in PAUSED state, records lineage, and hands deployed IDs to the read-only performance…
arcads-mcp
Create and retrieve AI images, videos, and audio through the optional Arcads MCP server (no .env, no curl, no presigned-upload scripts) — Nano Banana / gpt-image / Seedream / Grok images, Seedance 2.0 / Sora 2 / Veo 3.1 / Kling / Grok videos, TTS, talking-head actors, and media editing (stitch, trim, subtitles…