← 返回 Skills 市场
283
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install personanexus-bod
功能描述
Add a Historical Figures Advisory Board to AI agent personalities. 10 pre-configured personas inspired by public-domain historical figures for strategic advice.
安全使用建议
This package appears coherent and local-only, but take these precautions before installing or running it: 1) Inspect the remaining/omitted source files (templates and any runtime code) yourself or in a sandbox; 2) Run the tool inside a Python virtualenv to avoid contaminating system packages; 3) Do not place secrets or API keys in your persona YAML files (the tool will read whatever YAML you point it at); 4) The registry metadata lists an unexplained binary requirement 'uv'—confirm whether you actually need it (it likely isn't required); 5) If you want extra assurance, verify the repository link in SKILL.md (https://github.com/PersonaNexus/personanexus) and prefer an official, pinned release instead of arbitrary code. Overall there are no red flags that contradict the skill's stated purpose.
功能分析
Type: OpenClaw Skill
Name: personanexus-bod
Version: 1.0.0
The skill is designed to extend AI agent personalities with historical advisory boards, primarily by parsing YAML configuration and compiling it into various formats, including system prompts. The code uses `yaml.safe_load` for secure YAML parsing and includes filename sanitization (`_sanitize_filename`) and atomic file writes (`_atomic_write`). The `SKILL.md` explicitly states that the skill 'does not make any network requests' and 'no data leaves your machine,' which is consistent with the code. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. While the skill generates prompts that an AI agent will execute (a potential prompt injection surface if the input YAML is malicious), the skill itself is a tool for configuration generation and does not exhibit malicious intent or self-exploitation.
能力评估
Purpose & Capability
Name/description (historical-board personas) align with the bundled Python code and CLI for parsing, validating, and compiling persona YAML files. Required binaries (python3, pip) and the listed Python dependencies (pydantic, pyyaml, typer, rich) are reasonable for this functionality. One minor oddity: the 'anyBins' list includes 'uv', which is unexplained by the README or SKILL.md and is likely unnecessary but not harmful.
Instruction Scope
SKILL.md instructs only local operations (install Python deps, read/validate/compile local YAML identity files, and run the included CLI). The sampled source files show YAML parsing, local prompt generation, validation, and compilation; there are no obvious network calls, env-var reads, or references to unrelated system files in the provided snippets. As the documentation states, identity YAML files should not contain secrets — the skill will read whatever YAML you point it at, so avoid putting credentials into those files.
Install Mechanism
Registry metadata claims 'No install spec — instruction-only', yet the bundle includes a full Python package (multiple .py files and templates). Runtime instructions expect you to pip-install dependencies. This is not inherently malicious, but it's an inconsistency: the skill will operate by running Python code from the bundle (or code you install locally). The installation route is standard (pip packages listed), not a remote archive download or obscure URL, so risk is moderate-to-low if you install in an isolated environment (virtualenv).
Credentials
The skill declares no required environment variables or credentials and the code samples do not show access to secrets or unrelated environment settings. That is proportionate to a local persona/compilation tool. Still, because the tool reads arbitrary YAML files you supply, ensure those files do not contain sensitive credentials.
Persistence & Privilege
The skill is not force-included (always: false) and does not declare elevated privileges or system-wide changes. It does not request to modify other skills' configs. Allowing autonomous invocation is the platform default and is not by itself a concern here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install personanexus-bod - 安装完成后,直接呼叫该 Skill 的名称或使用
/personanexus-bod触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: Adds an advisory board system based on historical figures to AI agent personalities.
- Offers 10 pre-configured, public-domain historical figure personas with detailed roles and traits.
- Enables validation and compilation of YAML board configurations into system prompts and multiple formats (text, OpenClaw, Anthropic XML, etc.).
- Includes a CLI for validation, compilation, board/member inspection, and agent scaffolding.
- All processing is local; no network or data sharing required.
元数据
常见问题
Personal Board of Directors 是什么?
Add a Historical Figures Advisory Board to AI agent personalities. 10 pre-configured personas inspired by public-domain historical figures for strategic advice. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。
如何安装 Personal Board of Directors?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install personanexus-bod」即可一键安装,无需额外配置。
Personal Board of Directors 是免费的吗?
是的,Personal Board of Directors 完全免费(开源免费),可自由下载、安装和使用。
Personal Board of Directors 支持哪些平台?
Personal Board of Directors 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Personal Board of Directors?
由 jcrowan3(@jcrowan3)开发并维护,当前版本 v1.0.0。
推荐 Skills