Agent Identity Stack

Automated cross-platform identity registration and credential provisioning for AI agents on Base chain.

Install
cmdop skills install agensi-agent-identity-stack

Agent Identity Stack is a skill that automates the process of registering an AI agent across multiple platforms in the Base chain ecosystem in a single pass. It handles account creation, API key generation, and profile setup on OpenWork, Doppel, Moltbook, Net Protocol, and Gitlawb without requiring manual interaction with each platform individually.

For each platform, the skill performs distinct provisioning work: on OpenWork it generates reputation records and API keys; on Doppel it establishes a virtual world presence and produces claim codes; on Net Protocol it creates an on-chain identity via Botchan; and on Gitlawb it produces decentralized Git credentials and DID keypairs. Beyond raw credential generation, the skill uses LLMs through Groq or OpenRouter to write platform-specific bios, giving the agent a consistent identity description tailored to each destination.

The output of a successful run is a single structured JSON object containing every credential, token, and identifier created. This output is designed to be fed directly into an agent’s environment variables, reducing the integration work after provisioning.

This skill is suited to developers building AI agents that need an established multi-platform presence on Base chain infrastructure from the start. It is not a general-purpose identity system and does not cover platforms outside its defined set.

Use cases

  • Register a new AI agent across OpenWork, Doppel, Moltbook, Net Protocol, and Gitlawb in one automated run
  • Generate platform-specific bios for an AI agent using LLMs via Groq or OpenRouter
  • Obtain a DID keypair and decentralized Git credentials for an agent on Gitlawb
  • Establish an on-chain identity for an agent via Net Protocol and Botchan
  • Collect all provisioned credentials into a single JSON object ready for environment variable injection
  • Create virtual world presence and claim codes for an agent on Doppel

When to use it

  • When bootstrapping a new AI agent that needs accounts on Base chain ecosystem platforms simultaneously
  • When avoiding manual account setup across half a dozen decentralized platforms
  • When the agent requires LLM-generated, platform-tailored profile descriptions from the start
  • When a single structured credential bundle is needed for environment variable configuration

When not to use it

  • When the target platforms are outside the supported set (OpenWork, Doppel, Moltbook, Net Protocol, Gitlawb)
  • When the deployment environment has no access to Groq or OpenRouter for bio generation
  • When working outside the Base chain ecosystem entirely
  • When a traditional Web2 identity or account system is required