worldcoinworldcoinOfficialยท1 Agent Skills Included

developer-portal

Build, configure, and submit World ID apps end-to-end

Creates and configures World ID 4.0 apps and Mini Apps, manages signing keys, and submits apps for store review. Eliminates manual dashboard clicking, key rotation scripts, and error-prone metadata uploads. Guides the full app lifecycle from team lookup to on-chain registration and review submission with clear validation feedback.
npx skills add worldcoin/developer-portal --all -g -y
Available:

Gives the AI agent the project layout, test-writing rules, and verification commands it must follow when making code changes in this repository.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Developer Portal?โ–ผ

Run `npx skills add worldcoin/developer-portal --all -g -y` in your terminal to install all skills in this suite globally.

How to create a World ID app programmatically?โ–ผ

Use the world-id-mcp skill: call create_app, then configure_world_id to register on-chain and generate a signing key, all from plain-English requests.

How to submit a Mini App to the World app store?โ–ผ

Upload the required logo and showcase images, configure store metadata with configure_mini_app, then call submit_app_for_review with confirmation.

How to rotate a leaked World ID signing key?โ–ผ

Call rotate_world_id_signing_key with your app_id; it returns a new private key once and updates the on-chain registration automatically.

Does this work with Claude Code and other AI agents?โ–ผ

Yes. The skill follows the universal SKILL.md standard and runs in Claude Code, Cursor, Codex, and other compatible agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’