| name | setup |
| description | Run Wayfinder Paths setup - install dependencies, create wallets, configure API key |
| metadata | {"tags":"setup, onboarding, config"} |
When to use
Use this skill when:
- Setting up Wayfinder Paths for the first time
- Updating your API key
- Creating new wallets
- Troubleshooting configuration issues
How to use
Run the setup script:
python3 scripts/setup.py
This will:
- Ensure Python 3.12 and Poetry are installed
- Install all dependencies
- Prompt for your Wayfinder API key (get one at https://wayfinder.ai)
- Create
config.json from the template
- Generate local development wallets
- Configure the MCP server
Options
--api-key KEY - Provide API key non-interactively
--non-interactive - Fail instead of prompting (for CI)
After Setup
- Enable the MCP server when Claude prompts
Troubleshooting
If you see "api_key not set":
- Edit
config.json and add your key under system.api_key
- Or re-run setup:
python3 scripts/setup.py
Get your API key at: https://wayfinder.ai
Rules