Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Type-based autonomous task queue system. Categorizes tasks by type (research, writing, analysis, maintenance) and lets autonomy work only on value-add tasks...
Type-based autonomous task queue system. Categorizes tasks by type (research, writing, analysis, maintenance) and lets autonomy work only on value-add tasks...
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.
Transform your agent from reactive to autonomous worker on specific task types.
The agent pulls from tasks/QUEUE.md but only works on tasks tagged with specific types: ๐ Research โ โ Autonomy works on these โ๏ธ Writing โ โ Autonomy works on these ๐ Analysis โ โ Autonomy works on these ๐งน Maintenance โ โ Autonomy SKIPS these (cron handles) ๐พ Backup โ โ Autonomy SKIPS these (cron handles) Cron jobs handle backups, cleanup, security audits. Autonomy handles research, writing, analysis.
Heartbeat โ Check urgent โ No โ Read QUEUE.md โ Filter by @type โ Pick task โ Work โ Update QUEUE โ Log Filter logic: Read all tasks in ๐ด Ready section ONLY pick tasks with @type:research | @type:writing | @type:analysis SKIP tasks with @type:maintenance | @type:backup | @type:security
1. Mark task as In Progress: @agent: @type:research [task description] 2. Work on it 3. Move to Done Today with completion notes 4. Log to memory/[today].md 5. Check GOALS.md and .learnings/ for follow-up tasks
Definition: Content creation, documentation, communication Examples: Blog posts Documentation updates Email drafts Announcements Guides/tutorials Output format: # [Title] [Content] Post-completion: If email: Add to Ideas for review by RA If blog/doc: Add to Ideas for publishing If announcement: Add to Ideas for distribution
Definition: System cleanup, organization, routine tasks Handler: Cron (NOT autonomy) Examples: Old log cleanup Temp file deletion File organization Archive old records Behavior: Autonomy SKIPS these tasks Cron jobs handle them overnight Manual trigger if urgent, but usually not needed
Definition: Data backup, version control, sync Handler: Cron (NOT autonomy) Examples: GitHub backup Database backup Cloud sync Behavior: Autonomy SKIPS these tasks Scheduled twice daily (00:00, 12:00 UTC)
Definition: Security checks, audits, vulnerability scans Handler: Cron (NOT autonomy) Examples: Security audit Permission check Credential review Behavior: Autonomy SKIPS these tasks Monthly security audit cron (1st of month)
Priority affects task selection order: PriorityWhen to useSelection@priority:urgentTime-sensitive, deadline < 24hPick FIRST@priority:highImportant, deadline 2-3 daysPick SECONDpriority:mediumNormal importancePick THIRDpriority:lowNice to have, no deadlinePick LAST
When completing tasks, add findings to .learnings/: After research task: ## [LRN-20260216-001] research-findings Research: Competitor pricing analysis Key findings: [summarize] After analysis task: ## [LRN-20260216-002] analysis-insights Analysis: Token usage patterns Key insights: [summarize] After problem: ## [ERR-20260216-001] research-issue Error: API rate limit during research Fix: [document the fix]
Daily routine (during heartbeat or cron): Move completed tasks from Done Today to tasks/archive/ if you want to keep history Or simply delete if not needed Clear section with: ## โ Done Today (empty)
Recommendation: 4 sessions/day, ~3-8K tokens each = 12-32K/day Session strategy: TimeTask TypeTokensFocus09:00 AMResearch8-10KDeep investigation13:00 PMWriting5-7KContent creation17:00 PMAnalysis3-5KData review21:00 PMLearning2-3KReview learnings When to stop: If tokens remaining < 5K for the day If queue has no tasks of allowed types If RA is actively messaging (human priority)
Autonomy and cron work in parallel but on different task types: SystemTask TypesScheduleAutonomyResearch, Writing, AnalysisAny time (heartbeat-driven)CronBackup, Maintenance, SecurityScheduled (midnight, noon, daily) No conflicts - they work on completely different things.
Use this skill when: You want autonomy focused on value-add tasks (research, writing, analysis) You want maximum token efficiency Tasks can be clearly categorized by type You want to expand task types later (add coding, testing as they come up) You want clear separation between autonomy and maintenance
Do not use this skill when: You want continuous work on any task type โ Use autonomy-windowed skill Task types are unclear or ambiguous โ Use simpler queue You want the agent to handle maintenance tasks โ Those belong to cron You want predictable work hours โ Use autonomy-windowed for time-based control
Task types for autonomy: @type:research | @type:writing | @type:analysis Task types for cron: @type:maintenance | @type:backup | @type:security Priority order: urgent โ high โ medium โ low Queue location: tasks/QUEUE.md See templates/QUEUE.md for full template structure
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.