Quote Reader enables AI agents to intelligently detect, retrieve, and understand quoted or replied-to messages from various communication platforms.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install quote-reader
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 quote-reader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Quote Reader is a high-performance context retrieval tool designed specifically for Openclaw Skills. It bridges the gap between raw chat logs and actionable AI intelligence by allowing agents to follow quote markers and reply chains. Unlike basic text matching, this skill utilizes real platform APIs to fetch the actual content of historical messages, ensuring the AI has the full context of the discussion.
By integrating Quote Reader into your workflow, your AI agents can move beyond simple single-turn interactions. It supports the parsing of complex data structures, including interactive Feishu cards, JSON payloads, and nested replies. This makes it an essential component for developers building sophisticated Openclaw Skills that require deep conversational awareness and continuity.
To add this capability to your Openclaw Skills library, follow these installation steps:
# Install directly via ClawHub
clawhub install quote-reader
# Or install manually from your workspace
cd ~/.openclaw/workspace/skills/quote-reader
bash install.sh
You must also configure your platform-specific credentials in config/feishu-config.json to enable real-time API access.
The skill organizes its logic and retrieved data through the following schema:
| File | Purpose |
|---|---|
quote-patterns.json |
Defines regex patterns for identifying quotes across different platforms. |
intent-rules.json |
Maps keywords to AI behavioral logic (e.g., clarify, supplement). |
quote-cache.json |
Stores recently retrieved messages to minimize API latency and rate limiting. |
package.json |
Contains the core Openclaw Skills metadata and dependency definitions. |
Loading
A sophisticated local knowledge management tool for project managers and developers featuring hybrid keyword and semantic search.

A comprehensive offline voice interaction suite for AI agents supporting multiple Chinese dialects using Openclaw Skills.

An intelligent context management skill that monitors session usage and automates memory transfers to prevent data loss and ensure session continuity.

A unified knowledge management skill that integrates official qmd search with custom project, testing, and content creation repositories.

A comprehensive three-in-one memory management solution that automatically synchronizes AI session data, updates QMD knowledge bases, and commits changes to Git.

An active memory management system for AI agents that prevents context loss through real-time monitoring and triple-repository synchronization.








































