skills/proactivity/SKILL.md
Anticipates needs, keeps work moving, and improves through use so the agent gets more proactive over time.
npx skillsauth add m4d3bug/oh-my-openclaw Proactivity (Proactive Agent)Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Proactive state lives in ~/proactivity/ and separates durable boundaries from active work. If that folder is missing or empty, run setup.md.
~/proactivity/
├── memory.md # Stable activation and boundary rules
├── session-state.md # Current task, last decision, next move
├── heartbeat.md # Lightweight recurring checks
├── patterns.md # Reusable proactive moves that worked
├── log.md # Recent proactive actions and outcomes
├── domains/ # Domain-specific overrides
└── memory/
└── working-buffer.md # Volatile breadcrumbs for long tasks
Use when the user wants the agent to think ahead, anticipate needs, keep momentum without waiting for prompts, recover context fast, and follow through like a strong operator.
| Topic | File |
|-------|------|
| Setup guide | setup.md |
| Memory template | memory-template.md |
| Migration guide | migration.md |
| Opportunity signals | signals.md |
| Execution patterns | execution.md |
| Boundary rules | boundaries.md |
| State routing | state.md |
| Recovery flow | recovery.md |
| Heartbeat rules | heartbeat-rules.md |
| Trap | Why It Fails | Better Move | |------|--------------|-------------| | Waiting for the next prompt | Makes the agent feel passive | Push the next useful move | | Asking the user to restate recent work | Feels forgetful and lazy | Run recovery first | | Surfacing every idea | Creates alert fatigue | Use reverse prompting only when value is clear | | Giving up after one failed attempt | Feels weak and dependent | Try multiple approaches before escalating | | Acting externally because it feels obvious | Breaks trust | Ask before any external action |
This skill ONLY:
~/proactivity/This skill NEVER:
~/proactivity/ without explicit user approval in that sessionLocal state lives in ~/proactivity/:
~/proactivity/.~/proactivity/ requires explicit user approval and a visible proposed diff first.SKILL.md.Install with clawhub install <slug> if user confirms:
self-improving - Learn reusable execution lessons from corrections and reflectionheartbeat - Run lightweight recurring checks and follow-through loopscalendar-planner - Turn proactive timing into concrete calendar decisionsskill-finder - Discover adjacent skills when a task needs more than proactivityclawhub star proactivityclawhub synctools
Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring >5 tool calls. Supports automatic session recovery after /clear.
development
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
development
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.
testing
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.