parse-knowledge

Consolidate unstructured text into OrbitOS vault notes with Wikilinks.

964|105|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/MarsWang42/OrbitOS --skill parse-knowledge-marswang42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parse-knowledge
Source: https://github.com/MarsWang42/OrbitOS/tree/main/CN/.agents/skills/parse-knowledge
Command: npx skills add https://github.com/MarsWang42/OrbitOS --skill parse-knowledge-marswang42

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates unstructured text into structured Markdown files fitting the OrbitOS vault conventions (Areas + Wiki), reducing manual formatting effort and enabling automated knowledge integration.

Core Features & Use Cases

  • Analyzes input to identify an Area, Topic, and Atomic Concepts.
  • Generates a main note at 30_研究/<Area>/<Topic>.md and atomic notes at 40_知识库/<Category>/<ConceptName>.md with interlinked Wikilinks.
  • Applies a templated approach and enforces consistent frontmatter and structure for knowledge graph integration.

Quick Start

Ingest a raw text block and run the knowledge parser to generate the main Area/Topic note and the atomic Concept notes.

Frequently Asked Questions about parse-knowledge

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

FAQPage Schema
How do I convert unstructured notes into structured Markdown knowledge vault files?

To convert unstructured notes into structured Markdown knowledge vault files, this Skill parses raw text input to identify Areas, Topics, and Atomic Concepts, then automatically generates modular interlinked Markdown notes with consistent YAML frontmatter.

How do I parse raw text into atomic Concept notes with Wikilinks?

Parsing raw text into atomic Concept notes with Wikilinks involves analyzing the input to extract discrete concepts, then writing individual notes to the 40_知识 base directory while interlinking them back to the main Topic note using Wikilinks.

What is the required YAML frontmatter schema for OrbitOS vault notes?

The required YAML frontmatter schema for OrbitOS vault notes enforces specific metadata fields including creation date, note type, area classification, and tags to ensure consistent knowledge graph integration across all generated Markdown files.

Can I use a custom template for generating atomic knowledge notes?

You cannot use a custom template as the Skill strictly enforces the 99_系统/模板/Wiki_Template.md for generating atomic notes, ensuring all parsed knowledge conforms deterministically to the OrbitOS vault structure and frontmatter requirements.

Does this knowledge parser work with existing Areas and Wiki topics in my vault?

Yes, the knowledge parser works with existing Areas and Wiki topics by applying knowledge ingestion workflows across them, generating deterministic main notes at 30_研究/<Area>/<Topic>.md and atomic notes at 40_知识库/<Category>/<ConceptName>.md.

What are the limitations of automating Markdown knowledge ingestion into OrbitOS?

Limitations of automating Markdown knowledge ingestion include strict adherence to the OrbitOS vault directory structure and the Wiki_Template.md, meaning it cannot parse text into arbitrary folder hierarchies or apply different frontmatter schemas.