A powerful context retrieval layer that connects AI agents to workspace data across diverse applications like Slack, GitHub, and Jira.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install airweave
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 airweave using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Airweave serves as a sophisticated synchronization and indexing layer designed to empower AI agents with real-time organizational knowledge. By integrating with a wide array of workplace tools including Slack, GitHub, Notion, Jira, and Google Drive, it allows agents to access and understand information that usually remains siloed. This Openclaw Skills implementation ensures that your AI coding assistants can provide answers based on actual company data, specific project histories, and internal documentation rather than relying solely on static training sets.
To integrate this skill, ensure you have Python 3 installed and have configured your credentials.
# Set required environment variables
export AIRWEAVE_API_KEY="your_api_key_here"
export AIRWEAVE_COLLECTION_ID="your_collection_id_here"
# Run a test search using the Openclaw Skills script
python3 scripts/search.py "your search query"
Airweave organizes data into collections that aggregate synced content from various integrations. The retrieval output typically follows this structure:
| Attribute | Description |
|---|---|
| score | Relevance metric (0.0 to 1.0) indicating match strength |
| source | The origin application (e.g., Slack, GitHub, Notion) |
| content | The actual indexed text or record data |
| temporal | A weight indicating the freshness of the information |
Loading
A comprehensive travel intelligence skill providing real-time visa info, aviation news, and cultural data from letundra.com.

An automated infrastructure for managing Discord-based project collaboration between multiple AI agents and human teams.

A specialized tool to track and visualize Claude Max subscription consumption and rate limits from session data.

A local search engine designed for indexing and retrieving Markdown notes and documentation using keyword and semantic search.

A specialized utility for querying, analyzing, and tracking skill usage metrics across Claude Code and OpenClaw environments.

A specialized MCP server for querying customer intelligence, revenue metrics, and user activity directly within AI-powered development environments.








































