chainlink-agent-skills CLAUDE.md

chainlink-agent-skills CLAUDE.md is an instructions file for coding agents from smartcontractkit/chainlink-agent-skills. It costs 1,127 tokens per session, scanned A, original, MIT.

Development instructions for a monorepo of Chainlink skills for AI agents. Each skill has its own instruction file and may include reference documents, platform settings, and evaluation tests.

In plain words
What is it for?
Use them when adding or editing Chainlink skills, reference material, platform configurations, evaluation cases, or skill metadata.
Why use it?
They explain the required skill format and versioning rule, helping maintainers update only the affected skill and keep its version accurate.

Instructions file

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 instructions/smartcontractkit/chainlink-agent-skills/claude-md
Clone the repo
git clone --depth 1 https://github.com/smartcontractkit/chainlink-agent-skills

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 chainlink-agent-skills CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/smartcontractkit/chainlink-agent-skills/claude-md.svg)](https://agentmods.dev/instructions/smartcontractkit/chainlink-agent-skills/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/smartcontractkit/chainlink-agent-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/smartcontractkit/chainlink-agent-skills/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,127 This file is loaded in full into every session.
When invoked 1,127 The same file — it is already loaded in full.
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.01127 $0.01127
Opus 5 $0.00563 $0.00563
Sonnet 5 $0.00225 $0.00225
Haiku 4.5 $0.00113 $0.00113

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

Security

Grade A, and why

chainlink-agent-skills CLAUDE.md 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 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.

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.

CLAUDE.md · 96 lines

How it starts

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

Project Structure

This is a monorepo of Chainlink agent skills. Each skill lives in its own top-level directory (e.g., chainlink-ccip-skill/, chainlink-cre-skill/, chainlink-data-feeds-skill/).

Each skill directory contains:

  • SKILL.md - The skill definition with YAML frontmatter (name, description, version) and markdown instructions
  • references/ - Supporting reference docs the skill reads at runtime
  • agents/ (optional) - Platform-specific agent configs (e.g., openai.yaml)
  • assets/ (optional) - Supplementary assets like doc indexes

Evals live in evals/<skill-name>/ with test cases, rubrics, and promptfoo configs.

Versioning

Each skill tracks its own version in its SKILL.md frontmatter under metadata.version using semver (e.g., "0.0.3").

When you modify any file within a skill directory, bump that skill's patch version (the 0.0.x component) in its SKILL.md frontmatter. Only bump the skill that was actually changed. Do not bump versions for other skills that were not touched.

Skill Format

Skills follow the Agent Skills specification. The SKILL.md frontmatter must include:

  • name - Skill identifier (matches directory name)
  • description - Trigger description used by agents to decide when to activate the skill
  • license
  • compatibility
  • allowed-tools
  • metadata.version - Semver string

Running Evals

Each skill has an eval suite in evals/<skill-name>/ containing test cases, grading rubrics, and a promptfoo config. Evals are organized into tiers:

Tier Cases Method When to use
Smoke ~20 Agent-powered or promptfoo Quick feedback during development
Full All 95 Promptfoo Before releases, after major refactors

Cases included in the smoke tier are tagged with smoke: true in their metadata block in the promptfoo configs.

Agent-powered (no API keys needed)

Read the full file on GitHub · 96 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 · 96 lines · 1,127 tokens per session scan A 0363c966f9ce

Subscribe to this mod's changes

chainlink-agent-skills CLAUDE.md is an instructions file published in the GitHub repository smartcontractkit/chainlink-agent-skills (125 stars, last pushed 7d ago), licensed MIT. It adds 1,127 tokens to every session, about $0.0056 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.