← 返回 Skills 市场
92
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wikimind-ingest
功能描述
Ingest articles, docs, notes, and web pages into your local LLM-WikiMind knowledge base (Karpathy's LLM Wiki pattern). Triggers: add to knowledge base, inges...
安全使用建议
This skill appears to do what it says: write standardized Markdown pages into a local WikiMind repo and update the search index. Before installing, confirm: (1) where your wiki root is (the skill uses $WIKIMIND_ROOT — set and verify this path, and consider using a test wiki first); (2) that 'qmd' is installed from a trusted source (pip3 install qmd) and works on your system; (3) that the 'wiki-kb' MCP server you register in CatDesk/OpenClaw is trusted and you understand any credentials it may store; (4) you are comfortable allowing the agent to create/modify files under the wiki root (backup important content). If you want stricter control, run the skill only when explicitly invoked rather than allowing autonomous invocation.
功能分析
Type: OpenClaw Skill
Name: wikimind-ingest
Version: 1.1.0
The wikimind-ingest skill is designed to manage a local knowledge base by reading, writing, and indexing Markdown files. It uses standard shell commands (cat, echo, cd) and a specific utility (qmd) to maintain a wiki structure as described in SKILL.md and README.md. No indicators of data exfiltration, malicious execution, or unauthorized access were found; the behavior is entirely consistent with its stated purpose of implementing a local-first 'LLM Wiki' pattern.
能力评估
Purpose & Capability
Name/description, required binaries (python3, qmd), and the runtime steps (write Markdown files, update index with qmd, append to a log) all align with an ingest-to-local-wiki workflow. The mention of a local MCP 'wiki-kb' server is consistent with the preferred ingestion API.
Instruction Scope
Instructions are narrowly scoped to reading the wiki schema, classifying content, writing a Markdown file under $WIKIMIND_ROOT, running 'qmd update', and appending to a local log. Two minor notes: (1) the SKILL.md references the environment variable $WIKIMIND_ROOT but the skill metadata does not declare it; (2) the preferred 'wiki_ingest_note(...)' call assumes an MCP API is available but implementation details are not included. Neither is a direct security red flag, but they are important operational details the user should verify.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is downloaded or written by the skill itself. Lowest-risk installation surface.
Credentials
The skill declares no required credentials or config paths, which is appropriate. However, it will read/write files under $WIKIMIND_ROOT (an environment variable referenced but not declared) and expects a registered 'wiki-kb' MCP server in the platform — the user should confirm what credentials or agent/server registrations that MCP requires. The skill does not request unrelated secrets.
Persistence & Privilege
always:false and user-invocable:true (normal). The skill does not request permanent/automatic inclusion or attempt to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wikimind-ingest - 安装完成后,直接呼叫该 Skill 的名称或使用
/wikimind-ingest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Renamed project to llm-wikimind, updated all links to HAL-9909/llm-wikimind
v1.0.0
Initial release of the wiki-ingest skill.
- Allows ingestion of articles, docs, notes, and web pages into a local WikiMind knowledge base.
- Provides clear workflow steps for classification, domain assignment, metadata, indexing, and logging.
- Supports various trigger phrases, including English and Chinese commands.
- Enforces detailed quality standards for different page types (concept, entity, comparison, source-summary).
- Requires WikiMind and qmd installations; compatible with macOS and Linux.
- Designed for local-first, markdown-based, LLM-powered wikis.
元数据
常见问题
Wikimind Skill 是什么?
Ingest articles, docs, notes, and web pages into your local LLM-WikiMind knowledge base (Karpathy's LLM Wiki pattern). Triggers: add to knowledge base, inges... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Wikimind Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wikimind-ingest」即可一键安装,无需额外配置。
Wikimind Skill 是免费的吗?
是的,Wikimind Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wikimind Skill 支持哪些平台?
Wikimind Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wikimind Skill?
由 HAL-9909(@hal-9909)开发并维护,当前版本 v1.1.0。
推荐 Skills