claude-api

claude-api is a skill for Claude Code, Codex from SirhanMacx/Claw-ED. It costs 0 tokens per session (4,794 once invoked), scanned A, a copy of claude-api, MIT.

A development guide for building applications that use Claude, an artificial-intelligence model, with the appropriate programming interface and language-specific examples.

In plain words
What is it for?
Use it when creating or modifying Claude-powered applications in Python, TypeScript, JavaScript, or another supported project language.
Why use it?
It helps developers choose the right Claude interface and implementation approach for their project instead of guessing from generic examples.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/sirhanmacx/claw-ed/claude-api
Any agent
npx skills add SirhanMacx/Claw-ED --skill claude-api
Clone the repo
git clone --depth 1 https://github.com/SirhanMacx/Claw-ED

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 claude-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/sirhanmacx/claw-ed/claude-api.svg)](https://agentmods.dev/skills/sirhanmacx/claw-ed/claude-api)
Your own site
<a href="https://agentmods.dev/skills/sirhanmacx/claw-ed/claude-api"><img src="https://agentmods.dev/badge/skills/sirhanmacx/claw-ed/claude-api.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,794 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin 86% copy Near-identical to another mod 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 $0.00000 $0.04794
Opus 5 $0.00000 $0.02397
Sonnet 5 $0.00000 $0.00959
Haiku 4.5 $0.00000 $0.00479

Measured 5d ago against content hash 937a1112418f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

claude-api 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 5d 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.

- Suggest cURL/raw HTTP examples from `curl/` and note that community SDKs may exist
Origin

This is a copy

86% identical to claude-api — 41 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

cli/source/src/skills/bundled/claude-api/SKILL.md · 257 lines

How it starts

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

Building LLM-Powered Applications with Claude

This skill helps you build LLM-powered applications with Claude. Choose the right surface based on your needs, detect the project language, then read the relevant language-specific documentation.

Defaults

Unless the user requests otherwise:

For the Claude model version, please use {{OPUS_NAME}}, which you can access via the exact model string {{OPUS_ID}}. Please default to using adaptive thinking (thinking: {type: "adaptive"}) for anything remotely complicated. And finally, please default to streaming for any request that may involve long input, long output, or high max_tokens — it prevents hitting request timeouts. Use the SDK's .get_final_message() / .finalMessage() helper to get the complete response if you don't need to handle individual stream events


Language Detection

Before reading code examples, determine which language the user is working in:

  1. Look at project files to infer the language:

    • *.py, requirements.txt, pyproject.toml, setup.py, PipfilePython — read from python/
    • *.ts, *.tsx, package.json, tsconfig.jsonTypeScript — read from typescript/
    • *.js, *.jsx (no .ts files present) → TypeScript — JS uses the same SDK, read from typescript/
    • *.java, pom.xml, build.gradleJava — read from java/
    • *.kt, *.kts, build.gradle.ktsJava — Kotlin uses the Java SDK, read from java/
    • *.scala, build.sbtJava — Scala uses the Java SDK, read from java/
    • *.go, go.modGo — read from go/
    • *.rb, GemfileRuby — read from ruby/
    • *.cs, *.csprojC# — read from csharp/
    • *.php, composer.jsonPHP — read from php/
  2. If multiple languages detected (e.g., both Python and TypeScript files):

    • Check which language the user's current file or question relates to
    • If still ambiguous, ask: "I detected both Python and TypeScript files. Which language are you using for the Claude API integration?"

Read the full file on GitHub · 257 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. 5d ago First seen · 257 lines · 0 tokens per session scan A 937a1112418f

Subscribe to this mod's changes

claude-api is a skill published in the GitHub repository SirhanMacx/Claw-ED (58 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,794 tokens. A static security scan graded it A with 1 finding (makes network calls). It is 86% identical to claude-api, differing in 41 lines, and is treated as a copy.