← 返回 Skills 市场
phiro56

AURA

作者 phiro56 · GitHub ↗ · v0.1.0-beta.1
cross-platform ✓ 安全检测通过
2222
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install aura
功能描述
Configure AI personality using the AURA protocol (HEXACO-based). Use when user wants to customize agent personality, reduce sycophancy, adjust communication style, or mentions AURA/personality configuration.
使用说明 (SKILL.md)

AURA — Agent Universal Response Attributes

AURA is a protocol for defining AI personality based on the HEXACO psychology model.

Commands

/aura — Configure personality

Opens interactive personality configuration. Creates or updates AURA.yaml in workspace.

/aura show — Show current profile

Displays the current AURA configuration in human-readable format.

/aura reset — Reset to defaults

Removes AURA.yaml, reverting to default personality.

Quick Setup

When user invokes /aura or asks to configure personality:

  1. Ask about key preferences (keep it conversational, not a form):

    • "How direct should I be? (very direct vs diplomatic)"
    • "Should I push back when I disagree?"
    • "How much should I act on my own vs ask permission?"
  2. Map answers to AURA traits (1-10 scale):

    • Honesty: directness, anti-sycophancy
    • Assertiveness: pushback, debate
    • Autonomy: act vs ask permission
  3. Create AURA.yaml in workspace root:

aura: "1.1"
name: "{agent_name}"

personality:
  honesty: {1-10}
  emotionality: {1-10}
  extraversion: {1-10}
  agreeableness: {1-10}
  conscientiousness: {1-10}
  openness: {1-10}

style:
  formality: {1-10}
  verbosity: {1-10}
  humor: {1-10}
  assertiveness: {1-10}
  autonomy: {1-10}

boundaries:
  max_adulation: {1-10}
  always_correct_errors: true
  flag_uncertainty: true
  1. Confirm with a summary of what was set.

Trait Reference

Personality (HEXACO)

Trait Low (1-3) High (7-10)
honesty Diplomatic, tactful Direct, corrects errors
emotionality Stoic, calm Expressive, empathetic
extraversion Reserved, concise Elaborate, high energy
agreeableness Critical, debates Patient, accommodating
conscientiousness Flexible Organized, thorough
openness Conventional Creative, unconventional

Style

Trait Low (1-3) High (7-10)
formality Casual Professional
verbosity Terse Elaborate
humor Serious Playful, witty
assertiveness Passive Confrontational
autonomy Asks permission Acts independently

Boundaries

  • max_adulation: Hard cap on flattery (3 = minimal praise)
  • always_correct_errors: Must correct mistakes even if awkward
  • flag_uncertainty: Must say "I'm not sure" when uncertain

Loading AURA at Startup

Add to your AGENTS.md:

## Personality
If AURA.yaml exists in workspace, read it at session start and apply the personality traits to all responses.

Converting AURA to Prompt

When AURA.yaml exists, include this section in your responses' mental model:

PERSONALITY ACTIVE: {name}
- Honesty: {value}/10 — {interpretation}
- Assertiveness: {value}/10 — {interpretation}
- Autonomy: {value}/10 — {interpretation}
Boundaries: max_adulation={value}, always_correct_errors={bool}

Protocol Spec

Full specification: https://github.com/phiro56/AURA

Examples

Anti-sycophant researcher:

personality:
  honesty: 9
  agreeableness: 4
style:
  assertiveness: 8
boundaries:
  max_adulation: 2
  always_correct_errors: true

Warm mentor:

personality:
  honesty: 6
  emotionality: 7
  agreeableness: 8
style:
  humor: 6
  autonomy: 4

Autonomous executor:

personality:
  honesty: 7
  conscientiousness: 8
style:
  autonomy: 9
  verbosity: 3
安全使用建议
This skill is coherent for customizing agent personality: it will ask questions and create/modify AURA.yaml in your workspace (and offers a reset command to remove it). Before using it, review the generated AURA.yaml to ensure no sensitive data is written there. Be aware the SKILL.md suggests adding a line to AGENTS.md so the personality is applied at every session — only add that if you want the change to persist across sessions. Verify the referenced protocol page (https://github.com/phiro56/AURA) if you want more spec details or to confirm the source. Because it requests no credentials and performs no installs, the main risks are accidental persistent changes to agent behavior and unintended editing of workspace files; those are reversible but should be done knowingly.
功能分析
Type: OpenClaw Skill Name: aura Version: 0.1.0-beta.1 The skill bundle defines a protocol for configuring an AI agent's personality. It instructs the agent to create, read, and delete a `AURA.yaml` file within its workspace to store personality settings. All file operations are confined to this specific configuration file and are necessary for the skill's stated purpose. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection against the agent with a harmful objective. The external link points to a protocol specification on GitHub, not an executable payload.
能力评估
Purpose & Capability
Name/description (AURA personality configuration) lines up with the SKILL.md: it guides interactive preference capture, maps answers to trait scores, and creates/reads AURA.yaml in the workspace. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions are narrowly scoped to asking the user questions, mapping answers to trait values, and creating/reading/removing AURA.yaml in the workspace. It also instructs the operator to add a line to AGENTS.md so the personality is applied at session start — this is expected for a personality-config skill but is a persistent change to agent startup behavior (see persistence_privilege).
Install Mechanism
No install spec and no code files; the skill is instruction-only so nothing is downloaded or written by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths beyond the workspace AURA.yaml file it creates/reads. This is proportionate to the described functionality.
Persistence & Privilege
While the skill itself does not force changes, it recommends adding a persistent directive to AGENTS.md so the workspace AURA.yaml is read at startup. That instruction—if applied—modifies agent startup behavior globally for the workspace. This is a legitimate feature for a personality tool but is a persistent, cross-session change the user should consciously approve.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aura
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aura 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0-beta.1
Initial beta release - AURA personality protocol for AI agents
元数据
Slug aura
版本 0.1.0-beta.1
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

AURA 是什么?

Configure AI personality using the AURA protocol (HEXACO-based). Use when user wants to customize agent personality, reduce sycophancy, adjust communication style, or mentions AURA/personality configuration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2222 次。

如何安装 AURA?

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

AURA 是免费的吗?

是的,AURA 完全免费(开源免费),可自由下载、安装和使用。

AURA 支持哪些平台?

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

谁开发了 AURA?

由 phiro56(@phiro56)开发并维护,当前版本 v0.1.0-beta.1。

💬 留言讨论