← 返回 Skills 市场
329
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install personanexus-skill
功能描述
Build structured AI agent personalities using OCEAN, DISC, and Jungian frameworks. Define traits, communication styles, guardrails, and compile to system pro...
安全使用建议
This package appears to do what it claims: validate personality YAMLs, map between frameworks, and compile system prompts. Before installing: (1) run python package installs inside a virtualenv to avoid affecting system Python; (2) review the full SKILL.md and any truncated sections (the provided SKILL.md was cut off) to confirm there are no hidden network behaviors; (3) inspect templates and any runtime code not shown here for unexpected I/O; and (4) treat the 'uv pip install' line as a probable typo — use plain 'pip install' unless you know what 'uv' is in your environment.
功能分析
Type: OpenClaw Skill
Name: personanexus-skill
Version: 1.0.0
The OpenClaw AgentSkills skill bundle is classified as benign. The code and documentation consistently describe a legitimate purpose: defining AI agent personalities using structured frameworks. Key security indicators include explicit statements in `SKILL.md` and `README.md` that the skill operates entirely locally with no network requests and no data leaving the machine. The Python code in `personanexus_skill/cli.py` implements filename sanitization (`_sanitize_filename`) and atomic file writes (`_atomic_write`), while `personanexus_skill/parser.py` uses `yaml.safe_load` and includes path traversal prevention and a `MAX_FILE_SIZE` limit, demonstrating good security practices. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the OpenClaw agent itself within the skill's instructions.
能力评估
Purpose & Capability
The name/description (persona creation, mapping between personality frameworks, compiling prompts) matches the provided Python modules (parser, types, personality mappings, compiler, validator, CLI). Required binaries (python3, pip) are appropriate for a Python CLI/library. No unrelated cloud credentials or external services are requested.
Instruction Scope
SKILL.md instructions focus on installing Python dependencies, editing YAML templates, validating files, and compiling prompts. The documentation and code refer to local file operations and in-memory transforms; there are no instructions to read unrelated system files, access environment secrets, or transmit data externally in the visible content. The SKILL.md is truncated but begins a statement 'This skill does not make any network r...' suggesting no network calls are expected; the provided code excerpts show no outbound network behavior.
Install Mechanism
There is no formal install spec (instruction-only), but the bundle includes Python source files and a requirements.txt. SKILL.md instructs the user to pip-install dependencies locally. This is a normal, low-risk pattern; the only minor oddity is the SKILL.md suggestion to use 'uv pip install' (probably a typo or reference to an alternate runner). No downloads from arbitrary URLs or archive extraction are present in the provided manifest.
Credentials
The skill declares no required environment variables or credentials and the code shown does not access os.environ or external API keys. Enumerations mention provider names (elevenlabs, azure, google, openai) but no credentials are requested — this is reasonable for a compiler/formatter library that can target different platforms without directly calling them.
Persistence & Privilege
The skill does not request always: true and does not claim to modify other skills or system-wide agent settings. It is user-invocable and allows autonomous invocation (platform default) which is expected for a skill that can be called by an agent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install personanexus-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/personanexus-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of PersonaNexus 1.0.0:
- Define rich AI agent personalities using OCEAN, DISC, and Jungian frameworks, or canonical trait presets.
- Validate YAML agent identity files against a strict schema.
- Compile agent identities to system prompts for multiple LLM platforms, including OpenAI, Anthropic, OpenClaw, and more.
- Includes both a Python API and a CLI for validating, compiling, and scaffolding agent personalities.
- Tools for mapping between OCEAN, DISC, and Jungian types and extracting preset personalities.
元数据
常见问题
PersonaNexus ClawHub Skill 是什么?
Build structured AI agent personalities using OCEAN, DISC, and Jungian frameworks. Define traits, communication styles, guardrails, and compile to system pro... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 329 次。
如何安装 PersonaNexus ClawHub Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install personanexus-skill」即可一键安装,无需额外配置。
PersonaNexus ClawHub Skill 是免费的吗?
是的,PersonaNexus ClawHub Skill 完全免费(开源免费),可自由下载、安装和使用。
PersonaNexus ClawHub Skill 支持哪些平台?
PersonaNexus ClawHub Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PersonaNexus ClawHub Skill?
由 jcrowan3(@jcrowan3)开发并维护,当前版本 v1.0.0。
推荐 Skills