← 返回 Skills 市场
Openclaw Skill
作者
abhijitjavelin
· GitHub ↗
· v1.0.0
· MIT-0
135
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zeroid
功能描述
Identity infrastructure for AI agents — register identities, issue tokens, delegate to sub-agents, revoke credentials, manage policies
安全使用建议
This skill is coherent with its stated purpose, but it performs high-impact identity operations. Before installing: 1) Only supply a ZEROID_API_KEY that is scoped with the minimum privileges needed (avoid a root/admin key). 2) Verify ZEROID_BASE_URL is the official/trusted endpoint (don’t point it at an unknown or third-party URL). 3) Prefer short-lived, scoped service credentials and enable audit logging on the ZeroID service so all creates/issuances/revocations are recorded. 4) Decide whether you want the agent to act autonomously with these powers; if not, restrict model invocation or require human approval for high-risk operations. 5) Review the upstream project (homepage) and run tests in a staging environment before granting access in production. If you can provide the exact privilege model for the ZEROID_API_KEY (scopes, allowed endpoints, and whether it can create API keys), I can raise or lower the concern level.
功能分析
Type: OpenClaw Skill
Name: zeroid
Version: 1.0.0
The 'zeroid' skill bundle provides documentation and command templates for an AI agent to interact with the ZeroID identity infrastructure API. It includes standard operations for agent registration, OAuth2 token issuance, delegation via RFC 8693, and policy management using curl. No indicators of malicious intent, data exfiltration, or prompt injection were found; the skill functions as a legitimate utility for managing SPIFFE-based agent identities.
能力标签
能力评估
Purpose & Capability
Name and description match the requested resources: ZEROID_API_KEY and ZEROID_BASE_URL are exactly what a REST-based identity/credential-management integration would need. The declared required binary (curl) is appropriate.
Instruction Scope
SKILL.md contains explicit curl examples calling $ZEROID_BASE_URL endpoints to register agents, issue tokens, exchange/delegate tokens, revoke credentials, and manage policies. It does not instruct the agent to read unrelated files, other env vars, or external endpoints beyond the declared base URL.
Install Mechanism
No install spec or code is present; this is instruction-only. That minimizes disk-write and supply-chain risk; the skill does not download or execute third-party code.
Credentials
Only TWO env vars are required (ZEROID_API_KEY, ZEROID_BASE_URL), which is proportional. However, the API key is inherently high-privilege (it authorizes creating/revoking credentials and issuing tokens). Ensure the key you provide is scoped to the minimal privileges needed.
Persistence & Privilege
always:false (no forced permanent inclusion). Model invocation is enabled (default), which means the agent can autonomously call these identity APIs; combined with a broad administrative API key this raises operational risk if you do not want autonomous credential management.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zeroid - 安装完成后,直接呼叫该 Skill 的名称或使用
/zeroid触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ZeroID – identity infrastructure for AI agents.
- Register agents and identities with SPIFFE-based URIs and receive API keys.
- Issue and manage OAuth 2.1 tokens with support for multiple grant types.
- Delegate scopes/permissions to sub-agents through RFC 8693 token exchange, supporting multi-hop delegation.
- Revoke credentials and tokens with cascading invalidation of delegated chains.
- Define and enforce credential policies, including scope restrictions, TTL, trust levels, and delegation depth.
- Public health and readiness API endpoints for service monitoring.
元数据
常见问题
Openclaw Skill 是什么?
Identity infrastructure for AI agents — register identities, issue tokens, delegate to sub-agents, revoke credentials, manage policies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 Openclaw Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zeroid」即可一键安装,无需额外配置。
Openclaw Skill 是免费的吗?
是的,Openclaw Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Skill 支持哪些平台?
Openclaw Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Skill?
由 abhijitjavelin(@abhijitjavelin)开发并维护,当前版本 v1.0.0。
推荐 Skills