{
  "schemaVersion": "1.0",
  "item": {
    "slug": "task-experience-summaries",
    "name": "OpenClaw Task Experience Summaries",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/dawai2005/task-experience-summaries",
    "canonicalUrl": "https://clawhub.ai/dawai2005/task-experience-summaries",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/task-experience-summaries",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=task-experience-summaries",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/task-experience-summaries"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/task-experience-summaries",
    "agentPageUrl": "https://openagent3.xyz/skills/task-experience-summaries/agent",
    "manifestUrl": "https://openagent3.xyz/skills/task-experience-summaries/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/task-experience-summaries/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "This skill provides curated experience summaries from real OpenClaw tasks, including:\n\nInstallation/packaging problems and solutions\nCommon error messages and root causes\nPackage search and discovery methods\nConfiguration patterns and environment setups\nTool-specific troubleshooting steps\nBest practices for documenting new experiences\n\nEach entry includes: Problem → Solutions → Key Lessons → Prevention Steps."
      },
      {
        "title": "ClawHub CLI",
        "body": "Purpose: Search, install, update, and publish OpenClaw skills from clawhub.com.\n\nInstallation:\n\nnpm install -g clawhub\n\nUsage:\n\n# Search for skills\nclawhub search \"keyword\"\n\n# Install a skill\nclawhub install \"skill-name\"\n\n# List installed skills\nclawhub list\n\n# Publish a new skill (when ready)\nclawhub publish \"skill-directory\"\n\nAuthentication:\n\nToken: clh_<token>\nUsername: @<username>\nAvailable at: https://clawhub.ai"
      },
      {
        "title": "Tavily Search",
        "body": "Purpose: AI-optimized web search via Tavily API.\n\nConfiguration:\n\n# Set environment variable\nset TAVILY_API_KEY=your-api-key-here\n\nUsage:\n\nSearch query: web_search tool\nAPI key location: <skill-dir>/README_CONFIG.md\nQuality: High relevance for AI agents"
      },
      {
        "title": "1. Package Installation Issues",
        "body": "Problem: npm 404 Not Found\n\nScenario: Install command fails with \"404 Not Found\"\n\nSolutions:\n\nCheck package name spelling\nSearch ClawHub: clawhub search \"keyword\"\nTry npm search: npm search \"keyword\"\nVerify the package exists in npm registry\n\nTypical Fixes:\n\nWrong package name (e.g., tavily-search → correct: tavily-mcp)\nPackage removed or renamed\nTypo in command\n\nKey Lesson: Always verify package existence before installation. Use search tools.\n\nProblem: Windows Permission EEXIST Error\n\nScenario: Installation fails with \"EEXIST: file already exists\"\n\nSolution:\n\nnpm i -g clawhub --force\n\nRoot Cause: Old version files remain, blocking installation\n\nPrevention: Use --force for global installations on Windows if issues occur\n\nProblem: Unknown Package Name\n\nScenario Package not found in npm registry\n\nSolutions:\n\nUse ClawHub search: clawhub search \"keyword\"\nTry broader search terms\nCheck if the skill is hosted on ClawHub (OpenClaw's official registry)\n\nExample:\n\nInitial attempt: npm install \"find-skills\" → 404\nSolution: clawhub search \"find-skills\" → Found \"find-skills v0.1.0\"\nResult: clawhub install \"find-skills\" → Success\n\nKey Lesson: ClawHub is the first place to check for OpenClaw skills"
      },
      {
        "title": "2. Configuration Issues",
        "body": "Environment Variables\n\nStandard Pattern:\n\n# SET in current session\nset ENV_VAR=value\n\n# For persistent settings, add to shell config\n# (e.g., .bashrc, .zshrc, PowerShell profile)\n\nCommon Variables:\n\nTAVILY_API_KEY - For web search tools\nOPENAI_API_KEY - If needed for OpenAI-based skills\nCustom credentials for specific tools\n\nVerification:\n\necho $TAVILY_API_KEY  # Unix-like\necho %TAVILY_API_KEY% # PowerShell/CMD"
      },
      {
        "title": "3. Tool-Specific Issues",
        "body": "OpenClaw Browser Extension\n\nSymptom: \"tab not found\" errors after browser operations\n\nSolutions:\n\nRestart OpenClaw Gateway (OpenClaw.app → Restart)\nKeep Chrome extension badge ON (not OFF)\nDo not close browser tab between operations\nReseat connection: Open Extension → Attach Tab → Badge ON\n\nBest Practice:\n\nBrowser tool is for one-time operations or screenshots\nNot suitable for long-lived automated sessions\nDirect browser interaction is more reliable for persistent needs\n\nBrowser Profile Issues\n\nSymptom: Multiple profiles causing conflicts\n\nSolutions:\n\nUse --profile=chrome for managed Chrome browser\nUse --profile=openclaw for isolated browser\nTest with clean profile if issues persist\n\nStatus Check:\n\nopenclaw gateway status"
      },
      {
        "title": "Step 1: Identify the Category",
        "body": "Determine if the issue belongs to:\n\nInstallation problems\nConfiguration issues\nTool-specific malfunctions\nPackage discovery\nPlatform-specific behavior (Windows/Linux/macOS)"
      },
      {
        "title": "Step 2: Search the Summary",
        "body": "Use the tables and categorized entries above:\n\nMatch symptoms to category\nReview associated solutions\nTry recommended fixes"
      },
      {
        "title": "Step 3: Test Solutions",
        "body": "Apply suggested fixes in order:\n\nMost common/simplest solution first\nPlatform-specific fixes second\nAdvanced configurations third"
      },
      {
        "title": "Step 4: Document New Experiences",
        "body": "When to Document:\n\nSuccessfully resolved an unknown problem\nDiscovered a pattern or workaround\nLearned a configuration trick\nFound that a documented solution works differently\n\nHow to Document:\n\nRecord the problem clearly\nNote the solution steps\nInclude platform-specific details\nAdd prevention/prevention steps\nUpdate relevant section in this SKILL.md\n\nTemplate for New Entry:\n\n### Problem: [Clear description]\n\n**Scenario:** [Context where problem occurs]\n\n**Solution:** [Step-by-step resolution]\n\n**Root Cause:** [Why this happens]\n\n**Prevention:** [How to avoid]\n\n**Platform Notes:** [If platform-specific]"
      },
      {
        "title": "Step 5: Iterate and Refine",
        "body": "Review after using the skill:\n\nAre entries clear and actionable?\nAre symptoms and solutions well-matched?\nIs formatting consistent?\nAny missing common issues?"
      },
      {
        "title": "Quick Reference Table",
        "body": "Issue TypeSymptomsPrimary ToolKey CommandPackage not found404, npm errorsnpm, ClawHubclawhub search \"keyword\"Permission errorsEEXIST, access deniednpm install--force flagConfiguration missingTool failsEnvironment variablesset VAR=valueBrowser connectionTab not foundBrowser toolsRestart Gateway + Badge ONUnknown packageCannot installclawhub listclawhub install \"name\""
      },
      {
        "title": "Best Practices",
        "body": "Search Before Guessing: Always use search tools first\nDocument Solutions: Write down everything you learn\nCategorize Issues: Group by type for easy lookup\nPlatform Notes: Track Windows/macOS/Linux differences\nPrevention Over Cure: Add prevention steps to avoid recurrence\nKeep It Practical: Focus on actionable steps, not theory"
      },
      {
        "title": "Example 1: Installing a New Skill",
        "body": "# User asks: \"I need a weather skill for checking forecasts\"\n\n# Step 1: Search\nclawhub search \"weather\"\n\n# Step 2: Identify candidate\nFound: \"weather v1.0\" - Get current weather and forecasts (no API key required)\n\n# Step 3: Install\nclawhub install \"weather\"\n\n# Step 4: Configure (if needed)\n# Check README_CONFIG.md for required environment variables\n\n# Step 5: Use\n# Use web_search tool with query: \"weather today\""
      },
      {
        "title": "Example 2: Troubleshooting Browser Issues",
        "body": "# Symptom: Browser tool reports \"tab not found\"\n\n# Step 1: Restart Gateway (first fix)\nOpenClaw.app → Restart\n\n# Step 2: Check extension\n✓ Badge indicator should be ON\n✓ Running state\n✓ CDP Ready (Chrome DevTools Protocol)\n\n# Step 3: Reattach if needed\nClick OpenClaw extension icon → Attach tab → Badge ON\n\n# Step 4: Verify\nTry browser open → snapshot"
      },
      {
        "title": "Example 3: Finding Unknown Package",
        "body": "# Symptom: \"I need an RSS feed parser\" - package unknown\n\n# Step 1: ClawHub search\nclawhub search \"rss\"\n\n# Step 2: Identify\nFound: \"rss-parser skill v0.5.0\" with description \"Parse RSS feeds\"\n\n# Step 3: Install\nclawhub install \"rss-parser\"\n\n# Result: Success"
      },
      {
        "title": "Notes",
        "body": "All entries are based on actual resolved issues\nPlatform-specific behaviors are noted when applicable\nConfiguration details refer to current workspace setup\nFor newer issues, always consult official documentation before relying on summaries"
      }
    ],
    "body": "Task Experience Summaries\nOverview\n\nThis skill provides curated experience summaries from real OpenClaw tasks, including:\n\nInstallation/packaging problems and solutions\nCommon error messages and root causes\nPackage search and discovery methods\nConfiguration patterns and environment setups\nTool-specific troubleshooting steps\nBest practices for documenting new experiences\n\nEach entry includes: Problem → Solutions → Key Lessons → Prevention Steps.\n\nCommon Installation Packages\nClawHub CLI\n\nPurpose: Search, install, update, and publish OpenClaw skills from clawhub.com.\n\nInstallation:\n\nnpm install -g clawhub\n\n\nUsage:\n\n# Search for skills\nclawhub search \"keyword\"\n\n# Install a skill\nclawhub install \"skill-name\"\n\n# List installed skills\nclawhub list\n\n# Publish a new skill (when ready)\nclawhub publish \"skill-directory\"\n\n\nAuthentication:\n\nToken: clh_<token>\nUsername: @<username>\nAvailable at: https://clawhub.ai\nTavily Search\n\nPurpose: AI-optimized web search via Tavily API.\n\nConfiguration:\n\n# Set environment variable\nset TAVILY_API_KEY=your-api-key-here\n\n\nUsage:\n\nSearch query: web_search tool\nAPI key location: <skill-dir>/README_CONFIG.md\nQuality: High relevance for AI agents\nTroubleshooting Categories\n1. Package Installation Issues\nProblem: npm 404 Not Found\n\nScenario: Install command fails with \"404 Not Found\"\n\nSolutions:\n\nCheck package name spelling\nSearch ClawHub: clawhub search \"keyword\"\nTry npm search: npm search \"keyword\"\nVerify the package exists in npm registry\n\nTypical Fixes:\n\nWrong package name (e.g., tavily-search → correct: tavily-mcp)\nPackage removed or renamed\nTypo in command\n\nKey Lesson: Always verify package existence before installation. Use search tools.\n\nProblem: Windows Permission EEXIST Error\n\nScenario: Installation fails with \"EEXIST: file already exists\"\n\nSolution:\n\nnpm i -g clawhub --force\n\n\nRoot Cause: Old version files remain, blocking installation\n\nPrevention: Use --force for global installations on Windows if issues occur\n\nProblem: Unknown Package Name\n\nScenario Package not found in npm registry\n\nSolutions:\n\nUse ClawHub search: clawhub search \"keyword\"\nTry broader search terms\nCheck if the skill is hosted on ClawHub (OpenClaw's official registry)\n\nExample:\n\nInitial attempt: npm install \"find-skills\" → 404\nSolution: clawhub search \"find-skills\" → Found \"find-skills v0.1.0\"\nResult: clawhub install \"find-skills\" → Success\n\n\nKey Lesson: ClawHub is the first place to check for OpenClaw skills\n\n2. Configuration Issues\nEnvironment Variables\n\nStandard Pattern:\n\n# SET in current session\nset ENV_VAR=value\n\n# For persistent settings, add to shell config\n# (e.g., .bashrc, .zshrc, PowerShell profile)\n\n\nCommon Variables:\n\nTAVILY_API_KEY - For web search tools\nOPENAI_API_KEY - If needed for OpenAI-based skills\nCustom credentials for specific tools\n\nVerification:\n\necho $TAVILY_API_KEY  # Unix-like\necho %TAVILY_API_KEY% # PowerShell/CMD\n\n3. Tool-Specific Issues\nOpenClaw Browser Extension\n\nSymptom: \"tab not found\" errors after browser operations\n\nSolutions:\n\nRestart OpenClaw Gateway (OpenClaw.app → Restart)\nKeep Chrome extension badge ON (not OFF)\nDo not close browser tab between operations\nReseat connection: Open Extension → Attach Tab → Badge ON\n\nBest Practice:\n\nBrowser tool is for one-time operations or screenshots\nNot suitable for long-lived automated sessions\nDirect browser interaction is more reliable for persistent needs\nBrowser Profile Issues\n\nSymptom: Multiple profiles causing conflicts\n\nSolutions:\n\nUse --profile=chrome for managed Chrome browser\nUse --profile=openclaw for isolated browser\nTest with clean profile if issues persist\n\nStatus Check:\n\nopenclaw gateway status\n\nProblem-Solving Workflow\nStep 1: Identify the Category\n\nDetermine if the issue belongs to:\n\nInstallation problems\nConfiguration issues\nTool-specific malfunctions\nPackage discovery\nPlatform-specific behavior (Windows/Linux/macOS)\nStep 2: Search the Summary\n\nUse the tables and categorized entries above:\n\nMatch symptoms to category\nReview associated solutions\nTry recommended fixes\nStep 3: Test Solutions\n\nApply suggested fixes in order:\n\nMost common/simplest solution first\nPlatform-specific fixes second\nAdvanced configurations third\nStep 4: Document New Experiences\n\nWhen to Document:\n\nSuccessfully resolved an unknown problem\nDiscovered a pattern or workaround\nLearned a configuration trick\nFound that a documented solution works differently\n\nHow to Document:\n\nRecord the problem clearly\nNote the solution steps\nInclude platform-specific details\nAdd prevention/prevention steps\nUpdate relevant section in this SKILL.md\n\nTemplate for New Entry:\n\n### Problem: [Clear description]\n\n**Scenario:** [Context where problem occurs]\n\n**Solution:** [Step-by-step resolution]\n\n**Root Cause:** [Why this happens]\n\n**Prevention:** [How to avoid]\n\n**Platform Notes:** [If platform-specific]\n\nStep 5: Iterate and Refine\n\nReview after using the skill:\n\nAre entries clear and actionable?\nAre symptoms and solutions well-matched?\nIs formatting consistent?\nAny missing common issues?\nQuick Reference Table\nIssue Type\tSymptoms\tPrimary Tool\tKey Command\nPackage not found\t404, npm errors\tnpm, ClawHub\tclawhub search \"keyword\"\nPermission errors\tEEXIST, access denied\tnpm install\t--force flag\nConfiguration missing\tTool fails\tEnvironment variables\tset VAR=value\nBrowser connection\tTab not found\tBrowser tools\tRestart Gateway + Badge ON\nUnknown package\tCannot install\tclawhub list\tclawhub install \"name\"\nBest Practices\nSearch Before Guessing: Always use search tools first\nDocument Solutions: Write down everything you learn\nCategorize Issues: Group by type for easy lookup\nPlatform Notes: Track Windows/macOS/Linux differences\nPrevention Over Cure: Add prevention steps to avoid recurrence\nKeep It Practical: Focus on actionable steps, not theory\nExample Use Cases\nExample 1: Installing a New Skill\n# User asks: \"I need a weather skill for checking forecasts\"\n\n# Step 1: Search\nclawhub search \"weather\"\n\n# Step 2: Identify candidate\nFound: \"weather v1.0\" - Get current weather and forecasts (no API key required)\n\n# Step 3: Install\nclawhub install \"weather\"\n\n# Step 4: Configure (if needed)\n# Check README_CONFIG.md for required environment variables\n\n# Step 5: Use\n# Use web_search tool with query: \"weather today\"\n\nExample 2: Troubleshooting Browser Issues\n# Symptom: Browser tool reports \"tab not found\"\n\n# Step 1: Restart Gateway (first fix)\nOpenClaw.app → Restart\n\n# Step 2: Check extension\n✓ Badge indicator should be ON\n✓ Running state\n✓ CDP Ready (Chrome DevTools Protocol)\n\n# Step 3: Reattach if needed\nClick OpenClaw extension icon → Attach tab → Badge ON\n\n# Step 4: Verify\nTry browser open → snapshot\n\nExample 3: Finding Unknown Package\n# Symptom: \"I need an RSS feed parser\" - package unknown\n\n# Step 1: ClawHub search\nclawhub search \"rss\"\n\n# Step 2: Identify\nFound: \"rss-parser skill v0.5.0\" with description \"Parse RSS feeds\"\n\n# Step 3: Install\nclawhub install \"rss-parser\"\n\n# Result: Success\n\nNotes\nAll entries are based on actual resolved issues\nPlatform-specific behaviors are noted when applicable\nConfiguration details refer to current workspace setup\nFor newer issues, always consult official documentation before relying on summaries"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/dawai2005/task-experience-summaries",
    "publisherUrl": "https://clawhub.ai/dawai2005/task-experience-summaries",
    "owner": "dawai2005",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/task-experience-summaries",
    "downloadUrl": "https://openagent3.xyz/downloads/task-experience-summaries",
    "agentUrl": "https://openagent3.xyz/skills/task-experience-summaries/agent",
    "manifestUrl": "https://openagent3.xyz/skills/task-experience-summaries/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/task-experience-summaries/agent.md"
  }
}