安装指南 · Install and Setup

Tapestry 的安装与接入方式

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

选择与你的 Agent 运行环境最匹配的安装方式

The goal is consistent access to the same Tapestry bundle across frameworks, not forcing every user through a single shell path.

Bundle Scope

安装进去的并不只是一个命令别名

The installed bundle includes crawlers, a feed layer, synthesis logic, and display/export surfaces.

  • 平台感知的多来源 crawler。
  • 保留来源语义的 feed 中间层。
  • 把 captures 与 feeds 组织成知识库章节的 synthesis 能力。
  • 发布静态前端与导出 Markdown、HTML、PDF 的 display/export 路径。

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.