wayfinder
DeFi trading, yield strategies, and portfolio management via the Wayfinder Paths CLI (`poetry run wayfinder`). Use when the user wants to check balances, swap tokens, bridge assets, trade perps, trade prediction markets (Polymarket), run automated yield strategies (stablecoin yield, basis trading, Moonwell loops, HyperLend, Boros HYPE), manage wallets, discover DeFi pools, look up token metadata, manage LP positions (Uniswap V3 / ProjectX), or execute one-off DeFi scripts. Supports Ethereum, Base, Arbitrum, Polygon, BSC, Avalanche, Plasma, and HyperEVM via protocol adapters.
Why use this skill?
Manage DeFi portfolios, execute cross-chain trades, and automate yield strategies with the Wayfinder skill for OpenClaw AI agents.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/canuc/wayfinderWhat This Skill Does
The wayfinder skill integrates the Wayfinder Paths CLI directly into your OpenClaw agent, enabling robust DeFi trading, yield strategy automation, and comprehensive portfolio management. It acts as an interface for the Wayfinder SDK, allowing your agent to manage assets across multiple EVM-compatible chains including Ethereum, Base, Arbitrum, Polygon, BSC, Avalanche, Plasma, and HyperEVM. The skill handles complex operations such as cross-chain bridging, perpetual trading, prediction market participation on Polymarket, and managing yield-generating positions like Moonwell loops or stablecoin strategies.
Installation
To install, run the command: clawhub install openclaw/skills/skills/canuc/wayfinder. Note that this skill requires the local wayfinder-paths-sdk to be cloned from GitHub (pip installs will fail). Ensure you set the WAYFINDER_SDK_PATH environment variable and run the included scripts/setup.py to configure your API key (obtained from strategies.wayfinder.ai) and link your local wallet infrastructure securely.
Use Cases
- Automated Yield Farming: Execute sophisticated strategies such as basis trading or lending loops on protocols like HyperLend or Boros HYPE without manual intervention.
- Portfolio Management: Instantly check balances across multiple chains, look up token metadata, and audit your Uniswap V3 or ProjectX LP positions.
- DeFi Trading: Execute rapid token swaps and bridge assets across supported networks using protocol adapters.
- Speculative Markets: Engage with prediction markets like Polymarket directly through your agent's interface.
Example Prompts
- "Check my total portfolio value across all chains and tell me if my Moonwell LP positions need rebalancing."
- "Swap 500 USDC to ETH on Base and then bridge the ETH to Arbitrum."
- "Start a stablecoin yield strategy for my current holdings using the Boros HYPE adapter."
Tips & Limitations
- Security First: Never output your private keys or seed phrases to the chat. Ensure your environment variables for API keys are kept in a secure secret manager.
- Dependency Management: The skill requires
poetry. Ensure your Python environment is clean and thatpoetry installhas been run inside the SDK directory. - Connectivity: The skill relies on external RPC providers via the SDK adapters; ensure your internet connection allows for these blockchain interactions.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-canuc-wayfinder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution