一键导入
wiki-authoring
Use when creating or updating Hermes memory wiki content from verified context while preserving vault structure and validating the resulting pages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when creating or updating Hermes memory wiki content from verified context while preserving vault structure and validating the resulting pages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when maintaining a Hermes memory wiki vault, checking health, rebuilding derived files, refreshing indexes, and validating content before or after wiki changes.
Use when finding, retrieving, and validating information in a Hermes memory wiki vault before answering or deciding whether indexes need refresh.
| name | wiki-authoring |
| description | Use when creating or updating Hermes memory wiki content from verified context while preserving vault structure and validating the resulting pages. |
| version | 0.1.0 |
| author | Nous Research |
| license | MIT |
| metadata | {"tools":["wiki_get","wiki_apply","wiki_ingest","wiki_compile","wiki_lint"]} |
Author OpenClaw-compatible memory wiki content by searching/reading existing context, ingesting source material when needed, applying the smallest useful typed mutation, compiling derived outputs, linting the vault, and refreshing search indexes when a tool workflow allows it. Prefer precise source-backed updates over broad rewrites. The tools are deterministic: there are no hidden tool-layer LLM calls, so the agent/LLM chooses content, claims, and evidence references explicitly before submitting tool operations.
Directory taxonomy defines broad page kind:
entities/ pages use pageType: entity.concepts/ pages use pageType: concept.syntheses/ pages use pageType: synthesis.sources/ pages use pageType: source.reports/ pages use pageType: report.Use entityType, not pageType, for entity subtypes. A person page is an entity page with entityType: person; organizations, projects, systems, and products are also subtypes under pageType: entity.
Required discipline:
id, title, and pageType in frontmatter.sourceIds on non-source/non-report pages so claims can be traced to source pages.claims over unsupported prose-only assertions.id, clear text, status, confidence, and updatedAt when known.evidence entries for source-backed claims.Evidence format example:
claims:
- id: claim.ada.role
text: Ada is the project lead for the memory wiki work.
status: active
confidence: 0.9
evidence:
- kind: source
sourceId: source.project-notes
path: sources/project-notes.md
lines: "12-18"
weight: 1
note: Project notes identify the role.
confidence: 0.9
privacyTier: standard
updatedAt: "2026-05-28T00:00:00Z"
updatedAt: "2026-05-28T00:00:00Z"
wiki_search and wiki_get before editing to read the target page, nearby pages, matching aliases, source pages, or nearest related context.wiki_ingest for source pages from local-file, conversation-summary, or text input before citing them. Conversation summaries are source pages; cite the returned source ID in sourceIds.wiki_apply upsert_entity for typed entity pages and wiki_apply upsert_concept for typed concept pages. Include source-backed sourceIds, and include structured claims/evidence when making assertions.wiki_apply create_synthesis for cross-source synthesis and wiki_apply update_metadata for targeted metadata changes.wiki_compile so generated indexes, reports, and cache files reflect the change.wiki_lint to catch malformed links, metadata issues, provenance gaps, or structural problems.wiki_reindex before relying on search.wiki_get, then apply a focused fix with wiki_apply and repeat the compile/lint/reindex verification loop.wiki_apply update is enough.wiki_ingest for sources and typed wiki_apply operations for authored pages.pageType: entity plus entityType: person.sourceIds from entity, concept, or synthesis pages unless the page is intentionally unsourced and the limitation is explicit.wiki_compile and wiki_lint have run after the change.wiki_search and wiki_get before editing.wiki_ingest when applicable (local-file, conversation-summary, or text), and the update was applied through wiki_apply upsert_entity, wiki_apply upsert_concept, wiki_apply create_synthesis, or wiki_apply update_metadata.pageType and any entity subtype uses entityType.sourceIds.wiki_compile completed after the authoring change, wiki_lint was reviewed, and wiki_reindex was run when search freshness matters.wiki_lint reports the vault is valid or only has clearly explained non-blocking warnings.