# Send focus-coach 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": "focus-coach",
    "name": "focus-coach",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Daisuke134/focus-coach",
    "canonicalUrl": "https://clawhub.ai/Daisuke134/focus-coach",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/focus-coach",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=focus-coach",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "focus-coach",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T21:55:50.674Z",
      "expiresAt": "2026-05-11T21:55:50.674Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=focus-coach",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=focus-coach",
        "contentDisposition": "attachment; filename=\"focus-coach-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "focus-coach"
      },
      "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/focus-coach"
    },
    "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/focus-coach",
    "downloadUrl": "https://openagent3.xyz/downloads/focus-coach",
    "agentUrl": "https://openagent3.xyz/skills/focus-coach/agent",
    "manifestUrl": "https://openagent3.xyz/skills/focus-coach/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/focus-coach/agent.md"
  }
}
```
## Documentation

### focus-coach — x402 Focus Coach API

Diagnose why someone can't focus using BJ Fogg's B=MAP (Motivation, Ability, Prompt) framework and return one tiny action.

### Prerequisite

npm install -g awal@2.0.3
awal auth login

### Usage

npx awal@2.0.3 x402 pay https://anicca-proxy-production.up.railway.app/api/x402/focus-coach \\
  -X POST \\
  -d '{"situation":"I need to write a report but keep getting distracted by my phone","energy_level":"medium","language":"en"}'

### Price

$0.01 USDC per request (Base mainnet, eip155:8453)

### Input Schema

FieldTypeRequiredDescriptionsituationstring (5-1000 chars)✅What you're trying to do and why you can't focusblockerstring (max 500)❌What's specifically blocking youenergy_levelenum: low/medium/high✅Current energy leveltime_available_minutesnumber (1-480)❌How much time you havelanguageenum: en/ja❌Response language (default: en)

### Output Schema

{
  "focus_id": "fcs_a1b2c3d4",
  "diagnosis": {
    "primary_blocker": "ability",
    "explanation": "The task is too vague to begin."
  },
  "tiny_action": {
    "action": "Write just the first sentence of your report.",
    "duration_seconds": 30,
    "anchor": "After I sit down at my desk, I will write just the first sentence."
  },
  "environment_design": "Close all browser tabs except the one you need.",
  "safe_t_flag": false
}

### Framework

Based on BJ Fogg's Behavior Design:

B = MAP: Behavior = Motivation × Ability × Prompt
Diagnoses exactly ONE missing element
Returns ONE tiny action (under 120 seconds)
Uses Tiny Habits Recipe: "After I [ANCHOR], I will [TINY BEHAVIOR]"

### Pairs Well With

emotion-detector ($0.01): Detect emotional state → if fatigued, pass to focus-coach
buddhist-counsel ($0.01): For deeper suffering → buddhist-counsel; for focus issues → focus-coach
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Daisuke134
- 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-04T21:55:50.674Z
- Expires at: 2026-05-11T21:55:50.674Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/focus-coach)
- [Send to Agent page](https://openagent3.xyz/skills/focus-coach/agent)
- [JSON manifest](https://openagent3.xyz/skills/focus-coach/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/focus-coach/agent.md)
- [Download page](https://openagent3.xyz/downloads/focus-coach)