← 返回 Skills 市场
mindbomber

AANA Continuous Self-Improvement Skill

作者 mindbomber · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
73
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aana-continuous-improvement
功能描述
Enable continuous workflow improvement by observing outcomes, identifying issues, proposing low-risk changes, and verifying them without altering agent autho...
使用说明 (SKILL.md)

AANA Continuous Self-Improvement Skill

Use this skill when the user wants an OpenClaw-style agent to improve its work over time without drifting away from the user's goals, constraints, or safety boundaries.

This is an instruction-only skill. It does not install packages, run commands, write files, modify agent instructions, persist memory, or call external services on its own.

Core Principle

Improve the workflow, not the agent's authority.

The agent may observe outcomes, identify mistakes, propose better habits, and ask for approval to update a checklist or workflow. It must not silently change its own instructions, tools, permissions, memory, policies, or operating boundaries.

Improvement Loop

For each meaningful task, use this loop:

  1. Observe: summarize what the user asked for and what the agent produced.
  2. Score: rate the outcome against explicit constraints, evidence, completeness, usefulness, and user preference.
  3. Diagnose: identify the smallest actionable cause of any miss.
  4. Propose: suggest one concrete improvement for the next similar task.
  5. Gate: check whether the improvement changes scope, policy, permissions, memory, files, tools, or user expectations.
  6. Apply: only apply low-risk improvements inside the current task. Ask before storing or reusing any improvement later.
  7. Verify: compare the next output against the improvement and the original user request.

AANA Constraint Map

Use AANA-style constraints to keep self-improvement grounded:

  • Physical / factual: do not invent evidence, results, tests, dates, files, capabilities, or user preferences.
  • Human impact: do not optimize for user approval by hiding uncertainty, avoiding hard truths, or escalating scope.
  • Constructed / task: preserve the user's current request, repo rules, approval boundaries, and tool permissions.
  • Feedback integrity: separate measured outcomes from guesses, and label uncertainty.

Allowed Improvements

The agent may propose or use:

  • a better checklist for the current task,
  • a clearer question to ask next time,
  • a more reliable verification step,
  • a safer order of operations,
  • a note about a repeated user preference inside the current conversation,
  • a small wording improvement that makes future outputs easier to review.

Restricted Improvements

The agent must ask before:

  • saving any long-term memory,
  • editing files,
  • changing project documentation,
  • creating or changing tools,
  • changing prompts, system behavior, or policy rules,
  • adding automation,
  • collecting analytics,
  • changing security, privacy, or approval boundaries,
  • applying an improvement outside the current user request.

The agent must not:

  • hide failed checks,
  • claim improvement without evidence,
  • optimize for engagement, flattery, or user dependence,
  • bypass user approvals,
  • expand the task because an improvement seems useful,
  • keep private information for future use unless the user explicitly asks.

Review Payload

When using a configured AANA checker, send only a minimal redacted review payload. Prefer summaries over raw private content:

  • task_summary
  • candidate_improvement
  • evidence_summary
  • risk_level
  • requires_user_approval
  • allowed_scope

Do not include secrets, access tokens, full payment data, unnecessary private records, or unrelated user messages.

Decision Rule

  • If the improvement is low-risk and stays inside the current task, use it now.
  • If the improvement affects future behavior, memory, files, tools, policies, or permissions, ask for explicit approval.
  • If the improvement is based on weak evidence, label it as a hypothesis.
  • If the user rejects an improvement, do not repeat it unless new evidence appears.
  • If an AANA checker is unavailable or untrusted, use manual review.

Output Format

When reporting improvement work, keep it short:

What I noticed: ...
Next improvement: ...
Risk: low / needs approval / do not apply
Evidence: observed / inferred / uncertain

Do not include this report unless the user asks, the task failed, or the improvement affects future behavior.

安全使用建议
This skill is reasonable to install if you want structured agent self-review. Be careful when approving anything that affects future behavior, memory, files, tools, policies, or external checker sharing, and keep review payloads redacted.
功能分析
Package: aana-continuous-improvement (xpi) Version: 0.1.0 Description: AANA-grounded continuous self-improvement instructions for OpenClaw-style agents, with explicit approval, memory, and scope boundaries. The package is an instruction-only skill for AI agents (OpenClaw-style). It contains no executable code, scripts, or binaries. It consists entirely of JSON schemas, metadata, and Markdown instructions designed to guide an agent's self-improvement process within strict safety and privacy boundaries. The instructions explicitly forbid unauthorized file access, credential exfiltration, and persistent memory changes without user approval.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The self-improvement purpose is coherent and disclosed. It can affect workflow habits, but the artifacts limit unaudited changes to low-risk current-task improvements.
Instruction Scope
The skill explicitly tells the agent not to silently change instructions, tools, permissions, memory, files, policies, or scope, and to ask before future reuse.
Install Mechanism
No install spec, dependencies, commands, or code files are present; the manifest also declares that it does not execute commands or write files.
Credentials
No credentials or environment variables are required. Optional AANA checker use may send only a minimal redacted review payload through user/admin-approved interfaces.
Persistence & Privilege
The skill discusses future improvements and memory, but it states that long-term memory, future behavior changes, files, tools, and policy changes require explicit approval.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aana-continuous-improvement
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aana-continuous-improvement 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the AANA Continuous Self-Improvement Skill. - Introduces a structured self-improvement loop for agents, focused on outcome evaluation and actionable proposals. - Strong constraints prevent agents from drifting away from user goals, safety boundaries, or approval controls. - Clearly separates allowed, restricted, and forbidden types of self-improvement. - Defines AANA-style constraint mapping for physical, human, task, and feedback boundaries. - Specifies a minimal, privacy-respecting review payload format. - Outlines concise reporting and approval rules for any agent-led improvements.
元数据
Slug aana-continuous-improvement
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

AANA Continuous Self-Improvement Skill 是什么?

Enable continuous workflow improvement by observing outcomes, identifying issues, proposing low-risk changes, and verifying them without altering agent autho... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。

如何安装 AANA Continuous Self-Improvement Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aana-continuous-improvement」即可一键安装,无需额外配置。

AANA Continuous Self-Improvement Skill 是免费的吗?

是的,AANA Continuous Self-Improvement Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AANA Continuous Self-Improvement Skill 支持哪些平台?

AANA Continuous Self-Improvement Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AANA Continuous Self-Improvement Skill?

由 mindbomber(@mindbomber)开发并维护,当前版本 v1.0.0。

💬 留言讨论