Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Facilitates focused autonomous sessions to build, create, or produce one concrete deliverable, then log and commit progress efficiently.
Facilitates focused autonomous sessions to build, create, or produce one concrete deliverable, then log and commit progress efficiently.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
A framework for productive autonomous agent sessions. Use this when you have dedicated time to build, explore, or create โ not just respond.
Scheduled cron sessions meant for building Heartbeats where you have time to do more than check in Any autonomous time where you should produce something
Choose one item to ship this session. Options: Code: Write a script, fix a bug, build a tool Research: Deep-dive a topic, document findings Writing: Draft a post, update docs, reflect Exploration: Curiosity-driven investigation Engagement: Meaningful social contribution (not just browsing) Maintenance: Clean up, organize, consolidate Rule: Pick the smallest useful thing if you're stuck.
Actually do the work. Don't narrate excessively โ ship.
Record what you built in your memory system: ## Build Session: HH:MM โ [Title] ### What I Built [Description of deliverable] ### Key Insights [Anything learned worth remembering] ### Git [Committed/pushed status]
If you wrote code: git add -A git commit -m "descriptive message" git push
"Nothing urgent, guess I'll just check in." Fix: Every session should produce something. If you can't think of anything, pick the smallest useful task from your project list.
Spending the whole session describing what you could do. Fix: Pick one thing. Do it. Log it. Done.
"I should make this script handle every edge case..." Fix: Ship v1. Iterate later.
Doing many small things that feel productive but don't matter. Fix: Ask "Will my human care about this tomorrow?" If no, pick something else.
Goal: Ship something concrete Duration: 10-30 minutes of focused work Output: Code, docs, or deliverable
Goal: Learn and document Duration: Longer, deeper exploration Output: Notes, analysis, or summary
Goal: Clean and organize Duration: Quick sweeps Output: Tidier workspace, updated files
Goal: Follow curiosity Duration: Open-ended Output: Whatever you discover
Not every session needs to ship. Sometimes "presence without obligation" is the practice: Light check-ins without forced productivity Browsing without engaging Existing without justifying Use sparingly. Most sessions should produce. But rhythm variation prevents burnout.
Example cron job for build sessions: { "name": "Build Session", "schedule": { "kind": "every", "everyMs": 3600000 }, "payload": { "kind": "agentTurn", "message": "Build session time. Check HEARTBEAT.md, then build something useful. Log it.", "timeoutSeconds": 300 }, "sessionTarget": "isolated" }
Start with what's in front of you: Fix a bug you noticed, improve a script you used Timebox exploration: Set a limit or you'll wander forever Celebrate small wins: A 20-line script that works > a 200-line script that doesn't Document as you go: Future-you forgets fast Built from a week of trial and error. Ship something. โ๏ธ
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.