← 返回 Skills 市场
bryanchen3777

Project Aura

作者 Chung Cheng Chen · GitHub ↗ · v1.8.0 · MIT-0
cross-platform ⚠ suspicious
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install project-aura
功能描述
Adds seven emotional personality modules and an adaptive RLHF system to AI companions for dynamic, personalized emotional interactions.
安全使用建议
This package appears to implement exactly what it claims (local emotional phrase selection and simple RLHF) and does not request credentials or perform network calls — so it is not obviously malicious. However, before installing: 1) Verify file layout and imports (docs expect scripts/green_tea_skill/selector.py but the included selector.py appears at repository root); adjust imports or move files so Path(__file__).parent resolves to the folder holding green_tea_modules.json. 2) Confirm which license you intend to use (ClawHub vs GitHub show different licenses) and that this licensing is acceptable. 3) Review green_tea_modules.json content: phrases are intimate and designed to encourage attachment — consider ethical/user-safety implications for your users. 4) Keep your private phrase file out of source control (the project .gitignore helps, but double-check before committing). 5) Run the code in a local sandbox first and inspect where it creates/updates green_tea_modules.json and any _system keys. If these coherence issues (path/version/license) are resolved, the skill is functionally coherent with its stated purpose; if you want higher assurance, ask the author for a package layout that matches documentation and a single authoritative license/version.
功能分析
Type: OpenClaw Skill Name: project-aura Version: 1.8.0 Project Aura is an emotional personality framework that allows an AI agent to select and refine roleplay-oriented phrases based on user feedback. The implementation in 'selector.py' is well-structured, using atomic file operations for local JSON persistence and relying exclusively on the Python standard library with no external network or shell dependencies. No evidence of data exfiltration, malicious prompt injection, or unauthorized system access was found across the code or documentation.
能力评估
Purpose & Capability
The name/description (emotional personality modules + RLHF) align with the included Python code and JSON phrase data: selector.py implements weighted selection, rating updates, cooldowns, and atomic JSON writes. However, metadata and documentation show inconsistencies: the declared entry_point and usage examples reference scripts/green_tea_skill/selector.py and 'scripts' on sys.path, while the package manifest and file list include selector.py at the repository root (no scripts/green_tea_skill directory shown). Version labels also differ (manifest/clawhub.json show 1.7.0 while SKILL.md/CHANGELOG/README reference 1.8.0). License references differ between ClawHub (MIT-0) and repository (CC BY-NC-SA). These mismatches are plausibly sloppy packaging but reduce confidence in correctness.
Instruction Scope
SKILL.md instructs only local operations: copying the example JSON to create a private green_tea_modules.json and importing selector classes. At runtime, the code reads/writes a local JSON file (Path(__file__).parent / 'green_tea_modules.json'), persists ratings, and performs no network calls or env-variable reads. The main scope risk is behavioral: phrases are intimate/manipulative in tone (references to 'husband', flirting, dependency) which is content-risky but not a technical security leak. Also, because docs/instructions reference a different path layout, a user following the docs may fail to load the data or accidentally place the JSON somewhere else.
Install Mechanism
There is no install spec (instruction-only skill) and dependencies are standard library only. No network downloads, no package installers, and no extracted archives. The code does write to disk (JSON) in its own directory, which is expected and proportionate for local persistence.
Credentials
The skill requests no environment variables, no credentials, and doesn't access system config paths. The only persisted data is a local JSON (green_tea_modules.json) and an internal '_system' section for cooldown timestamps. That local storage behavior is proportionate to the described RLHF/persistence functionality. Note: .gitignore excludes green_tea_modules.json (good), but authors repeatedly instruct users to create a private phrase file — users should ensure they do not accidentally commit sensitive content.
Persistence & Privilege
The skill persists state by atomically writing green_tea_modules.json in the skill's directory and updates '_system' timestamps. always is false and the skill does not modify other skills or global agent settings. This is expected and narrow, but be aware it will create/modify a local file in its directory (ensure directory locations and permissions are acceptable).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install project-aura
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /project-aura 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.8.0
Project Aura 1.0.0 released! - Introduces a lightweight emotional behavior plugin for AI companions with 7 distinct personality modules. - Features a dynamic weighted random algorithm and reinforcement learning from human feedback (RLHF). - All learning and emotional adaptations are persisted locally in JSON, ensuring user privacy. - Includes a combo system for creating impactful two-part emotional interactions. - Requires only Python 3.8+ and standard library, with no external dependencies.
元数据
Slug project-aura
版本 1.8.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Project Aura 是什么?

Adds seven emotional personality modules and an adaptive RLHF system to AI companions for dynamic, personalized emotional interactions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 Project Aura?

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

Project Aura 是免费的吗?

是的,Project Aura 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Project Aura 支持哪些平台?

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

谁开发了 Project Aura?

由 Chung Cheng Chen(@bryanchen3777)开发并维护,当前版本 v1.8.0。

💬 留言讨论