specstory-link-trail
Track all URLs fetched during SpecStory AI coding sessions. Run when user says "show my link trail", "what URLs did I visit", "list fetched links", or "show web fetches".
Profile →npx skills add majiayu000/claude-skill-registry --skill specstory-link-trail --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# SpecStory Link Trail Reviews your `.specstory/history` sessions and creates a summary of all URLs that were fetched via WebFetch tool calls. Useful for auditing external resources accessed during development. ## How It Works 1. **Parses** SpecStory history files for WebFetch tool calls 2. **Extracts** URLs, status codes, and context 3. **Groups** by session with timestamps 4. **Separates** successful fetches from failures 5. **Deduplicates** repeated URLs with fetch counts ## Why Track Links? During AI-assisted coding, your assistant fetches documentation, APIs, and resources on your behalf. Link Trail helps you: - Audit what external resources were accessed - Find that documentation page you saw earlier - Review failed fetches that might need retry - Understand your research patterns ## Usage ### Slash Command | User says | Script behavior | |-----------|-----------------| | `/specstory-link-trail` | All sessions in history | | `/specstory-link-trail today` | Today's sessions only | | `/specstory-link-trail last session` | Most recent session | | `/specstory-link-trail 2026-01-22` | Sessions from specific date | | `/specstory-link-trail *.md` | Custom glob pattern | ### Direct S
- How It Works
- Why Track Links?
- Usage
- Slash Command
- Direct Script Usage
- Output
- Present Results to User
- Example Response
- Notes
All sessions python skills/specstory-link-trail/parse_webfetch.py .specstory/history/*.md | \ python skills/specstory-link-trail/generate_report.py - Specific session python skills/specstory-link-trail/parse_webfetch.py .specstory/history/2026-01-22*.md | \ Sessions from a date range python skills/specstory-link-trail/parse_webfetch.py .specstory/history/2026-01-2*.md | \
What does the specstory-link-trail skill do?
Track all URLs fetched during SpecStory AI coding sessions. Run when user says "show my link trail", "what URLs did I visit", "list fetched links", or "show web fetches".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill specstory-link-trail --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.