插件市场 · Marketplace
Claude Code 插件市场安装
Use the framework-native marketplace flow when you want the cleanest Claude Code setup.
claude plugin marketplace add https://github.com/NatsuFox/Tapestry
claude plugin install tapestry@tapestry-skills
安装指南 · Install and Setup
Tapestry 以 bundle-first 的方式接入 Agent 框架。这里聚焦的是实际可运行的安装路径、bundle 放置位置,以及第一次使用时最值得验证的工作流入口。
Install Tapestry through the marketplace path, the universal npx flow, or a manual release bundle, then verify the first real ingest so the workflow is proven instead of merely installed.
接入路径 · Setup Paths
The goal is consistent access to the same Tapestry bundle across frameworks, not forcing every user through a single shell path.
插件市场 · Marketplace
Use the framework-native marketplace flow when you want the cleanest Claude Code setup.
claude plugin marketplace add https://github.com/NatsuFox/Tapestry
claude plugin install tapestry@tapestry-skills
通用安装 · Universal
A portable install path for compatible skill-based agent runtimes.
npx skills add NatsuFox/Tapestry --skill tapestry
Release Bundle
Use this when you want a pinned artifact, offline review, or explicit vendoring.
cp -r tapestry-skills-vX.Y.Z/skills/tapestry ~/.claude/skills/
cp -r tapestry-skills-vX.Y.Z/skills/tapestry ~/.codex/skills/
首次验证 · First Run
The first useful verification is an actual ingest, not a passive install screen.
/tapestry https://www.zhihu.com/question/12345/answer/67890
Bundle Scope
The installed bundle includes crawlers, a feed layer, synthesis logic, and display/export surfaces.
Data Roots
Skill-only installs keep captures, feeds, notes, and viewer outputs under the installed Tapestry skill root.
~/.claude/skills/tapestry/_data/~/.codex/skills/tapestry/_data/~/.openclaw/skills/tapestry/_data/继续阅读 · Continue
Move next into source coverage, practical workflows, or the FAQ depending on what you need to validate.