Task Experience Summaries
name: task-experience-summaries
by dawai2005 · published 2026-03-22
$ claw add gh:dawai2005/dawai2005-task-experience-summaries---
name: task-experience-summaries
description: Experience summaries for OpenClaw tasks, including common installation problems, troubleshooting steps, and best practices for packages, configurations, and tools. Use when experiencing installation issues, facing unknown error messages, or needing guidance on package names and configuration methods. Also use when documenting new experiences for future reference.
---
# Task Experience Summaries
Overview
This skill provides curated experience summaries from real OpenClaw tasks, including:
Each entry includes: Problem → Solutions → Key Lessons → Prevention Steps.
Common Installation Packages
ClawHub CLI
**Purpose:** Search, install, update, and publish OpenClaw skills from clawhub.com.
**Installation:**
npm install -g clawhub**Usage:**
# Search for skills
clawhub search "keyword"
# Install a skill
clawhub install "skill-name"
# List installed skills
clawhub list
# Publish a new skill (when ready)
clawhub publish "skill-directory"**Authentication:**
Tavily Search
**Purpose:** AI-optimized web search via Tavily API.
**Configuration:**
# Set environment variable
set TAVILY_API_KEY=your-api-key-here**Usage:**
---
Troubleshooting Categories
1. Package Installation Issues
#### Problem: npm 404 Not Found
**Scenario:** Install command fails with "404 Not Found"
**Solutions:**
1. Check package name spelling
2. Search ClawHub: `clawhub search "keyword"`
3. Try npm search: `npm search "keyword"`
4. Verify the package exists in npm registry
**Typical Fixes:**
**Key Lesson:** Always verify package existence before installation. Use search tools.
#### Problem: Windows Permission EEXIST Error
**Scenario:** Installation fails with "EEXIST: file already exists"
**Solution:**
npm i -g clawhub --force**Root Cause:** Old version files remain, blocking installation
**Prevention:** Use `--force` for global installations on Windows if issues occur
#### Problem: Unknown Package Name
**Scenario Package not found in npm registry**
**Solutions:**
1. Use ClawHub search: `clawhub search "keyword"`
2. Try broader search terms
3. Check if the skill is hosted on ClawHub (OpenClaw's official registry)
**Example:**
Initial attempt: npm install "find-skills" → 404
Solution: clawhub search "find-skills" → Found "find-skills v0.1.0"
Result: clawhub install "find-skills" → Success**Key Lesson:** ClawHub is the first place to check for OpenClaw skills
2. Configuration Issues
#### Environment Variables
**Standard Pattern:**
# SET in current session
set ENV_VAR=value
# For persistent settings, add to shell config
# (e.g., .bashrc, .zshrc, PowerShell profile)**Common Variables:**
**Verification:**
echo $TAVILY_API_KEY # Unix-like
echo %TAVILY_API_KEY% # PowerShell/CMD3. Tool-Specific Issues
#### OpenClaw Browser Extension
**Symptom:** "tab not found" errors after browser operations
**Solutions:**
1. Restart OpenClaw Gateway (OpenClaw.app → Restart)
2. Keep Chrome extension badge ON (not OFF)
3. Do not close browser tab between operations
4. Reseat connection: Open Extension → Attach Tab → Badge ON
**Best Practice:**
#### Browser Profile Issues
**Symptom:** Multiple profiles causing conflicts
**Solutions:**
**Status Check:**
openclaw gateway status---
Problem-Solving Workflow
Step 1: Identify the Category
Determine if the issue belongs to:
Step 2: Search the Summary
Use the tables and categorized entries above:
Step 3: Test Solutions
Apply suggested fixes in order:
1. Most common/simplest solution first
2. Platform-specific fixes second
3. Advanced configurations third
Step 4: Document New Experiences
**When to Document:**
**How to Document:**
1. Record the problem clearly
2. Note the solution steps
3. Include platform-specific details
4. Add prevention/prevention steps
5. Update relevant section in this SKILL.md
**Template for New Entry:**
### Problem: [Clear description]
**Scenario:** [Context where problem occurs]
**Solution:** [Step-by-step resolution]
**Root Cause:** [Why this happens]
**Prevention:** [How to avoid]
**Platform Notes:** [If platform-specific]Step 5: Iterate and Refine
Review after using the skill:
---
Quick Reference Table
| Issue Type | Symptoms | Primary Tool | Key Command |
|-----------|----------|--------------|-------------|
| Package not found | 404, npm errors | npm, ClawHub | `clawhub search "keyword"` |
| Permission errors | EEXIST, access denied | npm install | `--force` flag |
| Configuration missing | Tool fails | Environment variables | `set VAR=value` |
| Browser connection | Tab not found | Browser tools | Restart Gateway + Badge ON |
| Unknown package | Cannot install | clawhub list | `clawhub install "name"` |
---
Best Practices
1. **Search Before Guessing:** Always use search tools first
2. **Document Solutions:** Write down everything you learn
3. **Categorize Issues:** Group by type for easy lookup
4. **Platform Notes:** Track Windows/macOS/Linux differences
5. **Prevention Over Cure:** Add prevention steps to avoid recurrence
6. **Keep It Practical:** Focus on actionable steps, not theory
---
Example Use Cases
Example 1: Installing a New Skill
# User asks: "I need a weather skill for checking forecasts"
# Step 1: Search
clawhub search "weather"
# Step 2: Identify candidate
Found: "weather v1.0" - Get current weather and forecasts (no API key required)
# Step 3: Install
clawhub install "weather"
# Step 4: Configure (if needed)
# Check README_CONFIG.md for required environment variables
# Step 5: Use
# Use web_search tool with query: "weather today"Example 2: Troubleshooting Browser Issues
# Symptom: Browser tool reports "tab not found"
# Step 1: Restart Gateway (first fix)
OpenClaw.app → Restart
# Step 2: Check extension
✓ Badge indicator should be ON
✓ Running state
✓ CDP Ready (Chrome DevTools Protocol)
# Step 3: Reattach if needed
Click OpenClaw extension icon → Attach tab → Badge ON
# Step 4: Verify
Try browser open → snapshotExample 3: Finding Unknown Package
# Symptom: "I need an RSS feed parser" - package unknown
# Step 1: ClawHub search
clawhub search "rss"
# Step 2: Identify
Found: "rss-parser skill v0.5.0" with description "Parse RSS feeds"
# Step 3: Install
clawhub install "rss-parser"
# Result: Success---
Notes
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...