aeon-proactivity

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "aeon-proactivity" with this command: npx skills add 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Huo15 Openclaw Enhance

火一五·克劳德·龙虾增强插件 v5.7.8 — 全面适配 openclaw 2026.4.24:peerDep ^4.24 + build/compat 同步到 4.24 + 14 处 api.on 全部去掉 as any 改成 typed hook(hookName 联合类型 + handler 自动推断 Pl...

Registry SourceRecently Updated
General

Content Trend Analyzer

Aggregates and analyzes content trends across platforms to identify hot topics, user intent, content gaps, and generates data-driven article outlines.

Registry SourceRecently Updated
General

Prompt Debugger

Debug prompts that produce unexpected AI outputs — diagnose failure modes, identify ambiguity and conflicting instructions, test variations, compare model re...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated