← 返回
安全合规 中文

Deploy Agent on Warden Studio

Use Warden Studio (studio.wardenprotocol.org) via browser automation to register/publish a Community Agent to the Warden Agent Hub. Use when you need to (1) log in to Studio, (2) create/submit an agent listing, (3) configure API URL/auth, skills, avatar, and billing model, (4) pay registration + gas, and (5) verify the agent appears in Studio and in Warden's Agent Hub. Designed for safe, repeatable publishing with explicit confirmation gates.
{"answer":"通过浏览器自动化使用Warden Studio向Warden Agent Hub注册/发布社区Agent。适用于:登录Studio、创建/提交Agent、配置API/技能/头像/计费、支付注册费与Gas费、验证发布状态。专为安全可重复的发布设计,含明确确认机制。"}
kryptopaid
安全合规 clawhub v1.0.0 1 版本 99747.5 Key: 无需
★ 1
Stars
📥 1,955
下载
💾 49
安装
1
版本
#agent identity#blockchain#latest#onchain agents#warden#warden studio

概述

Warden Studio

Automate publishing a Community Agent in Warden Studio through a safe, repeatable workflow that other agents can follow.

Safety & constraints (non-negotiable)

  • Never request or store seed phrases / private keys.
  • Never ask the user to paste secrets into chat. If an API key must be entered, instruct the user to paste it directly into the Studio UI field.
  • Treat publishing/onchain registration as high-risk: confirm network, fees, and what is being signed before any wallet confirmation.
  • Prefer read-only validation (checking forms, status, preview) unless the user explicitly authorizes execution (e.g., "yes, publish" / "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.

What this skill does

Typical outcomes:

  • Log into https://studio.wardenprotocol.org
  • Create a new Agent submission/listing
  • Provide:
  • API URL (service endpoint)
  • API key / auth method (if required)
  • Name, description, skills, avatar
  • Billing model (free vs paid per inference, in USDC)
  • Pay registration fee + gas (if prompted by the UI)
  • Verify the agent shows up in Studio and becomes discoverable in Warden's Agent Hub (Community tab), when applicable.

Workflow (UI automation)

0) Preconditions

  1. A Chromium browser is available (Chrome/Brave/Edge/Chromium). (Firefox not supported.)
  2. User can log in to Warden Studio (email/SSO/2FA completed).
  3. The agent is already deployed somewhere and reachable via HTTPS (no UI required):
    • stable API base URL
    • (optional) API key or token if the endpoint is protected
  4. Funding is ready for registration (if required by the flow):
    • USDC on Base for the registration fee (confirm the fee in the UI)
    • ETH on Base for gas

If any of the above is missing, stop and ask the user to do that step.

1) Open + stabilize Studio

  • Open: https://studio.wardenprotocol.org
  • Wait for the landing/dashboard to load.
  • Take a snapshot and identify:
  • logged-in user / account handle
  • any "Agents" list/table or "Submit / Create agent" entry point
  • network/payment cues (e.g., Base, USDC, wallet connection state)

If Studio is gated by login, stop and ask the user to complete login in the UI.

2) Read-only checks (default)

Use these first to prevent failed submissions:

  • Confirm the agent endpoint is reachable:
  • the URL is HTTPS
  • no obvious typos
  • (if a "Test connection" exists) run it
  • Validate required metadata is prepared:
  • agent name (short)
  • description (clear, non-misleading)
  • skills list (concise + accurate)
  • avatar image ready (square recommended)
  • Check billing/monetization options:
  • free vs per-inference (USDC)
  • expected fees shown by the UI

3) Draft the submission (no publishing yet)

Direct create page (recommended): https://studio.wardenprotocol.org/agents/create

Current “Register Agent” form fields

Fill the form top-to-bottom to match the UI sections:

  1. API details
    • API URL* — your agent’s HTTPS endpoint
    • API Key — if your endpoint requires a key

Never paste secrets into chat; enter them directly into the Studio field.

The UI may also show helper links like “Build an agent using LangGraph” / “How it works”.

  1. Info
    • Agent Name*
    • Select agent skills* — choose the relevant skill tags
    • Describe the key features of the agent* — short, accurate capability summary
  1. Agent avatar
    • Paste link to add an agent avatar → Image link (URL)
  1. Billing model
    • Choose how the agent charges users: Per inference or Free
    • If Per inference: Cost in USDC* (numeric)
  1. Agent Preview
    • Agent name
    • Short description about your agent (max 100 characters)
  1. Final action: Register agent

Navigate to the agent submission flow (or go directly to https://studio.wardenprotocol.org/agents/create), then fill fields in a deterministic order:

  1. Identity
    • Agent name
    • Short tagline (if any)
    • Category (if any)
  1. Capabilities
    • Description
    • Skills (keywords and/or bullet list)
    • Links (docs, GitHub, website) if requested
  1. Integration
    • API URL (service endpoint)
    • Auth:
    • API key field (if present), or
    • header/token configuration (if present)
  1. Branding
    • Upload avatar
    • Optional banner/images (if supported)
  1. Monetization
    • Choose billing model (free vs paid/per inference) if supported
    • Review any platform/registration fee disclosures

At the end of drafting, stop and show the user a Submission Summary:

  • Agent name + description (1–2 lines)
  • Skills list
  • API URL (domain + path)
  • Auth method (mask any key/token)
  • Billing model + any displayed fees

4) Publish / register (requires explicit approval)

Execution gate: Do not click the final "Publish / Register / Submit" button unless the user explicitly replies with "yes, publish" or "yes, execute" (or an unambiguous equivalent).

Before finalizing, summarize:

  • What action will happen (publish/register agent listing)
  • What network/payment is involved (e.g., Base; registration fee + gas, as shown in the UI)
  • Any costs shown in the UI (USDC amount + estimated gas)
  • What could go wrong:
  • wrong endpoint / downtime → failed validation
  • wrong billing settings
  • wallet prompt on wrong network
  • unintended fee payment

Then proceed with the final click and wallet confirmation step (user signs in their wallet).

5) Post-publish verification

After publishing/registration:

  • Confirm status in Studio:
  • "Submitted", "Pending", "Published", etc.
  • Capture any agent identifier or link shown (listing URL).
  • Check the agent appears in Studio's Agents list.
  • If the UI mentions distribution:
  • verify it appears in Warden Agent Hub → Community tab (when available)
  • Record any errors verbatim and capture screenshots of:
  • validation errors
  • payment failures
  • endpoint/auth failures

Troubleshooting playbook

Common failures and fixes:

  • Endpoint validation fails
  • Check HTTPS, trailing slashes, versioned paths
  • Confirm the agent server is live and not geo-blocked
  • If auth required, verify the correct key/token was entered in UI (never paste it into chat)
  • Wallet/network mismatch
  • Ensure wallet is on the correct network (e.g., Base) if Studio requires it
  • Insufficient funds
  • Add USDC on Base for fee and ETH on Base for gas, then retry

Building a wrapper skill other agents can use

When asked to "create a skill that lets other agents publish via Warden Studio":

  1. Record the minimal repeatable workflow (URLs + UI landmarks) in references/warden-studio-ui-notes.md.
  2. Keep SKILL.md stable and general; put volatile UI selectors, screenshots, and clickpaths in references.
  3. Only add deterministic scripts if they reduce errors (e.g., a submission summary checklist formatter).

References

  • Read references/warden-studio-ui-notes.md for the latest Studio navigation map, observed fields, and publishing quirks.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 17:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,586
security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,699
developer-tools

Build an Agent with Warden

kryptopaid
为 Warden Protocol 构建原创 LangGraph 智能体并准备发布至 Warden Studio。适用于以下场景:(1) 创建新的 Warden 智能体(非社区示例);(2) 构建基于 LangGraph 的加密/Web3
★ 1 📥 1,997