mindos-zh

Manages a local Markdown knowledge base via the MindOS CLI for search, capture, and organization.

664|58|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/GeminiLight/MindOS --skill mindos-zh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mindos-zh
Source: https://github.com/GeminiLight/MindOS/tree/main/packages/web/data/skills/mindos-zh
Command: npx skills add https://github.com/GeminiLight/MindOS --skill mindos-zh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @geminilight/mindos, and includes references (resource) components.

What problem does it solve?

Decisions, meeting notes, SOPs, and debugging lessons get lost across chat sessions and agents. This Skill gives AI agents a shared, persistent knowledge base so they can search past context, save new findings, and keep notes organized instead of starting from scratch every conversation.

Core Features & Use Cases

  • Knowledge retrieval: Search notes with keywords, scan directory trees, read files, and check backlinks before answering questions about past decisions or discussions.
  • Structured capture: Create, append, edit sections, and append CSV rows in the right directory, with an Inbox for quick capture when the destination is unclear.
  • Governance and maintenance: Follow INSTRUCTION.md rules, run knowledge health checks (contradictions, broken links, stale content), capture user preferences, and maintain SOPs.
  • Use Case: After fixing a tricky bug, ask the agent to record the troubleshooting experience; it routes the note to the Debugging directory, updates related READMEs, and proposes distilling the lesson into a reusable SOP.

Quick Start

Ask the agent to search your MindOS knowledge base for previous notes about a topic, or tell it to save a decision to the knowledge base.

Frequently Asked Questions about mindos-zh

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

FAQPage Schema
How do I save notes to a knowledge base from an AI agent?

Use the mindos file create or mindos file append CLI commands to write Markdown notes into the appropriate directory. If the destination is unclear, save to the Inbox folder first and organize it later with user confirmation.

How do I search my personal knowledge base with the MindOS CLI?

Run mindos search with a precise keyword derived from the user's phrasing, then review the returned snippets and BM25 scores. Read only the one to three most relevant files instead of opening every search result.

How do I install the MindOS CLI?

Install it globally with npm install -g @geminilight/mindos. For remote mode, set the server URL and auth token using mindos config set url and mindos config set authToken.

Can MindOS edit my project source code?

No. This Skill only operates inside the MindOS knowledge base and explicitly refuses to modify application or project source code. For code changes, it asks for the specific repository, file, or code snippet instead of searching the knowledge base.

What is the MindOS Inbox folder used for?

The Inbox directory is a quick-capture zone for content without a clear destination. Files older than seven days are flagged as stale, and the agent proposes a routing plan to move them into proper directories after user approval.

Why does the mindos command return 401 Unauthorized or ECONNREFUSED?

A 401 error means the auth token is wrong; run mindos token on the server to check it. ECONNREFUSED means the server is not running; start it with mindos start on the host machine.