specstory-link-trail by specstoryai/agent-skills
npx skills add https://github.com/specstoryai/agent-skills --skill specstory-link-trail审查您的 .specstory/history 会话,并创建所有通过 WebFetch 工具调用获取的 URL 摘要。有助于审计开发过程中访问的外部资源。
在 AI 辅助编码过程中,您的助手会代表您获取文档、API 和资源。链接追踪帮助您:
| 用户输入 | 脚本行为 |
|---|---|
/specstory-link-trail | 历史中的所有会话 |
/specstory-link-trail today |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 仅今天的会话 |
/specstory-link-trail last session | 最近的会话 |
/specstory-link-trail 2026-01-22 | 特定日期的会话 |
/specstory-link-trail *.md | 自定义通配符模式 |
# 所有会话
python skills/specstory-link-trail/parse_webfetch.py .specstory/history/*.md | \
python skills/specstory-link-trail/generate_report.py -
# 特定会话
python skills/specstory-link-trail/parse_webfetch.py .specstory/history/2026-01-22*.md | \
python skills/specstory-link-trail/generate_report.py -
# 日期范围内的会话
python skills/specstory-link-trail/parse_webfetch.py .specstory/history/2026-01-2*.md | \
python skills/specstory-link-trail/generate_report.py -
Link Trail Report
=================
Sessions analyzed: 5
Total URLs fetched: 23 (18 successful, 5 failed)
Session: fix-authentication-bug (2026-01-22)
--------------------------------------------
Successful fetches:
- https://docs.github.com/en/rest/authentication (×2)
- https://jwt.io/introduction
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401
Failed fetches:
- https://internal.company.com/api/docs (403 Forbidden)
Session: add-caching-layer (2026-01-21)
---------------------------------------
Successful fetches:
- https://redis.io/docs/latest/commands
- https://docs.python.org/3/library/functools.html#functools.lru_cache
- https://stackoverflow.com/questions/... (×3)
Summary by Domain
-----------------
github.com: 5 fetches
stackoverflow.com: 4 fetches
docs.python.org: 3 fetches
redis.io: 2 fetches
(9 other domains): 9 fetches
脚本输出 就是 报告。直接呈现它,无需额外评论,但您可以:
这是您近期会话的链接追踪:
[脚本输出在此处]
我注意到有 5 次失败的获取 - 主要是需要身份验证的内部 URL。
访问最多的域名是 github.com(5 次获取),主要是为了其 REST API 文档。
您希望我:
- 重试任何失败的获取吗?
- 打开这些链接中的任何一个吗?
- 筛选到特定的会话吗?
每周安装量
93
仓库
GitHub 星标数
22
首次出现
Jan 28, 2026
安全审计
安装于
gemini-cli87
codex85
cursor80
opencode80
github-copilot80
claude-code71
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.
During AI-assisted coding, your assistant fetches documentation, APIs, and resources on your behalf. Link Trail helps you:
| 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 |
# 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 | \
python skills/specstory-link-trail/generate_report.py -
# Sessions from a date range
python skills/specstory-link-trail/parse_webfetch.py .specstory/history/2026-01-2*.md | \
python skills/specstory-link-trail/generate_report.py -
Link Trail Report
=================
Sessions analyzed: 5
Total URLs fetched: 23 (18 successful, 5 failed)
Session: fix-authentication-bug (2026-01-22)
--------------------------------------------
Successful fetches:
- https://docs.github.com/en/rest/authentication (×2)
- https://jwt.io/introduction
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401
Failed fetches:
- https://internal.company.com/api/docs (403 Forbidden)
Session: add-caching-layer (2026-01-21)
---------------------------------------
Successful fetches:
- https://redis.io/docs/latest/commands
- https://docs.python.org/3/library/functools.html#functools.lru_cache
- https://stackoverflow.com/questions/... (×3)
Summary by Domain
-----------------
github.com: 5 fetches
stackoverflow.com: 4 fetches
docs.python.org: 3 fetches
redis.io: 2 fetches
(9 other domains): 9 fetches
The script output IS the report. Present it directly without additional commentary, but you may:
Here's your link trail from recent sessions:
[script output here]
I noticed 5 failed fetches - mostly internal URLs that require authentication.
The most accessed domain was github.com (5 fetches), mostly for their REST API docs.
Would you like me to:
- Retry any of the failed fetches?
- Open any of these links?
- Filter to a specific session?
Weekly Installs
93
Repository
GitHub Stars
22
First Seen
Jan 28, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykWarn
Installed on
gemini-cli87
codex85
cursor80
opencode80
github-copilot80
claude-code71
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
157,400 周安装
Svelte/SvelteKit 开发专家技能 | SSR/SSG 性能优化与 TypeScript 实践指南
92 周安装
Expo架构师:一键生成生产就绪的React Native应用,含完整导航和认证
182 周安装
citycraft:AI驱动的创意落地页生成器,打造大胆视觉网页设计
183 周安装
KPI仪表板设计指南:SMART原则、部门指标与布局模式
186 周安装
Eve Horizon 智能体原生设计:构建以AI智能体为核心的应用程序开发指南
187 周安装
OpenClaw学习专家:官方文档与GitHub信息检索助手,解答OpenClaw问题
92 周安装