Overview
- Skill Key
- fangkelvin/proactive-agent-skill
- Author
- fangkelvin
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/fangkelvin/proactive-agent-skill
- Latest Commit SHA
- 5f9d9a8dca0dcabf60030eef423981ab46d311ba
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 proactive-agent 技能。 若已安装,则直接安装 proactive-agent 技能。
# Proactive Agent Skill Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. ## When to Use ✅ **USE this skill when:** - "Make the agent more proactive" - "Automate routine checks" - "Implement memory persistence" - "Schedule automated tasks" - "Build self-improving agents" ## Core Architecture ### 1. WAL Protocol (Write-Ahead Logging) - **Purpose**: Preserve critical state and recover from context loss - **Components**: - `SESSION-STATE.md` - Active working memory (current task) - `working-buffer.md` - Danger zone log - `MEMORY.md` - Long-term curated memory ### 2. Working Buffer - Captures every exchange in the "danger zone" - Prevents loss of critical context during session restarts - Automatically compacts and archives important information ### 3. Autonomous vs Prompted Crons - **Autonomous Crons**: Scheduled, context-aware automation - **Prompted Crons**: User-triggered scheduled tasks - **Heartbeats**: Periodic proactive checks ## Implementation Patterns ### Memory Architecture ``` 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 ``` ### WAL Protocol Workflow 1. **Capture**: Log all critical exchanges to working buffer 2. **Compact**: Periodically review and extract key insights 3. **Curate**: Move important information to MEMORY.md 4. **Recover**: Restore state from logs after restart ### Proactive Behaviors #### 1. Heartbeat Checks ```bash # Check every 30 minutes - Email inbox for urgent messages - Calendar for upcoming events - Weather for relevant conditions - System status and health ``` #### 2. Autonomous Crons ```bash # Daily maintenance - Memory compaction and cleanup - File organization - Backup verification # Weekly tasks - Skill updates check - Documentation review - Performance optimization ``` #### 3....
openstockdata
OpenClaw Skill for stock data analysis
rxhxm
Agent Skill (SKILL.md) for Sixtyfour AI — People & company intelligence API. Enrich leads, find emails/phones, qualify prospects, search people. For Claude Code, Codex, OpenClaw, Cursor.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cccccqqqqq
Advanced web scraping with Scrapling — MCP-native guidance for extraction, crawling, and anti-bot handling. Use via mcporter (MCP) for execution; this skill provides strategy, recipes, and best practices.
cemoso
Autonomous PR review loop with Greptile. Use when an agent creates a PR and needs to autonomously handle code review feedback — reading Greptile reviews, fixing issues, pushing fixes, re-triggering review, and auto-merging when score is 4/5+. Trigger on commands like "pr review {url}", "review my PR", or when a Greptile review webhook/poll delivers feedback.
cclank
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics.