← Back to Skills Marketplace
deiu

Warden App

by Andrei · GitHub ↗ · v0.1.1
cross-platform ⚠ suspicious
1795
Downloads
1
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install warden-app
Description
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).
Usage Guidance
This skill’s purpose matches its instructions, but several things need clarification before you install or run it: - Provenance: the source/homepage is unknown. Prefer skills with a verifiable source or audit trail. - Automation tooling: ask which browser automation tool and runtime the skill expects (Playwright/Puppeteer/selenium) and whether that tool will run in an isolated environment. - File writes: the skill tells agents to update references/warden-ui-notes.md and to create scripts — confirm whether the platform prevents unauthorized skill-file modifications or limits what can be written. Avoid allowing the agent to write arbitrary local files. - Transaction safety: the skill requires explicit user confirmation for transactions — always verify the agent’s transaction summary (chain, token, amount, slippage, fees) before saying “yes, execute.” Prefer using an external or hardware wallet for signing, not embedded keys managed by the agent. - No secrets: never provide seed phrases/private keys. If the skill asks for them despite the SKILL.md, treat that as malicious. If you still want to use this skill, request the owner/source contact, require a detailed runtime manifest (what binaries/tools it needs), and run it in a tightly sandboxed environment where browser sessions and file writes are controlled.
Capability Analysis
Type: OpenClaw Skill Name: warden-app Version: 0.1.1 The skill bundle is designed for browser automation of a crypto wallet application, which inherently involves high-risk financial transactions. However, it includes robust safety measures: explicit prohibitions against handling private keys/seed phrases and data exfiltration, and a strict 'execution gate' requiring explicit user consent ('yes, execute') for all transactional actions. The instruction in SKILL.md to update `references/warden-ui-notes.md` is for internal documentation within the skill's scope, not arbitrary file writing or exfiltration. No evidence of malicious execution, persistence, or obfuscation was found.
Capability Assessment
Purpose & Capability
The declared purpose (browser-automated interactions with the Warden App UI) aligns with the SKILL.md content. However the skill requires a Chromium browser for automation but the registry metadata does not declare any required binaries or tools (Playwright/Puppeteer/selenium/etc.). The source/homepage is unknown which reduces provenance.
Instruction Scope
The SKILL.md instructs the agent to open user-provided app URLs, take snapshots, identify UI landmarks, and perform transactional actions that require wallet signing. It forbids requesting seed phrases and requires explicit user confirmation before executing transactions, which is good. But it also instructs updating and reading a local living doc (references/warden-ui-notes.md) and suggests creating scripts and modifying SKILL.md when building a wrapper — this expands scope to local file writes and code generation without describing safe guardrails. The instructions give the agent significant discretion (UI parsing, snapshots, creating scripts) which could be misused or lead to accidental leakage if not constrained.
Install Mechanism
This is instruction-only with no install spec or downloads, which is lower risk. That said, the skill presumes browser automation capability but does not specify what runtime/tool is expected — the absence of declared automation tooling is a gap but not an install risk itself.
Credentials
No environment variables, credentials, or config paths are requested (proportionate). Still, the workflow expects access to a logged-in browser wallet and to read/update a local references file; those operations could surface sensitive local data (addresses, session metadata, or transaction links). The skill does not request or justify any secrets, which is good, but the file-write/read guidance could enable accidental local data capture.
Persistence & Privilege
The skill does not request always-on presence and has normal invocation settings. However it instructs creating wrapper scripts and updating SKILL.md/references — actions that imply modifying skill artifacts or adding files. It's unclear whether the runtime environment will permit or restrict such file writes; that capability increases persistence/privilege risk if allowed without review.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install warden-app
  3. After installation, invoke the skill by name or use /warden-app
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- Updated public communication policy - No other functional or workflow changes.
v0.1.0
Initial release of warden-app skill. - Enables browser automation for the Warden App to perform crypto-related tasks (swaps, bridges, deposits/withdrawals, perps, portfolio checks). - Enforces strict safety guidelines: never handle private keys, require explicit user confirmation before all onchain actions, and maintain strict privacy. - Supports both read-only actions (fetch balances, positions, history) and transactional operations (swap, deposit, trade) with pre-execution summaries. - Lays groundwork for building an OpenClaw-compatible wrapper skill for agent interoperability. - Requires Chromium-based browser and prior user login; provides clear preconditions for execution.
Metadata
Slug warden-app
Version 0.1.1
License
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is Warden App?

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). It is an AI Agent Skill for Claude Code / OpenClaw, with 1795 downloads so far.

How do I install Warden App?

Run "/install warden-app" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Warden App free?

Yes, Warden App is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Warden App support?

Warden App is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Warden App?

It is built and maintained by Andrei (@deiu); the current version is v0.1.1.

💬 Comments