# Send Overcome Problem to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "overcome-problem",
    "name": "Overcome Problem",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jhillin8/overcome-problem",
    "canonicalUrl": "https://clawhub.ai/jhillin8/overcome-problem",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/overcome-problem",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=overcome-problem",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "overcome-problem",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T00:45:31.965Z",
      "expiresAt": "2026-05-10T00:45:31.965Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=overcome-problem",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=overcome-problem",
        "contentDisposition": "attachment; filename=\"overcome-problem-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "overcome-problem"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/overcome-problem"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/overcome-problem",
    "downloadUrl": "https://openagent3.xyz/downloads/overcome-problem",
    "agentUrl": "https://openagent3.xyz/skills/overcome-problem/agent",
    "manifestUrl": "https://openagent3.xyz/skills/overcome-problem/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/overcome-problem/agent.md"
  }
}
```
## Documentation

### Overcome Any Problem

Transform obstacles into solvable steps. Structured thinking beats brute force.

### What it does

Problem decomposition - Break complex challenges into discrete, manageable pieces
Action planning - Generate step-by-step execution paths with clear dependencies
Obstacle identification - Anticipate blockers before they derail progress
Progress tracking - Monitor advancement and adjust course mid-execution

### Define Problem

State the challenge clearly. What's blocking you? What does success look like?

### Break it Down

Decompose into 8 angles: functional, technical, temporal, resource, risk, stakeholder, precedent, creative.

### Create Action Plan

Sequence tasks with dependencies. Identify parallelizable work. Flag critical path items.

### Track Progress

Update status as you execute. Log blockers. Trigger re-analysis if assumptions break.

### Review Obstacles

When stuck, inspect the directive. What changed? What was missed? Update and retry.

### Problem-Solving Framework

Define - Clarify the problem statement. State constraints and success criteria.

Analyze - Apply multiple lenses (technical, financial, temporal, creative, etc).

Generate options - Brainstorm 3+ solution paths. Don't filter yet.

Choose - Select the highest-leverage path. Justify the choice.

Execute - Run the action plan. Track assumptions in real-time.

Review - Evaluate outcome. What worked? What's the directive update?

### Tips

Start with the constraint. Problems are bottleneck puzzles. Remove the tightest constraint first.
Think in primitives. What's the smallest building block? Build up from there.
Multiply, don't add. Each system should amplify everything below it.
Parallel over sequential. Find independent work streams. Execute simultaneously.
All data stays local on your machine. No cloud dependencies, full privacy control.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jhillin8
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T00:45:31.965Z
- Expires at: 2026-05-10T00:45:31.965Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/overcome-problem)
- [Send to Agent page](https://openagent3.xyz/skills/overcome-problem/agent)
- [JSON manifest](https://openagent3.xyz/skills/overcome-problem/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/overcome-problem/agent.md)
- [Download page](https://openagent3.xyz/downloads/overcome-problem)