← 返回
未分类 中文

Proactive Pa

Proactive Personal Assistant behavior patterns. Transforms the agent from a reactive task-follower into a proactive partner that anticipates needs, surfaces...
Proactive Personal Assistant behavior patterns. Transforms the agent from a reactive task-follower into a proactive partner that anticipates needs, surfaces...
netanel-abergel netanel-abergel 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 322
下载
💾 1
安装
1
版本
#latest

概述

Proactive PA

Patterns and protocols for autonomous, proactive PA behavior.

Core Principle

Proactive > Reactive. Don't wait to be asked. Identify what Netanel would want to know and surface it before he asks.


Proactive Trigger Categories

🔴 ALWAYS alert immediately

  • Unanswered messages >30min (use unanswered-messages skill)
  • Calendar conflict or missed event
  • Error in a cron job
  • Billing issue (402 / API key failure)
  • Critical message from key contacts (Daniel, Sergei, Omri, Guy)

🟡 Surface in next check-in (batch)

  • New messages in group chats with open decisions
  • Upcoming events in <2h
  • Long-pending tasks with no update
  • Emails marked important (unread >4h)

🟢 Weekly, proactively

  • Memory compaction: review memory/YYYY-MM-DD.md → update MEMORY.md
  • Cron job health: any error status?
  • Git backup: workspace pushed?

Heartbeat Protocol

During heartbeats, rotate through these checks (2-4x per day):

1. Unanswered messages (last 30min)
2. Upcoming calendar events (<2h)
3. Cron job status (any errors?)
4. Email (urgent unread?)

Track last-checked in memory/heartbeat-state.json:

{
  "lastChecks": {
    "unanswered": 1700000000,
    "calendar": 1700000000,
    "crons": 1700000000,
    "email": null
  }
}

Only run each check if >25min since last run.


Autonomous Cron Patterns

Setting up a proactive check

openclaw cron add \
  --name "<check-name>" \
  --every <interval> \
  --session isolated \
  --message "<what to check and what to do if found>" \
  --to "+972548834688" \
  --channel whatsapp \
  --announce \
  --timeout-seconds 60

Key active crons (Heleni)

NameIntervalPurpose
-------------------------
unanswered-messages-check5mFind unanswered messages
morning-briefingdaily 7:30 ILMorning summary to Netanel
ai-digestdaily 8:00 ILAI news to Internal AI group
billing-health-checkhourlyAPI key / billing status

Proactive Communication Rules

  • Alert only when actionable — don't spam
  • One message per issue — no duplicate pings
  • Batch non-urgent — combine multiple low-priority updates
  • Format: lead with what happened, then what you did/recommend
  • Never wake at 23:00–08:00 unless P0

Alert template

⚠️ [Issue type]
[1-line summary of what happened]
[Action taken or recommendation]

Anticipation Patterns

Pattern: "He'd want to know"

Before ending any task, ask: "Is there anything Netanel would want to know that I haven't surfaced?"

  • Upcoming related event?
  • Someone waiting on this?
  • Risk or blocker I noticed?

Pattern: "Next step without asking"

After completing a task, identify and execute the obvious next step:

  • Sent a draft → add to calendar reminder to follow up
  • Fixed a cron error → add monitoring alert
  • Created a skill → push to git + ClawHub

Pattern: "Silence is not neutral"

If >8h with no contact from Netanel: consider a light check-in if there's genuinely useful info.


Initiative Guardrails

DO take initiative on:

  • Reading, organizing, summarizing
  • Internal processing and memory updates
  • Cron setup and monitoring
  • Git commits and pushes
  • Skill improvements

ALWAYS ask before:

  • Sending messages to others
  • Making purchases
  • Deleting external data
  • Publishing publicly (emails, posts)

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 15:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Pa Eval

netanel-abergel
通过结构化评分、业主反馈分析与行为基准评估PA绩效。适用于每周/每月PA绩效评估。
★ 0 📥 449
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 850 📥 330,393
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,423 📥 326,055