Agent skill
setup
Run Wayfinder Paths setup - install dependencies, create wallets, configure API key
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/setup-wayfinderfoundation-wayfinder-paths-sdk
Metadata
Additional technical details for this skill
- tags
- setup, onboarding, config
SKILL.md
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://strategies.wayfinder.ai)
- Create
config.jsonfrom 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.jsonand add your key undersystem.api_key - Or re-run setup:
python3 scripts/setup.py
Get your API key at: https://strategies.wayfinder.ai
Rules
- rules/api-key.md - API key configuration details
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?