← Back to Skills Marketplace
Openclaw Skill
by
abhijitjavelin
· GitHub ↗
· v1.0.0
· MIT-0
135
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zeroid
Description
Identity infrastructure for AI agents — register identities, issue tokens, delegate to sub-agents, revoke credentials, manage policies
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zeroid - After installation, invoke the skill by name or use
/zeroid - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Openclaw Skill?
Identity infrastructure for AI agents — register identities, issue tokens, delegate to sub-agents, revoke credentials, manage policies. It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install Openclaw Skill?
Run "/install zeroid" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Skill free?
Yes, Openclaw Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Skill support?
Openclaw Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Skill?
It is built and maintained by abhijitjavelin (@abhijitjavelin); the current version is v1.0.0.
More Skills