📦 Open Persona — 智能体人格
v0.20.0用于构建与管理智能体人格技能包的超技能,仅含指令,无安装器或自动下载的二进制文件,绝不保存凭据。
1· 1.0k·0 当前·0 累计
下载技能包
最后更新
2026/4/22
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This meta-skill is coherent with its purpose: it guides you to generate, install, and publish persona skill packs via standard CLIs. Before you run anything you should: 1) review generated persona.json, SKILL.md, and any scripts (scripts/state-sync.js, economy-guard.js) before executing them; 2) be prepared to provide provider API keys only when you enable corresponding faculties (voice/selfie/avatar/memory) and keep those secrets in your host credential store; 3) understand that commands like `...详细分析 ▾
✓ 用途与能力
The name/description (meta-skill for creating/managing persona packs) matches the SKILL.md and references. The runtime instructions are limited to invoking CLIs (npx openpersona, optional clawhub/gh), generating persona files, and managing local state—all expected for this purpose. No unrelated credentials or binaries are demanded by the skill itself.
ℹ 指令范围
SKILL.md instructs the agent to run CLIs and to read/write persona pack files and local state (state.json, ~/.openpersona/*). It explicitly describes workspace digests, heartbeat summaries, and economy scripts that read local files. These behaviors are within the stated purpose but do grant the skill the ability to access local workspace data and run generated scripts; the documentation correctly advises manual review of generated code. Exercise caution before running generated scripts or invoking publish/install flows.
✓ 安装机制
Instruction-only skill with no install spec and no bundled downloads. Runtime actions point to standard CLIs (npx, gh). There is no embedded installer that pulls arbitrary code at install time, which aligns with the declared 'instruction-only' installSurface.
ℹ 凭证需求
The skill itself declares no required env vars. The reference docs list optional provider API vars (ELEVENLABS_API_KEY, FAL_KEY, AVATAR_API_KEY, MEMORY_API_KEY, etc.) for faculties/skills that personas may include. That is appropriate for a meta-framework, but users must supply and protect those provider credentials when enabling associated faculties. The meta-skill promises not to embed secrets into generated packs, which is consistent with the docs — still, verify generated persona files before publishing.
✓ 持久化与权限
always:false and no special persistence or elevated privileges are requested. The skill does not attempt to modify other skills or global agent config. It describes generated scripts and local state directories but does not force permanent inclusion.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.20.02026/2/15
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install open-persona
镜像加速npx clawhub@latest install open-persona --registry https://cn.longxiaskill.com✓ 镜像可用