wiki-ingest
仓库创建 2026年3月2日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由
把孤立的原始资料自动转成结构化维基内容,便于长期检索与复用。
▸ 风险提示
会在仓库或维基中创建/修改页面,需要写权限与审计。
这个 Skill 做什么
将 raw/ 源文档摄取到 LLM Wiki,生成持久的来源、实体、合成与索引页面。
把 raw/ 目录里的原始文档摄取进 LLM Wiki,生成可长期引用的来源页、实体页、概念合成页、索引和操作日志等。通常在有操作任务要求把某个 raw/ 源录入 Wiki 时使用,目标是把散乱资料变成相互关联的知识页面。它会把文件做成耐久的、相互链接的知识单元,并对 Paperclip 包使用特定的 distill 流程。
▸ 展开 SKILL.md 英文原文
Use when an operation issue asks to ingest a captured `raw/` source into the LLM Wiki, or the user says "ingest <slug>". Create durable source, entity, concept, synthesis, index, and log pages; use paperclip-distill for Paperclip bundles.
7.6w
Stars
1.4w
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/paperclipai/paperclip/master/packages/plugins/plugin-llm-wiki/skills/wiki-ingest/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/paperclipai/paperclip/master/packages/plugins/plugin-llm-wiki/skills/wiki-ingest/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Wiki Ingest Turn one source document into durable, interlinked wiki knowledge. ## Inputs - An operation issue with `operationType: "ingest"` assigned to you. - A `raw/` path mentioned in the issue body (always treat `raw/` as immutable). - The operation issue's target `wikiId`, `spaceSlug`, and space root (otherwise stop and surface the missing config to the requester). ## Workflow 1. **Read context first.** - Read the target space's `AGENTS.md` for page conventions (filenames, frontmatter, voice, citation style). - Read the target space's `wiki/index.md` to see what already exists. - Read the target space's last ~20 entries of `wiki/log.md` to avoid re-ingesting a source or
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有