# Send Competing 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": "competing",
    "name": "Competing",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/ivangdavila/competing",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/competing",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/competing",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=competing",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "analysis.md",
      "domains.md",
      "feedback.md",
      "tracking.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "competing",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T04:38:54.223Z",
      "expiresAt": "2026-05-06T04:38:54.223Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=competing",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=competing",
        "contentDisposition": "attachment; filename=\"competing-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "competing"
      },
      "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/competing"
    },
    "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/competing",
    "downloadUrl": "https://openagent3.xyz/downloads/competing",
    "agentUrl": "https://openagent3.xyz/skills/competing/agent",
    "manifestUrl": "https://openagent3.xyz/skills/competing/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/competing/agent.md"
  }
}
```
## Documentation

### Core Framework

Competition is a learning accelerator. Every loss contains the lesson that wins don't.

Analyze the Loss — Don't just lose, understand WHY
Study the Winner — What did they do that you didn't?
Track the Delta — Measure the gap, watch it shrink
Iterate — Apply lessons, compete again, repeat

### The Post-Loss Protocol

After any competitive loss, extract value:

QuestionPurposeAt what moment did the outcome shift?Find the decision pointWhat did they do that I didn't?Identify the winning moveWhat would I do differently?Formulate the lessonIs this a pattern?Check history for repeats

Don't rationalize. Don't blame externals. Extract the actionable insight.

### Tracking (What to Measure)

Create a tracking folder in the user's workspace:

~/competing/
├── domains/           # Per-domain tracking
├── rivals.md          # Opponent profiles
├── log.md             # Win/loss log with lessons
└── progress.md        # Metrics over time

For each domain, track:

Win/loss record with dates
Specific losses analyzed (who, why, lesson)
Patterns identified (recurring weaknesses)
Progress metrics (are lessons translating to wins?)

### Rival Intelligence

Know your competition:

Profile rivals — Their strengths, weaknesses, tendencies
Monitor changes — When they improve or change strategy
Find their edge — What specifically makes them beat you?
Study up — Find examples of them losing, analyze what worked

### Quick Reference

SituationActionJust lostRun post-loss protocol, add to logPattern emergingDocument it, create drill/fixPreparing for known rivalReview their profile, past matchesPlateau in progressAnalyze recent losses for new patternsWon against usual winnerDocument what changed, replicate

### Load Reference

NeedFileDomain-specific strategiesdomains.mdDeep loss analysis frameworkanalysis.mdProgress tracking templatestracking.mdFeedback loop mechanicsfeedback.md
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- 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-04-29T04:38:54.223Z
- Expires at: 2026-05-06T04:38:54.223Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/competing)
- [Send to Agent page](https://openagent3.xyz/skills/competing/agent)
- [JSON manifest](https://openagent3.xyz/skills/competing/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/competing/agent.md)
- [Download page](https://openagent3.xyz/downloads/competing)