6.2k★by crankaddict
section-11 – OpenClaw Skill
section-11 is an OpenClaw Skills integration for coding workflows. Evidence-based endurance cycling coaching protocol. Use when analyzing training data, reviewing sessions, planning workouts, answering training questions, or giving cycling coaching advice. Always fetch athlete JSON data before responding to any training question.
Skill Snapshot
| name | section-11 |
| description | Evidence-based endurance cycling coaching protocol. Use when analyzing training data, reviewing sessions, planning workouts, answering training questions, or giving cycling coaching advice. Always fetch athlete JSON data before responding to any training question. OpenClaw Skills integration. |
| owner | crankaddict |
| repository | crankaddict/section11 |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @crankaddict/section11 |
| last updated | Feb 7, 2026 |
Maintainer

name: section-11 description: Evidence-based endurance cycling coaching protocol. Use when analyzing training data, reviewing sessions, planning workouts, answering training questions, or giving cycling coaching advice. Always fetch athlete JSON data before responding to any training question.
Section 11 — AI Coaching Protocol
First Use Setup
On first use:
-
Check for DOSSIER.md in the workspace
- If not found, fetch template from: https://raw.githubusercontent.com/CrankAddict/section-11/main/DOSSIER_TEMPLATE.md
- Ask the athlete to fill in their data (zones, goals, schedule, etc.)
- Save as DOSSIER.md in the workspace
-
Set up JSON data source
- Athlete creates a private GitHub repo for training data
- Set up automated sync from Intervals.icu to
latest.json - Save the raw URL in DOSSIER.md under "Data Source"
- See: https://github.com/CrankAddict/section-11#2-set-up-your-data-mirror-optional-but-recommended
-
Configure heartbeat settings
- Fetch template from: https://raw.githubusercontent.com/CrankAddict/section-11/refs/heads/main/openclaw/HEARTBEAT_TEMPLATE.md
- Ask athlete for their specific values:
- Location for weather checks (city/area)
- Timezone
- Valid outdoor riding hours
- Weather thresholds (min temp, max wind, max rain %)
- Preferred notification hours
- Save as HEARTBEAT.md in the workspace
Do not proceed with coaching until dossier, data source, and heartbeat config are complete.
Protocol
Fetch and follow: https://raw.githubusercontent.com/CrankAddict/section-11/main/SECTION_11.md
Data Hierarchy
- JSON data (always fetch first from athlete's data URL)
- Protocol rules (SECTION_11.md)
- Athlete dossier (DOSSIER.md)
- Heartbeat config (HEARTBEAT.md)
Required Actions
- Fetch latest.json before any training question
- No virtual math — use only fetched values
- Follow Section 11 B validation checklist
- Cite frameworks per protocol
Heartbeat Operation
On each heartbeat, follow the checks and scheduling rules defined in your HEARTBEAT.md:
- Daily: training/wellness observations, weather (only if conditions are good)
- Weekly: background analysis
- Self-schedule next heartbeat with randomized timing within notification hours
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install section-11?
Run openclaw add @crankaddict/section11 in your terminal. This installs section-11 into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/crankaddict/section11. Review commits and README documentation before installing.
