data-fetcher

data-fetcher is a skill for Claude Code, Codex from HeadyZhang/agent-audit. It costs 13 tokens per session (246 once invoked), scanned A, original, MIT.

A tool that retrieves data from external application programming interfaces, or APIs. An API is a structured way for software to request data from another service.

In plain words
What is it for?
Use it to fetch datasets from an API source for later analysis.
Why use it?
It avoids writing a separate data-retrieval script for every supported source before analysis can begin.

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/headyzhang/agent-audit/warn_skill
Any agent
npx skills add HeadyZhang/agent-audit --skill warn_skill
Clone the repo
git clone --depth 1 https://github.com/HeadyZhang/agent-audit

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 data-fetcher

README.md
[![agentmods](https://agentmods.dev/badge/skills/headyzhang/agent-audit/warn_skill.svg)](https://agentmods.dev/skills/headyzhang/agent-audit/warn_skill)
Your own site
<a href="https://agentmods.dev/skills/headyzhang/agent-audit/warn_skill"><img src="https://agentmods.dev/badge/skills/headyzhang/agent-audit/warn_skill.svg" alt="Measured on agentmods" 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 246 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.00013 $0.00246
Opus 5 $0.00006 $0.00123
Sonnet 5 $0.00003 $0.00049
Haiku 4.5 $0.00001 $0.00025

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

Security

Grade A, and why

data-fetcher 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.

tests/fixtures/openclaw_skills/warn_skill/SKILL.md · 45 lines

What it actually says

Data Fetcher

Fetches data from various APIs.

Usage

python3 {baseDir}/scripts/fetch.py --source api

API Endpoints

This skill connects to http://api.example.com/data to retrieve datasets. The connection is not encrypted but data is not sensitive.

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 · 45 lines · 13 tokens per session scan A ce0750b843b7

Subscribe to this mod's changes

data-fetcher is a skill published in the GitHub repository HeadyZhang/agent-audit (225 stars, last pushed 2mo ago), licensed MIT. It adds 13 tokens to every session and 246 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

007

Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any project.

sickn33/agentic-awesome-skills · 39 tokens

testing-api-authentication-weaknesses

Tests API authentication mechanisms for weaknesses including broken token validation, missing authentication on endpoints, weak password policies, credential stuffing susceptibility, token leakage in URLs or logs, and session management flaws. The tester evaluates JWT implementation, API key handling, OAuth flows, and…

xalgorix/xalgorix · 102 tokens

exploiting-broken-function-level-authorization

Tests APIs for Broken Function Level Authorization (BFLA) vulnerabilities where regular users can invoke administrative functions or access privileged API endpoints by directly calling them. The tester identifies admin and privileged endpoints, then attempts to access them with regular user credentials by manipulating…

xalgorix/xalgorix · 108 tokens

exploiting-excessive-data-exposure-in-api

Tests APIs for excessive data exposure where endpoints return more data than the client application needs, relying on the frontend to filter sensitive fields. The tester intercepts API responses and analyzes them for leaked PII, internal identifiers, debug information, or sensitive business data that the UI does not…

xalgorix/xalgorix · 114 tokens

performing-api-inventory-and-discovery

Performs API inventory and discovery to identify all API endpoints in an organization's environment including documented, undocumented, shadow, zombie, and deprecated APIs. The tester uses passive traffic analysis, active scanning, DNS enumeration, JavaScript analysis, and cloud resource inventory to build a…

xalgorix/xalgorix · 100 tokens

performing-api-security-testing-with-postman

Uses Postman to perform structured API security testing by building collections that test for OWASP API Security Top 10 vulnerabilities including authentication bypass, authorization flaws, injection, and data exposure. The tester creates environments with multiple user roles, writes test scripts for automated…

xalgorix/xalgorix · 106 tokens