A persistent memory layer for AI agents that stores and analyzes six months of versioned history for social media creators.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install crowterminal
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 crowterminal using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CrowTerminal serves as an external brain for AI agents, solving the problem of ephemeral context windows. While typical agents lose context between sessions, CrowTerminal maintains a robust, versioned history of creator data, including hook patterns, engagement rates, and posting schedules. It allows agents to track what works over months rather than days, making it an essential addition to any suite of Openclaw Skills.
This skill is specifically architected for the influencer and creator economy, providing a specialized API that supports natural language queries and semantic field resolution. By using CrowTerminal, your agents can perform deep pattern detection, validate strategy changes against historical performance, and ingest proprietary platform data like retention curves and audience demographics that are typically hidden from standard APIs.
To get started with CrowTerminal within your environment, first register your agent to obtain an API key:
curl -X POST "https://api.crowterminal.com/api/agent/register" \
-H "Content-Type: application/json" \
-d '{"agentName": "OpenClaw", "agentDescription": "My personal AI agent"}'
Once you receive your key, set it as an environment variable:
export CROWTERMINAL_API_KEY="your_key_here"
You can verify the service status without authentication:
curl https://api.crowterminal.com/api/agent/status
CrowTerminal organizes data into categories designed for LLM consumption. You can explore the full schema dynamically using the /memory/schema endpoint.
| Category | Key Fields | Purpose |
|---|---|---|
| Performance | avgEngagement, peakEngagement | Tracks interaction rates and success metrics. |
| Content | hookPatterns, contentStyle | Stores creative elements and high-performing hooks. |
| Timing | bestPostingTimes, score | Maps posting schedules to engagement outcomes. |
| History | version, changes | Tracks the evolution of the creator profile over time. |
Loading
A local-first Solana wallet and infrastructure layer designed for AI agents to perform secure transfers, swaps, and automated purchases.

An automated visualization suite that generates a persistent, local web dashboard to monitor OpenClaw and macOS system tasks.

A hybrid JSON and Markdown system for managing AI agent knowledge, user profiles, and automated task rhythms.

A professional AI agent skill for orchestrating Meta Ads planning, operation, and scaling with strict safety protocols and mathematical precision.

A comprehensive automation tool for scheduling and managing social media content across multiple platforms via the Metricool API.

An automation skill that converts text into natural speech using Volcengine TTS and delivers the audio message directly to Feishu chats.








































