在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用papyrus-drill
星标2
分支0
更新时间2026年4月17日 15:08
Atomic — fetch a single memory in full by id
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Atomic — fetch a single memory in full by id
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Atomic — search memories by filter (lexical or semantic), return ranked list
Atomic — regenerate .papyrus/index.json and (optionally) semantic vectors for a workspace
Atomic — mark a memory deprecated, optionally with supersedes link
Atomic — list memories whose review_after has passed
Atomic — bidirectional graph walk from a starting need
Atomic — create a Papyrus workspace at a given path
| name | papyrus-drill |
| description | Atomic — fetch a single memory in full by id |
Return the full rendering of one memory. Opposite of papyrus-query peek.
input:
id: non-empty string
output:
stdout: full render (id, type, status, confidence, scope, title, tags, timestamps, links, body)
exit: 0 on hit; non-zero with "not found" on miss
papyrus get <id> # exits 0, includes <id>, "Title:", and body (if non-empty)
papyrus get <id>
MCP tool memory_get:
{"id": "FACT_x"}
papyrus-query in recall flowsshared/apply-memory.md judgment for next actionpapyrus-query — composition partnershared/apply-memory.md — what to do with drill results