developer-portal
Build, configure, and submit World ID apps end-to-end
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core