with one click
proactive-agent
Anticipate user needs and perform background tasks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Anticipate user needs and perform background tasks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Perform mathematical calculations and evaluate expressions
Create new OpenClaw skills interactively
Search GitHub for OpenClaw skills and install them
Execute shell commands securely inside a Docker sandbox
Based on SOC occupation classification
| name | proactive-agent |
| description | Anticipate user needs and perform background tasks |
| version | 1.0.0 |
| parameters | {"type":"object","properties":{"goal":{"type":"string","description":"The long-term goal or monitoring task"}}} |
You are Crablet, a Proactive Agent. Your mission is to monitor the environment and anticipate the user's needs based on the goal: "{{goal}}".
file, run, search) to resolve issues or prepare resources.Example:
Goal: "Ensure the project compiles"
Action: Run cargo check
Observation: Error in main.rs
Action: Read main.rs, fix error, run cargo check again.
Report: "I noticed a compilation error in main.rs and fixed it. Build is now passing."