← Back to Skills Marketplace
alexfly123lee-creator

Wiki Knowledge Base

by Heisenberg · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wiki-knowledge-base
Description
Build and maintain a local Markdown-based knowledge wiki with Obsidian-style double-links. Inspired by Karpathy's "let's build" approach. Use when the user w...
Usage Guidance
Before installing or enabling this skill: 1) Review the full SKILL.md yourself — it will read and write files under the project (raw/, wiki/, outputs/) and run sed and git commands. 2) Run it only in a repository you control or a sandbox/copy; back up the repo first in case batch sed operations change many files. 3) Ensure required CLI tools (git, sed) are present and that you understand any repo hooks or remotes that could trigger network activity. 4) If you plan to allow autonomous invocation, limit scope to a dedicated workspace and avoid pointing raw/ at folders containing sensitive data (API keys, private docs). 5) Ask the skill author to declare required binaries and to document exactly which git commands and sed replacements will run (or require explicit confirmation before batch edits).
Capability Assessment
Purpose & Capability
The name/description (build a local Obsidian-style wiki) matches the SKILL.md instructions: ingest raw files, create/update wiki pages, lint, and commit. However the skill declares no required binaries or environment needs even though the runtime instructions assume command-line tools (git, sed) and filesystem write access — an oversight that should have been declared.
Instruction Scope
Instructions explicitly tell the agent to read from raw/, read and update files under wiki/, write outputs/, perform batch text replacements (sed), and run git add/commit. All of that is within the stated wiki purpose, but it grants the agent broad read/write access to the repository tree and the ability to perform non-trivial automated edits (sed).
Install Mechanism
No install specification or third-party downloads — this is instruction-only, which is lower risk because nothing is automatically written to disk by an installer. Runtime commands may still run on the host environment.
Credentials
The skill lists no environment variables or credentials (appropriate). But it implicitly requires command-line tools (git, sed) and filesystem access; those tool requirements were not declared. Also be aware that git operations can interact with configured remotes or hooks in the repo if the agent is allowed to run push or hooks (the instructions only show commit, not push).
Persistence & Privilege
The skill is not always-enabled and does not request special persistent privileges. It does modify repository files within its scope (wiki/, outputs/, raw/), but it does not attempt to change other skills or global agent config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wiki-knowledge-base
  3. After installation, invoke the skill by name or use /wiki-knowledge-base
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: concept/entity/comparison/source architecture, ingest/query/lint workflows, Obsidian double-link support
Metadata
Slug wiki-knowledge-base
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Wiki Knowledge Base?

Build and maintain a local Markdown-based knowledge wiki with Obsidian-style double-links. Inspired by Karpathy's "let's build" approach. Use when the user w... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.

How do I install Wiki Knowledge Base?

Run "/install wiki-knowledge-base" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wiki Knowledge Base free?

Yes, Wiki Knowledge Base is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Wiki Knowledge Base support?

Wiki Knowledge Base is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wiki Knowledge Base?

It is built and maintained by Heisenberg (@alexfly123lee-creator); the current version is v1.0.0.

💬 Comments