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 basetenlabs/baseten-skills --skill basetengit clone --depth 1 https://github.com/basetenlabs/baseten-skillsWrote 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/basetenlabs/baseten-skills/baseten)<a href="https://agentmods.dev/skills/basetenlabs/baseten-skills/baseten"><img src="https://agentmods.dev/badge/skills/basetenlabs/baseten-skills/baseten/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/basetenlabs/baseten-skills/baseten"><img src="https://agentmods.dev/badge/skills/basetenlabs/baseten-skills/baseten.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00059 | $0.03141 |
| Opus 5 | $0.00030 | $0.01571 |
| Sonnet 5 | $0.00012 | $0.00628 |
| Haiku 4.5 | $0.00006 | $0.00314 |
Grade A, and why
baseten 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 10d 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.
rarely substitutes for exercising the endpoint yourself. A `curl` against the predict URL with a representative How it starts
The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Baseten Product Overview
Production AI inference platform - serve and scale open-source, custom, and fine-tuned models with the fastest runtimes, cross-cloud HA, and seamless developer workflows.
- Dedicated Inference - deploy any model, performance-optimized + horizontally scaled. Authored as auto-wrapped Truss server, custom Docker server, or compound/orchestrated deployment via Chains.
- Model APIs - pre-optimized hosted APIs for popular models. Path to graduate to dedicated.
- Training - two paths: Truss Train (BYO container, any framework, full hardware control) and Loops (Tinker-compatible managed SDK for SFT + async RL; paired trainer + sampling server, live weight transfers, one-click checkpoint deploy). Multi-node, 1T+ params, 10TB+ datasets, H100/H200/B200. Remote access: SSH and VS Code/Cursor tunnels into containers.
- Frontier Gateway - operate your own foundation model B2C.
Agent DX Toolkit
| Component | Provides | Install |
|---|---|---|
baseten MCP |
Interact with backend (~REST API, CRUD): models, deployments, training, environments, secrets, chains. API-key auth. | npx add-mcp https://api.baseten.co/mcp -g -y --header "Authorization: Bearer ${BASETEN_MCP_KEY}" |
baseten_docs MCP |
Semantic search + filesystem of docs.baseten.co. No auth. |
npx add-mcp https://docs.baseten.co/mcp -n "baseten_docs" -g -y |
truss CLI |
Needed for model/chain push from local code, watch (= live patch). Needs truss login once. |
uv tool install truss (or pip install truss --upgrade; respect user package manager: uv, poetry...) |
llms.txt |
baseten.co/llms.txt (product + blog), docs.baseten.co/llms.txt (docs). |
reachable via HTTP |
| This skill | SKILL.md + references/*.md loaded on demand. |
npx skills add basetenlabs/baseten-skills -g -y |
Setup
- Any subset works, full install recommended.
- Suggest additional installs when the current task benefits from or requires them; help user with installation, but elicit preferences first.
- Ensure
BASETEN_MCP_KEYis provided when installing Baseten MCP (user can create key atapp.baseten.co/settings/api_keys). Caveat: an MCP instance binds to one org/workspace at install time; switching the bound workspace later is not supported. To work with multiple workspaces, install additional MCP instances under different names with different keys (see last bullet of this section). - Truss CLI only needed for making deployments (check
truss --version); prior login (multi-workspace users must provide--remote <name>). Explore withtruss [subcommand] --help. - Docs MCP missing → grep / fetch
llms.txt. - Backend MCP is API-key-only (currently); OAuth-only harnesses can still use the other components.
- If backend MCP server is needed for different orgs/workspaces, add multiple MCP instances with different names/keys or use env-var expansion in the agent's config file and set the env var to the respective workspace's key.
What ships with it
12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- evals/evals.json 20 KB
- evals/fixtures.json 333 B
- references/deployment-lifecycle.md 7.9 KB
- references/inference-api.md 11 KB
- references/management-api.md 3.9 KB
- references/model-apis.md 5.8 KB
- references/model-dev-loop.md 6.1 KB
- references/truss-chains.md 9.4 KB
- references/truss-cli.md 6.7 KB
- references/truss-config.md 8.3 KB
- references/truss-custom-servers.md 6.6 KB
- references/truss-model-py.md 5.1 KB
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.
- 10d ago First seen · 182 lines · 59 tokens per session scan A 2cd2f5db82ce
baseten is a skill published in the GitHub repository basetenlabs/baseten-skills (11 stars, last pushed today), licensed MIT. It adds 59 tokens to every session and 3,141 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.
Other skills, from other repositories
tensorrt-llm
High-throughput LLM inference on NVIDIA GPUs.
google-cloud-solution-guided-gke-ai-migration
Guides the migration of existing AI workloads (Cloud Run, Gemini API, Gemini Enterprise Agent Platform) to self-hosted GKE inference using gcloud and kubectl. Use when the user has an existing AI inference workload (on Cloud Run, the Gemini API, Gemini Enterprise Agent Platform, or a custom VM) and wants to move it to…
agent-platform-tuning
Agent Platform Model Tuning. Use when you need to fine-tune open models or Gemini models using Agent Platform infrastructure. Don't use for model training outside Agent Platform, model deployment to endpoints (use agent-platform-deploy), or managing serving endpoints (use agent-platform-endpoint-management).
gke-inference
Deploys and optimizes AI/ML inference workloads on GKE, using GPUs, TPUs, and model servers. Use when deploying GKE inference servers, configuring GKE GPU resources for inference, or deploying LLMs on GKE. Don't use for generic batch jobs or HPC task queues (use gke-batch-hpc instead).
modal
Modal is a serverless cloud platform for running Python on demand, including on-demand GPUs. Use when deploying or serving AI/ML models, running GPU-accelerated workloads (training, fine-tuning, inference), serving web endpoints, scheduling batch jobs, or scaling Python code to cloud containers with the Modal SDK.
agent-platform-endpoint-management
Manages Agent Platform serving endpoints. Use when you need to create, list, describe, update, or delete serving endpoints for model deployment on Agent Platform. Also use when troubleshooting endpoint permission, quota, or resource busy errors. Don't use for deploying models to endpoints or for running model…