frontend: Skill for Claude Code

.agents/skills/add-api-resource/SKILL.md

add-api-resource is a skill for Claude Code, Codex from blockscout/frontend. It costs 35 tokens per session (1,877 once invoked), scanned A, original, no licence file.

A workflow for declaring new API resources in an existing API service. An API resource is a named definition for an endpoint, which is a URL or operation that provides application data or actions.

In plain words
What is it for?
Use it whenever the app needs to call an endpoint that has no service:name resource yet.
Why use it?
It prevents the application from calling an endpoint without first defining it in the API service. The description does not specify the format of those definitions.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is blockscout/frontend's own configuration. It tells Claude Code and Codex how to work on frontend 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 frontend configures →

Reuse

Borrowing it

Nothing to install: this file belongs to blockscout/frontend. 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/blockscout/frontend/main/.agents/skills/add-api-resource/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/blockscout/frontend

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 add-api-resource

README.md
[![agentmods](https://agentmods.dev/badge/skills/blockscout/frontend/add-api-resource.svg)](https://agentmods.dev/skills/blockscout/frontend/add-api-resource)
Your own site
<a href="https://agentmods.dev/skills/blockscout/frontend/add-api-resource"><img src="https://agentmods.dev/badge/skills/blockscout/frontend/add-api-resource.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,877 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00035 $0.01877
Opus 5 $0.00017 $0.00938
Sonnet 5 $0.00007 $0.00375
Haiku 4.5 $0.00003 $0.00188

Measured 2d ago against content hash 712d3b0248ce, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

add-api-resource 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 2d 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/add-api-resource/SKILL.md · 137 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 2d ago First seen · 137 lines · 35 tokens per session scan A 712d3b0248ce

Subscribe to this mod's changes

add-api-resource is a skill published in the GitHub repository blockscout/frontend (304 stars, last pushed yesterday), with no licence file. It adds 35 tokens to every session and 1,877 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

alchemy-api

Wire Alchemy into application code (server, backend, dApp, script) using a standard API key. Preferred app-integration path for normal server/backend usage. Covers EVM JSON-RPC, Token API, NFT API, Transfers API, Prices API, Portfolio API, Simulation, Webhooks, Solana RPC, Solana DAS, Solana Yellowstone gRPC, Sui…

alchemyplatform/alchemy-claude-plugin · 163 tokens

agentic-gateway

Wire Alchemy into application code without an API key, using the x402 or MPP gateway with wallet-based auth (SIWE/SIWS) and per-request payments (USDC via x402, or USDC/credit-card via MPP). Specialized app-integration path. Use when the user is building application code AND no API key is available, or they're an…

alchemyplatform/alchemy-claude-plugin · 141 tokens

analyzing-ethereum-smart-contract-vulnerabilities

Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.

mukul975/Anthropic-Cybersecurity-Skills · 49 tokens

analyzing-ethereum-smart-contract-vulnerabilities

Perform static and symbolic analysis of Solidity smart contracts using Slither and Mythril to detect reentrancy, integer overflow, access control, and other vulnerability classes before deployment to Ethereum mainnet.

xalgorix/xalgorix · 49 tokens

subgraph-development-guide

Guide to building blockchain data indexes with The Graph — subgraph architecture, schema design, mapping handlers, deployment, and querying. Covers GraphQL APIs for DEX data, token transfers, and DeFi protocol events. Use when explaining blockchain indexing or building custom data pipelines.

nirholas/three.ws · 59 tokens

chainlink-oracle-guide

How Chainlink oracle price feeds work — architecture, reading feeds on-chain, available pairs, the aggregator model, and oracle security. Covers how DeFi protocols (Aave, Sperax, Compound) rely on Chainlink for accurate pricing. Use when explaining oracles, price feeds, or DeFi infrastructure.

nirholas/three.ws · 68 tokens