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.