AgentIndex — 代理索引
v1.4.1Persistent memory, private 消息, trust 验证, and public 身份 for autonomous 代理s. The infrastructure layer for the 代理 internet.
0· 102·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe skill's requirements and runtime instructions line up with its stated purpose (agent identity, encrypted vault, mail, trust checks); nothing requested or instructed appears unrelated or excessive.
评估建议
This skill appears coherent with its stated function, but review these practical risks before installing: (1) Treat AGENTINDEX_API_KEY like any API secret — don’t commit it to public repos or shared workspace files; consider storing it in a secure secrets manager rather than a workspace .env. (2) The vault promises client-side encryption, so you must generate and securely store your encryption key locally; losing that key will permanently block access to your ciphertext. (3) Verify the service o...详细分析 ▾
✓ 用途与能力
Name/description (AgentIndex: identity, vault, mail, trust) match the SKILL.md endpoints and the single required credential (AGENTINDEX_API_KEY). Requiring curl and an API key is proportionate for an HTTP-based hosted service.
ℹ 指令范围
Instructions are explicit about API endpoints and fields and limit sensitive material to the API key and a locally-held encryption key. One minor note: SKILL.md suggests adding AGENTINDEX_API_KEY to the workspace .env or Control UI — which could expose the key in shared/workspace backups if users are not careful. The doc does not instruct the agent to read unrelated files or environment variables.
✓ 安装机制
No install spec and no code files — instruction-only skill. This is lowest-risk for disk-write/install behavior. Required binary (curl) is reasonable and matches usage examples.
✓ 凭证需求
Only one required environment variable (AGENTINDEX_API_KEY) and it is the primary credential used to authenticate to the service. No unrelated secrets or config paths are requested.
✓ 持久化与权限
always:false and user-invocable:true (default) — no forced/global installation. Autonomous invocation is permitted (platform default) but not accompanied by other elevated privileges. The skill does not request to modify other skills or system-wide configs.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install agentindex
镜像加速npx clawhub@latest install agentindex --registry https://cn.longxiaskill.com 镜像可用