Agent skill · Data & Analytics

retrieve

Fetch known facts or data from specified sources with citations and evidence pointers. Use when you know what you need and where to find it. Emphasizes provenance and verifiable references.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill retrieve --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: ReadWeb
Path: skills/analysis/retrieve/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Intent Execute **retrieve** to fetch specific, known information from specified sources. Unlike `search` (which explores under uncertainty), retrieve fetches identified items with full provenance tracking. **Success criteria:** - Requested data is fetched completely - Source and timestamp are recorded - Data integrity is verified where possible - Citations enable re-retrieval - Missing data is explicitly flagged **World Modeling Context:** Retrieve feeds into all world modeling layers by providing grounded observations for `world-state`, timestamps for `temporal-reasoning`, and evidence for `grounding`. **Compatible schemas:** - `schemas/output_schema.yaml` ## Inputs | Parameter | Required | Type | Description | |-----------|----------|------|-------------| | `target` | Yes | string\|object | What to retrieve (path, URL, query, or identifier) | | `source` | No | string | Where to retrieve from (file, api, database); default: infer | | `format` | No | string | Expected format (json, text, binary); default: auto-detect | | `constraints` | No | object | Filters, projections, version specifications | ## Procedure 1) **Identify target**: Determine exactly what to fetch - File path: E

What's inside
Steps it walks through
  1. Intent
  2. Inputs
  3. Procedure
  4. Output Contract
  5. Field Definitions
  6. Examples
  7. Example 1: Retrieve Configuration File
  8. Example 2: Retrieve API Documentation
  9. Example 3: Retrieve with Filtering
  10. Verification
  11. Safety Constraints
  12. Composition Patterns
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the retrieve skill do?

Fetch known facts or data from specified sources with citations and evidence pointers. Use when you know what you need and where to find it. Emphasizes provenance and verifiable references.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill retrieve --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going