claude-api

claude-api is a skill for Claude Code, Codex from Choeng-Rayu/rayu-cli. It costs 0 tokens per session (21 once invoked), scanned A, original, MIT.

A placeholder for a Claude API skill whose documentation is missing.

In plain words
What is it for?
Its specific jobs cannot be determined from the available description.
Why use it?
There is not enough information to explain what problem it removes.

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/choeng-rayu/rayu-cli/claude-api
Any agent
npx skills add Choeng-Rayu/rayu-cli --skill claude-api
Clone the repo
git clone --depth 1 https://github.com/Choeng-Rayu/rayu-cli

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/choeng-rayu/rayu-cli/claude-api.svg)](https://agentmods.dev/skills/choeng-rayu/rayu-cli/claude-api)
Your own site
<a href="https://agentmods.dev/skills/choeng-rayu/rayu-cli/claude-api"><img src="https://agentmods.dev/badge/skills/choeng-rayu/rayu-cli/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 21 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00021
Opus 5 $0.00000 $0.00010
Sonnet 5 $0.00000 $0.00004
Haiku 4.5 $0.00000 $0.00002

Measured 3d ago against content hash 2a273339bd8b, 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 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 3d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • verify — 100% identical, 0 lines differ
rayu/src/skills/bundled/claude-api/SKILL.md · 3 lines

What it actually says

SKILL (placeholder)

Documentation content for this bundled skill was not part of the imported source tree.

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. 3d ago First seen · 3 lines · 0 tokens per session scan A 2a273339bd8b

Subscribe to this mod's changes

claude-api is a skill published in the GitHub repository Choeng-Rayu/rayu-cli (38 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 21 tokens. 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

Claude Code

Guides operator-owned delegation to Claude Code when repo work benefits from a second coding lane or an interactive code agent.

agentic-in/elephant-agent · 26 tokens

Codex

Guides operator-owned delegation to Codex when the task fits a bounded coding lane, review pass, or worktree-isolated implementation track.

agentic-in/elephant-agent · 31 tokens

OpenCode

Frames OpenCode as an operator-controlled coding lane for bounded implementation or review work inside a real repository.

agentic-in/elephant-agent · 23 tokens

diagram

Generate or update a mermaid diagram with the .mmd text as source of truth — defaults to a lightweight zero-dependency Node live-preview server that watches the .mmd and hot-reloads a browser tab (pan/zoom), with a self-hosted mermaid.live editor via Docker, system-viewer SVG, VS Code live preview, or a public…

victusfate/scaffold · 135 tokens

voice-chat

Hands-free, headphones-only voice loop for the coding agent — you speak, whisper.cpp transcribes, claude -p runs with full tools at flat-rate under your Claude Code subscription, and a local TTS backend (macOS say, espeak-ng, Piper, or an XTTS voice-clone) speaks the reply. Cross-platform (macOS/Linux/WSL); everything…

victusfate/scaffold · 114 tokens

code-refiner

Composite review-and-fix for the current diff — run the correctness review (validate) and structural-quality review (simplify) in parallel, merge their findings, then apply all fixes in a single serial pass and re-verify. Supports --effort, --fix, --comment. For a full-repo survey use /audit.

victusfate/scaffold · 71 tokens