Tapestry

Turns shared URLs (Reddit, HN, X, Zhihu, Xiaohongshu, Weibo) into a dated, searchable local knowledge base.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 4a418c9

Fetched a real Hacker News item and hand-simulated the documented capture-normalize-store chain: the skill's output is a frontmattered, dated note (source_url/crawler_id/captured_at) versus a throwaway chat paragraph baseline — genuinely more reusable. Actually invoking the bundled python crawler was blocked by policy against running freshly-downloaded code, so live end-to-end execution is unverified.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 7/10
  • Docs & honesty 5/5

What Tapestry does

Tapestry is an 8-sub-skill orchestrator that crawls a URL, normalizes it into a feed entry, and stores it in a date-organized knowledge base, then optionally synthesizes it into topic 'books'. Triggers when a user shares links, asks to archive/ingest web content, wants a knowledge base, or asks to visualize or export what's been captured.

How to install Tapestry

git clone https://github.com/NatsuFox/Tapestry
cd Tapestry
mkdir -p ~/.claude/skills
cp -r skills/tapestry ~/.claude/skills/tapestry

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Tapestry

  • /tapestry Turns shared URLs (Reddit, HN, X, Zhihu, Xiaohongshu, Weibo) into a dated, searchable local knowledge base.

It also activates on plain-language prompts like these:

  • Save this Reddit thread I'm sharing into my personal knowledge base
  • Archive these links I keep sending you into a searchable local archive
  • Pull everything I've saved this month into a synthesized topic summary

Frequently asked questions

Is the Tapestry skill free?
Yes. The skill itself is free from NatsuFox/Tapestry. SkillProof publishes the install command and an independent test verdict at no cost.
Does Tapestry work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Fetched a real Hacker News item and hand-simulated the documented capture-normalize-store chain: the skill's output is a frontmattered, dated note (source_url/crawler_id/captured_at) versus a throwaway chat paragraph baseline — genuinely more reusable. Actually invoking the bundled python crawler was blocked by policy against running freshly-downloaded code, so live end-to-end execution is unverified.
What is the Tapestry SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
How do I install Tapestry?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Tapestry with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.