verona-oauth2
Installation
SKILL.md
verona-oauth2
OAuth2 authentication skill for Xion blockchain development. This skill enables AI agents to authenticate with Xion's MetaAccount system using browser-based OAuth2 flow with PKCE security.
Triggers
Xion login, authentication, MetaAccount login, OAuth2 xion, token expired, refresh token, access token, session key, xion 认证, xion 登录, gasless auth, token issues, credential errors. Commands: auth status, auth refresh (preferred), auth login, auth login --force, auth login --dev-mode.
Why MetaAccount?
MetaAccount authentication provides:
- Gasless transactions - No need to hold XION for gas fees
- Browser-based login - Familiar OAuth2 flow, no mnemonic management
- Session keys - Secure, revocable access tokens
- 30-day refresh tokens - Long-lived sessions for automation
⚠️ Refresh-First Authentication
ALWAYS prefer auth refresh over auth login when you have existing credentials.