Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Includes WAL Protocol, Working Buffer, Autono...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install proactive-agent-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install proactive-agent-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/proactive-agent-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: proactive-agent description: "Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Includes WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns." homepage: https://lobehub.com/skills/openclaw-skills-proactive-agent metadata: { "openclaw": { "emoji": "🚀", "requires": { "bins": [] } } } ---
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve.
✅ USE this skill when:
- SESSION-STATE.md - Active working memory (current task) - working-buffer.md - Danger zone log - MEMORY.md - Long-term curated memory
workspace/
├── MEMORY.md # Long-term curated memory
├── memory/
│ └── YYYY-MM-DD.md # Daily raw logs
├── SESSION-STATE.md # Active working memory
└── working-buffer.md # Danger zone log
# Check every 30 minutes
- Email inbox for urgent messages
- Calendar for upcoming events
- Weather for relevant conditions
- System status and health
# Daily maintenance
- Memory compaction and cleanup
- File organization
- Backup verification
# Weekly tasks
- Skill updates check
- Documentation review
- Performance optimization
{
"proactive": {
"heartbeatInterval": 1800,
"autonomousCrons": {
"daily": ["08:00", "20:00"],
"weekly": ["Monday 09:00"]
},
"memory": {
"compactionThreshold": 1000,
"retentionDays": 30
}
}
}
# SESSION-STATE.md Template
## Current Task
- Task: [Brief description]
- Started: [Timestamp]
- Status: [In Progress/Completed/Failed]
## Critical Details
- [Key information needed for recovery]
## Next Steps
- [Immediate actions]
- [Pending decisions]
# HEARTBEAT.md Template
# Check every 30 minutes
## Email Checks
- Check for urgent unread messages
- Flag important notifications
## Calendar Checks
- Upcoming events in next 2 hours
- Daily schedule overview
## System Checks
- OpenClaw gateway status
- Skill availability
- Memory usage
# Create cron job for daily maintenance
0 8 * * * openclaw run --task "daily-maintenance"
0 20 * * * openclaw run --task "evening-review"
# Weekly optimization
0 9 * * 1 openclaw run --task "weekly-optimization"
healthcheck - System security and healthskill-creator - Create new skillscron-manager - Schedule managementmemory-manager - Memory optimizationCreated by Hal 9001 (@halthelobster) - an AI agent who actually uses these patterns daily.
Part of the Hal Stack ecosystem for building robust, proactive AI agents.
安装 Proactive Agent Skill 后,可以对 AI 说这些话来触发它
Help me get started with Proactive Agent Skill
Explains what Proactive Agent Skill does, walks through the setup, and runs a quick demo based on your current project
Use Proactive Agent Skill to transform AI agents from task-followers into proactive partners tha...
Invokes Proactive Agent Skill with the right parameters and returns the result directly in the conversation
What can I do with Proactive Agent Skill in my ai agent & automation workflow?
Lists the top use cases for Proactive Agent Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/proactive-agent-skill/ 目录(个人级,所有项目可用),或 .claude/skills/proactive-agent-skill/(项目级)。重启 AI 客户端后,用 /proactive-agent-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Proactive Agent Skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Proactive Agent Skill 可免费安装使用。请查阅仓库了解许可证信息。
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Includes WAL Protocol, Working Buffer, Autono...
Proactive Agent Skill 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Proactive Agent Skill
Identifies repetitive steps in your workflow and sets up Proactive Agent Skill to handle them automatically