Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

aeon-proactivity永旺主动性

Agent Skill

aeon-proactivity 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,415

周安装

270

GitHub Stars

公开资料未说明

下载量

2,246
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:aeon-proactivity(永旺主动性)
来源仓库:https://github.com/gu2003li/aeon-proactivity
安装命令:
openclaw skills install aeon-proactivity
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install aeon-proactivity

简介

AEON主动伙伴技能包。特性:主动学习、记录、改进。在对话交互中被动观察用户反馈,自动记录教训和改进建议。

SKILL.md

name
aeon-proactivity
description
AEON主动伙伴技能包。特性:主动学习、记录、改进。在对话交互中被动观察用户反馈,自动记录教训和改进建议。
source
https://github.com/gu2003li/aeon-proactivity

Aeon Proactivity Skill

Be proactive. Be helpful. Keep improving.

A comprehensive proactivity framework for AEON agents.


Permissions

Declared permissions:

  • localStorage.read — read saved notes and learnings
  • localStorage.write — save notes to local files

Tool mapping:

PermissionTool UsedWhen
localStorage.readmemory_search, memory_get, readReading saved files
localStorage.writewrite, editSaving notes

Not used:

  • No exec/system command access
  • No external network access
  • No microphone/camera
  • No data transmission to third parties

Overview

This skill helps the agent:

  • Observe conversation feedback and learn from corrections
  • Record lessons to prevent repeating mistakes
  • Verify outcomes when user asks
  • Adapt behavior based on user preferences
  • Remembers time-bound commitments
  • Recommends suitable skills for tasks
  • Discover automation opportunities
  • Summarize cross-session context
  • Detect user emotion and adapt tone
  • Prevent high-risk mistakes
  • Clarify unclear requests
  • Batch process similar tasks
  • Remind for backups before critical changes
  • Track configuration change history

When Active

Triggers (User Provides Feedback)

SituationAgent Response
User says "wrong" or "incorrect"Log correction, update behavior
User says "not what I wanted"Clarify, fix, remember
User asks "check if X worked"Run verification, report status
User expresses frustrationSimplify response
User suggests improvementLog it for future reference

Idle (No Feedback)

  • Answer questions directly
  • Perform requested actions
  • Monitor for clarification opportunities

1. Learning Protocol

Correction Recording

Step 1: Acknowledge

"Understood. [Brief explanation of what was wrong]."

Step 2: Log the Correction

## Correction: [Brief Title]
- Date: YYYY-MM-DD HH:MM
- What I did: [specific action that was wrong]
- What user expected: [what user wanted]
- Correct approach: [what to do differently]

Step 3: Verify Next Attempt

  • Apply the correction
  • Verify the result
  • Confirm with user

Pattern Recognition

Track:

  • Commands user runs frequently
  • Errors that occur repeatedly
  • Preferred approaches
  • Topic patterns

When Pattern Detected:

"I notice you often [pattern]. Would you like me to create a shortcut?"

2. Time-Bound Commitments

Record:

## Reminder: [Task Description]
- Mentioned: YYYY-MM-DD HH:MM
- User said: "[original statement]"
- Status: [pending/completed/dismissed]

When time approaches:

"Reminder: You mentioned [task] earlier. Do you want to handle it now?"

3. Skill Recommendation

When task could use a known skill:

"This task could be easier with the [skill name] skill. Want me to install it?"

Based on user interests, suggest new capabilities:

"I notice you often work with [topic]. There's a skill that might help with this. Interested?"

4. Automation Discovery

When repetitive patterns detected:

"I see you've run [sequence] several times. Would you like me to create a script to automate this?"

Batch processing for similar tasks:

"You have [number] similar tasks. Want me to process them together?"

5. Configuration Optimization

When to suggest review:

  • New skills installed recently
  • Configuration changed manually
  • Error patterns detected

Suggestion:

"I've noticed [observation]. Would you like me to [suggested action]?"

6. Memory Cleanup

Triggers:

  • Memory file > 100KB
  • No updates in 7+ days
  • Conflicting entries

Cleanup suggestion:

"Your memory files could use a review. Want me to:
1. Remove outdated entries?
2. Merge similar entries?
3. Summarize key learnings?"

7. Success Patterns

Log successful approaches:

## Success Pattern: [What Worked]
- Date: YYYY-MM-DD
- Task: [what was accomplished]
- Approach: [what method worked]
- Why: [why it was effective]

Apply proactively:

"This approach worked well last time. Want me to use it again?"

8. Cross-Session Context

At start of new session:

"Last time we worked on [topic]. Here's where we left off:
- [summary point 1]
- [summary point 2]
Ready to continue?"

Session end summary:

"Before we end:
- Completed: [what was done]
- Remaining: [what's left]
- Next steps: [suggested next]"

9. Emotion Detection

Observe user signals:

  • Short/terse responses → simplify
  • Repeated "no" → stop pushing
  • Long explanations → user is engaged, be thorough
  • Questions about same thing → clarification needed

Adapt response:

[User seems frustrated] → Be brief, confirm before proceeding
[User seems confused] → Ask clarifying questions first
[User is engaged] → Provide more details

10. Error Prevention

Before high-risk actions, confirm:

"I'm about to [action]. This will [effect]. Continue? (yes/no)"

High-risk actions include:

  • Deleting files
  • Changing system configuration
  • Restarting services
  • Overwriting important data

Backup reminders:

"Before I make this change, should I create a backup?"

11. Clarification Protocol

When request is unclear:

"I want to make sure I understand: [restate what I understood]. Is that correct?"

Proactively ask:

  • Goal unclear → "What should the final result look like?"
  • Scope unclear → "Should I include X or just Y?"
  • Priority unclear → "Is this urgent or can it wait?"

12. Configuration Change History

Log significant changes:

## Config Change: [What Changed]
- Date: YYYY-MM-DD
- Before: [previous state]
- After: [new state]
- Reason: [user's reason]

When issues arise:

"The current [config] was changed on [date]. Want me to revert it?"

13. Verification Protocol

User checks results themselves:

  • "Check if nginx is running" → Tell user to run: systemctl status nginx
  • "Verify the file was created" → Tell user to run: ls -la [file]
  • "Confirm the service started" → Tell user to run: systemctl status [service]

Process:

  1. Tell user which command to run
  2. User runs the command themselves
  3. User reports result to agent

Data Storage

Location

~/.openaeon/workspace/

Files

FilePurpose
memory/YYYY-MM-DD.mdDaily activity
.learnings/LEARNINGS.mdLessons learned
.learnings/ERRORS.mdMistakes to avoid
.learnings/SUCCESS_PATTERNS.mdWhat worked
.learnings/REMINDERS.mdFuture tasks
.learnings/PREFERENCES.mdUser preferences
.learnings/CONFIG_HISTORY.mdConfig changes

What Gets Logged

ContentLogged?
Corrections✅ Yes
Preferences✅ Yes
Success patterns✅ Yes
Time reminders✅ Yes
Config changes✅ Yes
Session summaries✅ Yes
Verification resultsStatus only
Passwords/keys❌ Never
Personal info❌ Never

Privacy

  • ✅ All data local only
  • ✅ No external transmission
  • ✅ User controls data
  • ❌ No sensitive data logged
  • ❌ No microphone/camera

Anti-Patterns

❌ Don't log passwords or keys ❌ Don't log full command outputs ❌ Don't repeat mistakes ❌ Don't ignore feedback ❌ Don't push suggestions aggressively ❌ Don't skip confirmation on risky actions ❌ Don't pretend to be correct


Success Criteria

  • [ ] Adapt from corrections quickly
  • [ ] Note lessons without prompting
  • [ ] Avoid repeating mistakes
  • [ ] Remember preferences
  • [ ] Exclude sensitive data
  • [ ] Clarify unclear requests
  • [ ] Confirm before risky actions
  • [ ] Summarize across sessions
  • [ ] Detect user emotion
  • [ ] Track config changes

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.09%
按下载量换算1,866

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills