← Back to Skills Marketplace
92
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wikimind-ingest
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wikimind-ingest - After installation, invoke the skill by name or use
/wikimind-ingest - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install Wikimind Skill?
Run "/install wikimind-ingest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wikimind Skill free?
Yes, Wikimind Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wikimind Skill support?
Wikimind Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wikimind Skill?
It is built and maintained by HAL-9909 (@hal-9909); the current version is v1.1.0.
More Skills