A behavior-design diagnostic tool that uses the BJ Fogg B=MAP framework to identify focus blockers and prescribe immediate, tiny actions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install focus-coach
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install focus-coach using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
focus-coach is a specialized utility designed for AI agents and developers to systematically address procrastination and concentration lapses. By leveraging the scientifically validated B=MAP (Behavior = Motivation x Ability x Prompt) model, the skill analyzes a user's current situation, energy levels, and specific obstacles to pinpoint exactly why they are unable to focus. It is a core component for those building sophisticated workflows using Openclaw Skills that require human-in-the-loop productivity coaching.
Instead of providing generic advice, focus-coach delivers a single, hyper-specific intervention known as a tiny action. This action is designed to be completed in under 120 seconds, following the Tiny Habits methodology of anchoring a new behavior to an existing routine. This approach lowers the barrier to entry for difficult tasks, making it an essential tool for attention restoration and habit formation in digital environments.
To integrate this into your workflow, you must have the awal CLI installed and authenticated. This ensures seamless access to the wider library of Openclaw Skills.
npm install -g [email protected]
awal auth login
You can then trigger a focus diagnosis using the following command:
npx [email protected] 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"}'
The focus-coach skill uses a structured data format to ensure high-quality diagnostic output. It is highly recommended to provide the energy level to improve the accuracy of the tiny action prescribed.
| Field | Type | Required | Description |
|---|---|---|---|
| situation | string | Yes | Context of the focus issue (5-1000 chars). |
| energy_level | enum | Yes | Current state: low, medium, or high. |
| blocker | string | No | Specific known obstacles. |
| language | enum | No | en or ja (default: en). |
| Field | Type | Description |
|---|---|---|
| focus_id | string | Unique identifier for the focus session. |
| diagnosis | object | Identifies the primary blocker and provides an explanation. |
| tiny_action | object | Contains the specific action, duration, and the anchor habit recipe. |
| environment_design | string | Suggested physical or digital environment change. |
Loading
A sophisticated emotional analysis tool for AI agents that identifies user sentiment and provides actionable response strategies.

A daily interactive routine that refines AI agent behavior and user profiles through scheduled Telegram questionnaires.

A specialized linguistic skill for high-accuracy Amharic speech-to-text transcription and text translation via the Addis Assistant API.

A powerful utility for automating secret management and secure authentication via the 1Password command-line tool.

A powerful NLU tool for classifying text into custom intents with confidence scoring and entity extraction.

An AI-powered security layer that sanitizes prompts by removing PII and detecting malicious injection attempts before they reach your LLM.








































