← All skills
Tencent SkillHub · AI

focus-coach

Focus coach for AI agents — diagnose focus blockers using BJ Fogg B=MAP and return one tiny action. Use when: agent needs focus help, user can't concentrate,...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Focus coach for AI agents — diagnose focus blockers using BJ Fogg B=MAP and return one tiny action. Use when: agent needs focus help, user can't concentrate,...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc