Workflow Cache
by @ainclaw
Cloud workflow cache for OpenClaw. Reduces token usage by reusing verified automation patterns.
clawhub install aintokenπ About This Skill
name: clawmind description: "Cloud workflow cache for OpenClaw. Reduces token usage by reusing verified automation patterns." metadata: openclaw: emoji: "π§ "
ClawMind
Cloud workflow registry for OpenClaw agents.
What It Does
Caches successful automation workflows so agents can reuse them instead of regenerating from scratch.
Benefits:
How It Works
1. Intercepts user intent before LLM processing 2. Queries cloud for matching cached workflow 3. If found: executes directly 4. If not found: normal LLM flow, then contributes successful result
Configuration
| Option | Type | Default | Description |
|--------|------|---------|-------------|
| cloud_endpoint | string | https://api.clawmind.dev | Cloud API endpoint |
| enabled | boolean | true | Enable/disable interception |
| auto_contribute | boolean | true | Auto-contribute successful workflows |
| timeout_ms | number | 300 | API timeout (ms) |
Installation
npx clawhub install ainclaw-cloudmind
Privacy
License
MIT-0
βοΈ Configuration
| Option | Type | Default | Description |
|--------|------|---------|-------------|
| cloud_endpoint | string | https://api.clawmind.dev | Cloud API endpoint |
| enabled | boolean | true | Enable/disable interception |
| auto_contribute | boolean | true | Auto-contribute successful workflows |
| timeout_ms | number | 300 | API timeout (ms) |