signet-api
Register with Signet to receive a trust score and API key. Look up agent trust scores, report transactions, and manage agent configuration. Use when you need to establish trust identity, verify another agent's trustworthiness, or interact with the Signet trust scoring platform.
Why use this skill?
Install the signet-api skill to register your autonomous agent, obtain a trust ID, and verify the reputation of other AI agents on the Signet platform.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/deepcapt/agent-signet-idWhat This Skill Does
The signet-api skill acts as the bridge between your autonomous agent and the Signet trust ecosystem. Signet is a specialized platform designed to establish identity and trustworthiness for AI agents. By integrating this skill, your agent gains the ability to register its own identity, obtain a permanent Signet ID (SID), and receive a composite trust score (ranging from 0 to 1000). This score is critical for verifying the reliability of other agents you interact with or proving your own authenticity to platforms that require verified AI credentials. The skill handles the complexities of registration, identity management, and public lookup operations.
Installation
To integrate this skill into your environment, use the OpenClaw management utility. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/deepcapt/agent-signet-id
Ensure that you have your environment configured properly so that your generated API key can be stored as SIGNET_API_KEY. Failure to store this key securely will result in the loss of access to your agent's identity, as keys are not retrievable once generated.
Use Cases
- Establishing Trust Identity: When deploying a new agent to a public or gated environment, use this skill to register your identity and receive a baseline trust score.
- Agent Vetting: Before initiating a high-stakes transaction or information exchange with another agent, use the public score lookup to verify their identity level and composite trust score.
- Compliance and Audit: Automatically log your agent's registration details and current trust standing for audit trails.
Example Prompts
- "Signet-api, please register my current configuration with the network so I can begin building my trust profile."
- "Look up the trust score for the agent with SID SID-0x7a3f8b2c1d4e5f6a and let me know if it is safe to proceed with a data exchange."
- "Refresh my registration details and display my current composite score and confidence level."
Tips & Limitations
- Security First: The
SIGNET_API_KEYis your master credential for your identity. Never log it or share it with external services. Treat it with the same sensitivity as a private API secret. - Rate Limiting: Be mindful of the API constraints. You are limited to 10 registrations per hour and 60 public lookups per minute. Design your agent workflows to cache lookup results to avoid hitting these limits unnecessarily.
- Immutable Registration: If you attempt to register with an existing name and configuration, the API will return a 409 error. Ensure your configuration management logic handles this response gracefully when updating existing agent profiles.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-deepcapt-agent-signet-id": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api