warden-agent-builder

warden-agent-builder is a skill for Claude Code from skillmds/skillmd. It costs 106 tokens per session (4,108 once invoked), scanned A, original, MIT.

A guide for building original LangGraph agents for Warden Protocol, a system for agents that can interact with crypto wallets. It also covers making those agents available through Warden Studio or another deployment setup.

In plain words
What is it for?
Use it to create new API-accessible agents, connect several data sources, build crypto or Web3 workflows, and deploy them through LangSmith Deployments or custom infrastructure.
Why use it?
It explains the required structure and deployment path while warning developers not to copy the project's example agents as new submissions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: built for openclaw.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python scripts/init-agent.py my-unique-agent \.

Part of the cloud-devops plugin — 23 skills shipped together

Good fit Use it to create new API-accessible agents, connect several data sources, build crypto or Web3 workflows, and deploy them through LangSmith Deployments or custom infrastructure.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/skillmds/skillmd
agentmods
npx agentmods add skills/skillmds/skillmd/warden-agent-builder

Made for: Claude Code.

Or install cloud-devops, the plugin that ships this one along with the rest of its 23 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for warden-agent-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/skillmds/skillmd/warden-agent-builder/github.svg)](https://agentmods.dev/skills/skillmds/skillmd/warden-agent-builder)
Your own site
<a href="https://agentmods.dev/skills/skillmds/skillmd/warden-agent-builder"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/warden-agent-builder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for warden-agent-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/skillmds/skillmd/warden-agent-builder"><img src="https://agentmods.dev/badge/skills/skillmds/skillmd/warden-agent-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,108 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00106 $0.04108
Opus 5.5 $0.00042 $0.01643
Sonnet 5 $0.00021 $0.00822
Haiku 4.5 $0.00011 $0.00411

Measured 4d ago against content hash 0fe7f9a3a8cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-23, from the pricing page.

Security

Grade A, and why

warden-agent-builder scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST http://localhost:8000/invoke \
plugins/cloud-devops/skills/warden-agent-builder/SKILL.md · 565 lines

How it starts

The opening of the file, as written. The whole thing — 565 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Warden Agent Builder

Build and deploy LangGraph agents for Warden Protocol's Agentic Wallet ecosystem.

⚠️ IMPORTANT: About Example Agents

The Warden community repository contains example agents for learning, not templates to recreate:

  • Weather Agent - Study this to learn simple data fetching patterns
  • CoinGecko Agent - Study this to learn Schema-Guided Reasoning (SGR)
  • Portfolio Agent - Study this to learn complex multi-source integration

DO NOT BUILD THESE AGENTS - they already exist. Instead:

  1. Study their code to understand patterns
  2. Learn from their architecture and workflows
  3. Build something NEW and original for the incentive programme

Your agent must be unique and solve a different problem to be eligible for the incentive programme.

Overview

Warden Protocol is an "Agentic Wallet for the Do-It-For-Me economy" with an active Agent Builder Incentive Programme open to OpenClaw agents that deploy to Warden. All agents must be LangGraph-based and API-accessible.

Key Resources:

Requirements Checklist

Before building, ensure your agent meets these mandatory requirements:

Framework: Built with LangGraph (TypeScript or Python) ✓ Deployment: LangSmith Deployments OR custom infrastructure ✓ Access: API-accessible (no UI required - Warden provides UI) ✓ Isolation: One agent per LangGraph instance ✓ Security Limitations (Phase 1):

  • Cannot access user wallets
  • Cannot store data on Warden infrastructure

Functionality: Can implement any workflow:

  • Web3/Web2 automation
  • API integrations
  • Database connections
  • External tool interactions

Understanding the Example Agents

The community-agents repository contains reference examples to learn from, NOT templates to recreate:

Example Agent 1: LangGraph Quick Start (Study for Basics)

Location: agents/langgraph-quick-start (TypeScript) or agents/langgraph-quick-start-py (Python) Learn: LangGraph fundamentals, minimal agent structure Study: Single-node chatbot with OpenAI integration

Read the full file on GitHub · 565 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 565 lines · 106 tokens per session scan A 0fe7f9a3a8cb

Subscribe to this mod's changes

warden-agent-builder is a skill published in the GitHub repository skillmds/skillmd (1 stars, last pushed yesterday), licensed MIT. It adds 106 tokens to every session and 4,108 once invoked, about $0.0004 per session on Opus 5.5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-19.

Related

Other skills, from other repositories

aomi-transact

Build natural-language crypto/DeFi agents and EVM MCP plugins (Claude Code, Cursor, Codex, Gemini). Aomi turns prompts into wallet-signed txs on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea — non-custodial, fork-simulated. 40+ apps: Uniswap, Aave, Lido, Morpho, GMX, Hyperliquid, Polymarket.

sickn33/agentic-awesome-skills · 95 tokens

devloop

Goal-driven development loop — define objective, write rules with key-results, verify visually, sync to issue tracker.

x-cmd/x-cmd · 25 tokens

skill0

Root index of x-cmd skill0 sub-skills. Defines the OKR-style agent workflow (goal → rule-verified results → execute), skill discovery, and agent tooling preferences. Style: principle-first, concise, delegate specifics to authoritative external sources.

x-cmd/x-cmd · 54 tokens

cymbal

Tree-sitter indexed code navigator. Use the cymbal CLI — not Read, Grep, Glob, or Bash — for finding where symbols are defined, tracing callers and callees, locating interface implementations, understanding the impact of a change, and mapping imports across an existing codebase. Returns precise, token-efficient…

1broseidon/cymbal · 89 tokens

slopless

Use Slopless to review English Markdown for deterministic AI and human slop signals, including vague phrasing, formulaic prose, weak rhythm, filler, and cliches.

berelevant-ai/slopless · 39 tokens

wallet-cli

Operate the TypeScript TRON wallet CLI for accounts, transfers, staking, governance, contracts, signing, chain queries, and password input with wallet-cli 4.13.0. Refuse wallet passwords in argv and require the supported stdin channel. For Java REPL requests, refuse that entry and offer the TypeScript one-shot CLI…

BofAI/skills · 82 tokens