Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use the Warden App (agentic wallet) via browser automation to execute crypto tasks (swap, bridge, deposit/withdraw, perps, portfolio/research) and to build an OpenClaw skill wrapper other agents can use. Use when you need to (1) navigate the Warden UI, (2) connect a wallet, (3) place trades/swaps, (4) check balances/positions, or (5) document repeatable Warden workflows safely (no key leakage, explicit confirmations).
Use the Warden App (agentic wallet) via browser automation to execute crypto tasks (swap, bridge, deposit/withdraw, perps, portfolio/research) and to build an OpenClaw skill wrapper other agents can use. Use when you need to (1) navigate the Warden UI, (2) connect a wallet, (3) place trades/swaps, (4) check balances/positions, or (5) document repeatable Warden workflows safely (no key leakage, explicit confirmations).
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Automate common actions in the Warden App through a safe, repeatable workflow that other agents can follow.
Never request or store seed phrases / private keys. Treat all onchain actions as high-risk: confirm chain, token, amount, slippage, fees before signing. Prefer read-only actions unless the user explicitly authorizes execution (e.g., they say: "yes, execute"). Do not reveal any private info (local files, credentials, IPs, internal logs). Public comms: do not claim any affiliation or relationship unless it is publicly disclosed and the user explicitly asks you to state it.
A Chromium browser is available (Chrome/Brave/Edge/Chromium). (Firefox not supported.) User is logged into the Warden App (and any required email/2FA is completed). Wallet connection method is clear: embedded Warden wallet, or external wallet (e.g., MetaMask/Rabby/etc.). If any of the above is missing, stop and ask the user to do that step.
Open the Warden App URL (user-provided). Wait for the dashboard/home view to load. Take a snapshot and identify: current network wallet/account label balances overview / portfolio view
Use these first when the user asks βwhat do we have / whatβs going on?β Portfolio: balances, chains, token list Positions (perps): open positions, PnL, leverage Activity/history: recent swaps/trades, deposits/withdrawals Rewards/points (if applicable): PUMPs / quests / referrals
Execution gate: Do not click the final confirm button unless the user explicitly replies with "yes, execute" (or an unambiguous equivalent). Before clicking a final βConfirm/Swap/Tradeβ button, summarize: chain + token in/out + amount slippage + fees expected execution (market/limit; leverage if perps) what could go wrong (MEV, thin liquidity, liquidation) Then proceed. Supported action patterns: Swap token A β token B Deposit/withdraw to/from a protocol Open/close perp position Set stop / TP (if available)
After execution: confirm status (submitted/confirmed) confirm updated balances/positions capture transaction id/link if shown
When asked to "create a skill that allows other agents to use the Warden App": Record the minimal set of repeatable workflows (URLs + UI landmarks) in references/warden-ui-notes.md. Create small deterministic scripts only when they reduce errors (e.g., parsing a transaction summary or normalizing a confirmation checklist). Keep SKILL.md lean; put volatile UI selectors / screenshots / step-by-step clickpaths in references.
Read references/warden-ui-notes.md when you need the latest app URL(s), nav map, and known UI landmarks.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.