Send This to Your Agent
Copy and paste this into Claude Code, Cursor, Windsurf, or any AI coding agent:- Save the skill so it remembers Para in future sessions
- Install the Para CLI (
npm install -g @getpara/cli) - Authenticate via
para login(opens your browser) - Ask what you want to build and use
paracommands to do it
What You Can Ask
Once your agent has the skill, try:- “Set up Para in my Next.js app with EVM and Solana”
- “Scaffold an Expo app with Para wallets”
- “Why isn’t my Para integration working?”
- “Configure webhooks for user.created and wallet.created”
- “Rotate my production API key”
- “Add Google and Apple OAuth to my config”
para CLI commands to handle everything — no portal needed.
What’s in the Skill
The skill file atdocs.getpara.com/skill.md teaches your agent:
| Area | What the agent learns |
|---|---|
| CLI commands | All para commands — auth, orgs, projects, keys, config, scaffolding, diagnostics |
| Key configuration | Security, branding, wallet setup, webhooks, and ramp settings via para keys config |
| SDK packages | Which @getpara/* packages to install for React, Viem, Ethers, Solana, Cosmos |
| Integration steps | ParaProvider setup, CSS import, env var naming per framework, “use client” directives |
| Diagnostics | What para doctor checks and how to interpret results |
| Environments | Beta vs prod key management and config resolution |