Overview
- Skill Key
- heldinhow/super-proactive
- Author
- heldinhow
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/heldinhow/super-proactive
- Latest Commit SHA
- 71f97cfb1e7717a63533a60e6d62c9d5c8114707
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Super Proactive 技能。 若已安装,则直接安装 Super Proactive 技能。
# Super Proactive Agent **The ultimate proactive + memory system for AI agents.** Combines the best of 11 top-rated skills into one unified architecture. --- ## Why This Skill? Most AI agents just wait for prompts. This skill transforms your agent into a proactive partner that: - Anticipates needs without being asked - Remembers everything important - Runs background tasks autonomously - Gets better over time --- ## Architecture Overview ``` workspace/ +-- MEMORY.md # Long-term memory (curated learnings) +-- SESSION-STATE.md # Working buffer (HOT - survives flush) +-- memory/ | +-- YYYY-MM-DD.md # Daily logs (episodic) +-- QUEUE.md # Task queue (Ready/In Progress/Done) +-- skills/ # Procedural memory ``` --- ## Core Features ### 1. WAL Protocol (Write-Ahead Logging) The agent writes critical details to SESSION-STATE.md BEFORE responding. Every decision, correction, and important detail is logged immediately. ```bash # Example: Log a decision echo "$(date) - Decision: Using model for generation" >> SESSION-STATE.md ``` ### 2. Three-Tier Memory System - **Episodic** (memory/YYYY-MM-DD.md) - What happened today - **Semantic** (MEMORY.md) - What I know (long-term) - **Procedural** (skills/) - How to do things ### 3. Autonomous Crons Run background tasks without prompting: - Every 30min: Check queue, health, memory - Every 4h: Research topic, update insights - Daily 18h: Summary, cleanup ### 4. Working Buffer SESSION-STATE.md survives context flush. Always read/write this file for: - Current project context - Pending decisions - Active tasks ### 5. Task Queue QUEUE.md with states: - **Ready** - Tasks to do - **In Progress** - Currently working - **Done** - Completed - **Blocked** - Waiting --- ## Quick Setup ### 1. File Structure Create these files in your workspace: ```bash mkdir -p memory/$(date +%Y-%m-%d) touch SESSION-STATE.md QUEUE.md ``` ### 2. Update HEARTBEAT.md ```markdown ## Every Heart...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.