# Send Warden App to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "warden-app",
    "name": "Warden App",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/deiu/warden-app",
    "canonicalUrl": "https://clawhub.ai/deiu/warden-app",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/warden-app",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=warden-app",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/warden-ui-notes.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "warden-app",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T19:29:30.454Z",
      "expiresAt": "2026-05-17T19:29:30.454Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=warden-app",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=warden-app",
        "contentDisposition": "attachment; filename=\"warden-app-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "warden-app"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/warden-app"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/warden-app",
    "downloadUrl": "https://openagent3.xyz/downloads/warden-app",
    "agentUrl": "https://openagent3.xyz/skills/warden-app/agent",
    "manifestUrl": "https://openagent3.xyz/skills/warden-app/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/warden-app/agent.md"
  }
}
```
## Documentation

### Warden App

Automate common actions in the Warden App through a safe, repeatable workflow that other agents can follow.

### Safety & constraints (non-negotiable)

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.

### 0) Preconditions

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.

### 1) Open + stabilize the UI

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

### 2) Read-only actions (default)

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

### 3) Transactional actions (requires explicit approval each time)

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)

### 4) Post-action verification

After execution:

confirm status (submitted/confirmed)
confirm updated balances/positions
capture transaction id/link if shown

### Building the OpenClaw wrapper skill

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.

### References

Read references/warden-ui-notes.md when you need the latest app URL(s), nav map, and known UI landmarks.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: deiu
- Version: 0.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-10T19:29:30.454Z
- Expires at: 2026-05-17T19:29:30.454Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/warden-app)
- [Send to Agent page](https://openagent3.xyz/skills/warden-app/agent)
- [JSON manifest](https://openagent3.xyz/skills/warden-app/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/warden-app/agent.md)
- [Download page](https://openagent3.xyz/downloads/warden-app)