liter-llm: Skill for Claude Code

.agents/skills/mcp/SKILL.md

mcp is a skill for Claude Code, Codex from xberg-io/liter-llm. It costs 13 tokens per session (405 once invoked), scanned A, original, MIT.

Reference instructions for using liter-llm through MCP, a standard that lets an AI agent call external tools and services.

In plain words
What is it for?
They cover tasks such as sending chat or response requests, listing models, uploading and reading files, creating batches, generating embeddings or images, OCR, moderation, search, and reranking.
Why use it?
They give the agent the available operations and their intended use when connecting to language-model providers.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is xberg-io/liter-llm's own configuration. It tells Claude Code and Codex how to work on liter-llm itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything liter-llm configures →

Reuse

Borrowing it

Nothing to install: this file belongs to xberg-io/liter-llm. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/xberg-io/liter-llm/main/.agents/skills/mcp/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/xberg-io/liter-llm

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 mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/xberg-io/liter-llm/mcp/github.svg)](https://agentmods.dev/skills/xberg-io/liter-llm/mcp)
Your own site
<a href="https://agentmods.dev/skills/xberg-io/liter-llm/mcp"><img src="https://agentmods.dev/badge/skills/xberg-io/liter-llm/mcp/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 mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/xberg-io/liter-llm/mcp"><img src="https://agentmods.dev/badge/skills/xberg-io/liter-llm/mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 405 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.00013 $0.00405
Opus 5 $0.00006 $0.00202
Sonnet 5 $0.00003 $0.00081
Haiku 4.5 $0.00001 $0.00040

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

Security

Grade A, and why

mcp 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 9d 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.

.agents/skills/mcp/SKILL.md · 37 lines

What it actually says

liter-llm MCP Reference

Use this skill when integrating liter-llm through Model Context Protocol tools, prompts, or resources.

  • cancel_batch: Cancel an in-progress batch processing job
  • cancel_response: Cancel an in-progress response (Responses API)
  • chat: Send a chat completion request to an LLM
  • create_batch: Create a new batch processing job
  • create_file: Upload a file to the LLM provider
  • create_response: Create a new response (Responses API)
  • delete_file: Delete an uploaded file
  • embed: Generate text embeddings for the given input
  • file_content: Retrieve the raw content of an uploaded file
  • generate_image: Generate images from a text prompt
  • list_batches: List batch processing jobs
  • list_files: List uploaded files
  • list_models: List available models from configured providers
  • moderate: Check content against moderation policies
  • ocr: Extract text from an image or document via OCR
  • rerank: Rerank documents by relevance to a query
  • retrieve_batch: Retrieve a batch processing job by ID
  • retrieve_file: Retrieve metadata for an uploaded file
  • retrieve_response: Retrieve a response by ID (Responses API)
  • search: Perform a web or document search
  • speech: Generate speech audio from text (text-to-speech)
  • transcribe: Transcribe audio to text (speech-to-text)
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. 9d ago First seen · 37 lines · 13 tokens per session scan A 146c585d52be

Subscribe to this mod's changes

mcp is a skill published in the GitHub repository xberg-io/liter-llm (252 stars, last pushed yesterday), licensed MIT. It adds 13 tokens to every session and 405 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.

Related

Other skills, from other repositories

pydantic-ai

Build production-ready AI agents with PydanticAI — type-safe tool use, structured outputs, dependency injection, and multi-model support.

davila7/claude-code-templates · 32 tokens

html-artifacts

Author the HTML for a plan artifact, dashboard iframe, or Slack attachment — structure, design plan, available runtime, theming, and craft. Read this before writing HTML for saveplan, outputiframe, or slackattachhtml.

langchain-ai/open-swe · 51 tokens

bootstrap-repo-analysis

First-time analysis of a repository with no prior reviewer outcomes. Crawl historical merged-PR review feedback with the gh CLI (plus any preloaded samples), extract the team's review norms, and synthesize the initial per-repo review-style prompt. Use this for a cold-start repo; use continual-learning instead once the…

langchain-ai/open-swe · 73 tokens

baby-sit

Monitor a GitHub pull request until CI is green, diagnose failures, and rerun only evidence-backed flaky GitHub Actions jobs.

langchain-ai/open-swe · 30 tokens

continual-learning

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt…

langchain-ai/open-swe · 89 tokens

lynkr

Universal LLM gateway with intelligent routing, Graphify code intelligence, Distill compression, routing telemetry, Code Mode, and 12+ provider support. 60-80% cost reduction for Claude Code, Cursor, and Codex.

Fast-Editor/Lynkr · 50 tokens