A powerful RAG and knowledge management platform that uses tree-based document indexing for precise semantic search and navigation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install orchata
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install orchata using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Orchata RAG is a sophisticated knowledge management platform designed to organize documents into hierarchical tree structures. Unlike traditional RAG systems that treat documents as flat chunks, Orchata parses files into sections, summaries, and page ranges, allowing for highly granular retrieval. By integrating these Openclaw Skills, developers can interact with Spaces—logical containers for related content—to perform semantic searches that understand the structural context of complex documents.
This platform supports a wide variety of formats including PDF, Word, Excel, PowerPoint, and Markdown. It exposes specialized tools that allow AI agents to not only search but also manage the lifecycle of a knowledge base, from creation and document ingestion to advanced tree-based browsing.
To begin using these Openclaw Skills, you must interact with the Orchata MCP server. Start by listing your existing spaces or creating a new one for your content.
# List all active knowledge spaces
list_spaces with status="active"
# Create a new space for your technical documentation
manage_space with action="create" name="Engineering Wiki" description="Core technical specs"
# Upload a document to the space
save_document with spaceId="your_space_id" filename="architecture.md" content="# System Design..."
Orchata organizes data through a multi-layered taxonomy to ensure high retrieval precision:
| Entity | Properties | Description |
|---|---|---|
| Space | name, description, icon | A logical container for related documents. |
| Document | status, filename, metadata | Individual files with processing states (PENDING, PROCESSING, COMPLETED, FAILED). |
| Tree Node | title, summary, pages, content | Hierarchical segments of a document for granular navigation. |
| Query Result | content, source, score | Semantic matches returned with optional compact or detailed metadata. |
Loading
A powerful tool for checking Dutch train schedules, planning journeys, and monitoring rail disruptions using the official NS API.

A Python-based CLI tool to control Spotify playback and devices through an AI agent using the official Spotify Web API.

A privacy-centric metasearch skill that aggregates multiple search engines through a self-hosted SearXNG instance without requiring individual API keys.

An AI-driven video production skill that generates high-quality YouTube videos, Shorts, and thumbnails from text prompts.

A specialized Rust educational tool that uses anime themes from ReZero and Fate to explain complex memory management concepts.

A high-performance message guardian system that monitors Discord, Feishu, and WebChat with intelligent importance scoring.








































