wiki

Save Markdown notes to a local wiki with topic folders and search.

79|14|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/midea-ai/SemaClaw --skill wiki-midea-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/midea-ai/SemaClaw/tree/main/skills/wiki
Command: npx skills add https://github.com/midea-ai/SemaClaw --skill wiki-midea-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The wiki skill saves learning and research notes to a private personal wiki and makes them easily retrievable.

Core Features & Use Cases

  • Topic-based organization: save documents under topic folders, with each document as a Markdown file.
  • Workflow support: stage uncertain content in an inbox, create new topics, and later categorize or move notes.
  • Quick retrieval: search across saved documents using the wiki commands to find relevant notes fast.

Quick Start

Save a new document to the wiki by piping the Markdown content into semaclaw wiki save with the appropriate path and tags.

Frequently Asked Questions about wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize and retrieve personal markdown notes by topic?▼

To organize markdown notes, you save documents as files under specific topic folders and use frontmatter metadata for tagging. You can retrieve them later by running a structured search across the saved personal wiki.

Can I stage unconfirmed research notes before categorizing them?▼

Yes, you can stage unconfirmed research notes in an inbox. This workflow allows you to temporarily hold uncertain content before creating new topics or moving and categorizing the notes.

How do I tag and categorize markdown documents in a personal wiki?▼

You tag and categorize markdown documents by adding frontmatter metadata to the files. This metadata drives the categorization, allowing the wiki system to group notes under relevant topic folders.

Do I need a specific directory structure to save local wiki notes?▼

Yes, saving local wiki notes requires a dedicated directory at {home}/semaclaw/wiki. You also need the semaclaw wiki CLI installed to execute the save and search commands.

What is the best way to search across saved learning notes?▼

The best way to search saved learning notes is using the wiki CLI commands. This enables quick, structured retrieval across all markdown documents stored in your personal wiki topic folders.