archon
Full Archon decentralized identity operations - local node management, DID creation, credential issuance, vault operations, and public network resolution.
Why use this skill?
Manage decentralized identities, issue credentials, and run Archon nodes directly within OpenClaw. Simplify SSI workflows with local node control and public network resolution.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/santyr/archon-skillWhat This Skill Does
The Archon skill provides comprehensive control over the Archon decentralized identity ecosystem within OpenClaw. It allows you to manage local Archon infrastructure, facilitating the creation and management of Decentralized Identifiers (DIDs), issuance of verifiable credentials, and secure vault operations. Beyond local node management, the skill connects to public network resolvers, enabling seamless verification and resolution of identities on the decentralized web. By integrating with the Keymaster CLI and Docker-based infrastructure, it automates complex cryptographic operations and blockchain anchoring tasks.
Installation
To install this skill, use the following command within your OpenClaw environment:
clawhub install openclaw/skills/skills/santyr/archon-skill
Ensure that your system meets the requirements: Linux or macOS are recommended for native Docker support. Windows users should utilize WSL2 for compatibility. You must have Docker Compose installed and properly configured, as the skill interfaces directly with the ~/bin/archon directory to orchestrate services like Keymaster, Gatekeeper, IPFS, and Bitcoin anchoring nodes.
Use Cases
- Identity Management: Create, store, and manage unique DIDs for personal or organizational use.
- Credential Issuance: Sign and issue verifiable credentials to users, ensuring tamper-proof identity verification.
- Node Administration: Monitor, start, and stop your local Archon node infrastructure, including database state and metrics dashboards via Grafana.
- Blockchain Anchoring: Bridge decentralized identities to the Bitcoin network for enhanced security and immutability.
Example Prompts
- "Archon, perform a health check on my local node and report the status of the Keymaster and Gatekeeper APIs."
- "Use my Archon identity to sign a new credential for user ID: did:archon:example123 and store it in my vault."
- "Resolve the DID did:archon:public-profile-001 using the Archon public network gateway."
Tips & Limitations
Always keep your wallet passphrase secure; the wallet is encrypted in ~/bin/archon/data/keymaster/wallet.json, and losing the passphrase will result in permanent loss of access to your identity. If running on Windows, avoid using native PowerShell for complex bash scripts; utilize WSL2 to prevent path-handling errors. Monitor your Grafana dashboard on port 3003 regularly to ensure network health and synchronization status are optimal.
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-santyr-archon-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution