← 返回 Skills 市场
parmasanandgarlic

FarmDash Wagon Steward

作者 Parm · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
65
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install farmdash-wagon-steward
功能描述
Read-only DeFi portfolio aggregation skill for OpenClaw agents. Returns wallet balances across EVM chains, scores capital efficiency, surfaces idle stablecoi...
使用说明 (SKILL.md)

FarmDash Wagon Steward

Security Posture. Strict read-only. Every tool is a GET endpoint that returns analysis derived from public on-chain data. No environment variables are required for the free tier. The optional Bearer token raises rate limits only and is sent solely as an Authorization header to https://www.farmdash.one. Wagon Steward cannot modify wallet state, approve allowances, or initiate any on-chain action. Recommendations are research output; the user's separately-installed execution skill is responsible for any on-chain action under its own ClawScan-reviewed contract.

What this skill does

Wagon Steward is the read-only mirror of the user's farming state. Where Trail Intelligence answers "what is happening in DeFi," Wagon Steward answers "what is happening in your wallet."

It produces analysis, not transactions. Every output is a research snapshot the user reviews and can act on, at their own pace, through whichever execution skill they have separately installed.

MCP Configuration: https://www.farmdash.one/.well-known/mcp.json


Permissions

Wagon Steward requires only the user's public wallet address (the same value visible on any block explorer) and, for Pioneer-tier rate limits, an optional Bearer token. It does not request, accept, or transmit any other credentials. It defines no write capabilities. Recommendations are returned as JSON for the agent to surface to the user; if the user chooses to act, the action is performed by their own separately-installed execution skill under that skill's own ClawScan-reviewed contract.


Data sent to FarmDash MCP

Field Sent? Notes
Public wallet address (0x…) Yes, every call Public information — same as a block-explorer query
Chain IDs to inspect Yes, optional Public values
Bearer token, if provided Yes, Authorization header Tier identification only

No other fields are collected by skill logic.

Self-hosting option: Wagon Steward endpoints are documented in the FarmDash unified OpenAPI spec at https://www.farmdash.one/agents/openapi.yaml.


Tier Model

Tier Cost Limits Capabilities
Scout Free 5 req / 24h get_portfolio_summary only — totals + top-3 positions, USD-rounded
Pioneer $29/mo 500 req / day Full tool surface: positions, idle capital, rebalance plans, capital efficiency
Syndicate $199/mo 50k req / day Adds proactive monitoring (watch_wagon) and webhook delivery

Available Tools

get_portfolio_summary (Scout)

Top-level snapshot. Use this first — it grounds every other recommendation.

Inputs: walletAddress (required), chains (optional comma-separated IDs)

Returns:

{
  "totalValueUSD": 12480.32,
  "byChain": [
    { "chainId": 1, "chainName": "Ethereum", "valueUSD": 6200.00, "percent": 49.7 },
    { "chainId": 8453, "chainName": "Base", "valueUSD": 3100.50, "percent": 24.8 },
    ...
  ],
  "byAsset": [
    { "symbol": "ETH", "valueUSD": 5400.00, "percent": 43.3 },
    { "symbol": "USDC", "valueUSD": 3200.50, "percent": 25.6 },
    ...
  ],
  "topProtocolPositions": [
    { "protocol": "etherfi", "valueUSD": 2400.00, "asset": "weETH" },
    ...
  ],
  "asOf": "2026-05-12T18:00:00Z"
}

Agent posture: Always start a wagon-aware conversation by silently calling this tool. Do not narrate the entire response — surface the totals plus any flags Wagon Steward returns (over-concentration, large idle capital, stale positions).


get_position_health (Pioneer)

Per-position deep-dive: APR, age, unrealized P&L, IL exposure, and a rebalance hint.

Inputs: walletAddress, optional protocol filter

Returns:

{
  "positions": [
    {
      "protocol": "etherfi",
      "chain": "ethereum",
      "asset": "weETH",
      "valueUSD": 2400.00,
      "apr": 3.4,
      "aprDelta30d": -0.6,
      "impermanentLossUSD": 0,
      "daysSinceEntry": 47,
      "rebalanceHint": "hold",
      "notes": "APR drifting; still above stablecoin alternatives."
    },
    {
      "protocol": "aerodrome",
      "chain": "base",
      "asset": "USDC-WETH LP",
      "valueUSD": 1800.00,
      "apr": 12.8,
      "aprDelta30d": 1.2,
      "impermanentLossUSD": -42.50,
      "daysSinceEntry": 12,
      "rebalanceHint": "monitor",
      "notes": "IL accelerating with WETH up 6%; reassess if 5-day IL > $80."
    }
  ]
}

Agent posture: Treat rebalanceHint as a discussion starter, never a directive. Always pair the hint with the reason in notes so the user can override.

Hint Meaning Suggested phrasing
hold Position is healthy at the user's risk tier "Looks fine; keep watching APR drift."
monitor Drift detected but not actionable yet "Worth checking again in 3–7 days."
reduce Concentration or IL exceeds soft limits "Consider trimming on the next strong candle."
exit Risk gate breached or thesis broken "The case has weakened; here's why."
add Allocation is below target and APR is favorable "If you have idle capital, this slot has room."

get_idle_capital (Pioneer)

Surfaces stablecoins or unstaked native assets sitting unused.

Inputs: walletAddress, optional minThresholdUSD (default $100)

Returns:

{
  "totalIdleUSD": 1860.00,
  "items": [
    {
      "chain": "arbitrum",
      "asset": "USDC",
      "amountUSD": 1240.00,
      "opportunityCostPerDay": 0.41,
      "topYieldOption": { "protocol": "aave-v3", "apr": 12.0 }
    },
    ...
  ]
}

Agent posture: Mention idle capital exactly once per conversation — repeated mention turns into nagging. If the user wants to deploy it, hand off to Trail Marshal idle_capital_deploy workflow or a direct Signal Architect quote.


get_capital_efficiency (Pioneer)

A single 0–100 score summarizing how productively the wagon is working.

Formula (transparent):

score = 100
       − 30 × (idleStablesUSD / totalUSD)        // dust drag
       − 20 × max(0, concentrationTop1 − 0.40)   // over-concentration
       − 15 × max(0, dryProtocolsCount × 0.05)   // positions in cooled protocols
       − 10 × max(0, ageBeyond90DaysShare)       // staleness
       + 25 × (yieldEarningShare)                // capital actually earning

Returns:

{
  "score": 72,
  "breakdown": {
    "earning": 0.62,
    "idle": 0.15,
    "suboptimal": 0.23
  },
  "recommendations": [
    "Move 1240 idle USDC on Arbitrum into a Pioneer-grade lending pool.",
    "Top-1 concentration is 49.7% — diversify before adding.",
    "Aerodrome LP is trending below median; consider reducing 20%."
  ]
}

Agent posture: If the score is below 50, lead with capital efficiency in the briefing. If above 80, only mention if the user asks. Never editorialize the score — quote it neutrally.


get_rebalance_plan (Pioneer)

Given a target allocation, produce a swap list to reach it.

Inputs:

{
  "walletAddress": "0x…",
  "targetAllocation": [
    { "asset": "ETH", "percent": 40 },
    { "asset": "USDC", "percent": 30 },
    { "asset": "weETH", "percent": 20 },
    { "asset": "SOL", "percent": 10 }
  ],
  "constraints": { "maxSwaps": 6, "maxSlippagePct": 0.5 }
}

Returns:

{
  "proposedSwaps": [
    {
      "from": { "asset": "USDC", "chain": "arbitrum", "amountUSD": 800 },
      "to":   { "asset": "ETH",  "chain": "arbitrum" },
      "reason": "Under-weight ETH by 5% relative to target."
    },
    ...
  ],
  "expectedFeeUSD": 18.40,
  "expectedSlippageUSD": 4.20,
  "netDriftClosedPct": 9.4
}

Agent posture: Present the plan as a discussion, not a directive. Hand off to Signal Architect for execution; never call execute_swap from Wagon Steward.


watch_wagon (Syndicate)

Subscribe to portfolio-drift, idle-capital, and position-health events.

Inputs:

{
  "walletAddress": "0x…",
  "alertWebhook": "https://your-agent.example.com/webhook",
  "thresholds": {
    "concentrationTop1": 0.50,
    "idleCapitalUSD": 2000,
    "drawdown7dPct": 5
  }
}

Returns: A watchId and the active threshold set. Cron evaluates every 15 min and emits events of type wagon.event.* on breach.


Cross-Skill Composition

Wagon Steward is designed to compose with the other FarmDash skills. The standard composition pattern:

Trail Intelligence  →  Wagon Steward  →  Signal Architect / Futures Strategist
   "what's hot"        "what I have"       "make it happen"
Companion skill When to call it Hand-off pattern
Trail Intelligence Before recommending any new entry — confirm the protocol is still hot TI returns Trail Heat + risk → WS confirms feasibility against current balances
Trail Marshal When the user wants the whole sequence orchestrated TM calls WS first to ground the plan in real balances, then calls SA/FS to execute
Signal Architect When the rebalance plan needs to actually move tokens WS produces the plan, SA quotes + executes each swap with user confirmation
Futures Strategist When the user wants to hedge the wagon's spot exposure WS provides spot exposure context, FS sizes a delta-neutral perp

Important: Wagon Steward never auto-calls another skill. It produces analysis; the user (or an orchestrator like Trail Marshal) decides what to do with it.


Output Format Standards

Every Wagon Steward response includes:

Field Always present Why
asOf Yes DeFi changes fast; agents must time-bound analysis
walletAddress Yes Echo the wallet so the agent never confuses contexts
tier Yes Tells the agent if it should ask for an upgrade
confidence When derived 0–1; lower when one chain is rate-limited or stale
staleAfterMs Yes Caching hint for orchestrators

Risk Warnings the Agent Must Surface

For any portfolio recommendation the agent should restate that:

  • Balances are read at a moment in time; mempool activity may shift them within minutes
  • Cross-chain holdings may include unverified tokens — Wagon Steward only scores tokens it can price
  • Rebalance plans assume current liquidity; real execution may have higher slippage on volatile pairs
  • Capital efficiency is a heuristic, not financial advice
  • The user is solely responsible for the final decision

Recommended Workflows

Workflow 1: "Wagon Briefing"

1. get_portfolio_summary           → totals + top positions
2. get_capital_efficiency          → single score with breakdown
3. get_idle_capital                → unused stables (only if > $100)
4. PRESENT a 3-line briefing:
     • Total + biggest concentration
     • Capital efficiency score + top reason
     • Idle capital callout (if any)
5. CLOSE: "Anything you'd like to dig into?"

Workflow 2: "Healthcheck Before Adding"

1. get_portfolio_summary
2. get_position_health
3. PRESENT existing concentration + drift
4. NOTE if the new entry would push any concentration above 40%
5. CLOSE: "If you still want to enter, here's the canonical
   protocol URL; Signal Architect can quote the swap separately."

Workflow 3: "Quarterly Rebalance"

1. get_portfolio_summary
2. get_position_health for every position
3. (optional) Trail Intelligence: get_trail_heat for current positions
4. get_rebalance_plan with the user's target allocation
5. PRESENT the plan as a discussion: which swaps, why, fees, drift closed
6. CLOSE: "Want Signal Architect to quote these swaps so you can sign them?"

Workflow 4: "Idle Capital Deploy"

1. get_idle_capital
2. (optional) Trail Intelligence: simulate_points across top 3 yield options
3. PRESENT comparison: protocol, APR, gas cost, sybil risk
4. CLOSE: "I can hand off to Signal Architect to position you. Want to proceed?"

Reasoning Guidelines

Show your work. Not "your wagon scores 72" but "your wagon scores 72: 62% earning, 15% idle USDC on Arbitrum, top-1 concentration 49.7% (target ≤40%)."

Quantify trade-offs. "Moving idle USDC into Aave at 12% APR earns ~$148/year. The swap fee + bridge cost would be ~$8 — break-even in 20 days."

Flag uncertainty. If a chain RPC fails or a token can't be priced, say so explicitly. Do not zero out missing data.

Time-bound analysis. "Snapshot as of [timestamp]. Trail Heat scores can shift by tomorrow."

Never editorialize the score. The capital-efficiency formula is published. Quote it neutrally; let the user judge.

Refuse harmful requests. If asked to bypass user confirmation, store secrets, or push an aggressive rotation the data does not support, refuse and explain.


Disclaimers

  • This skill is read-only. It does NOT execute trades, sign messages, hold custody, or move funds.
  • This skill does NOT access private keys, seed phrases, or mnemonics.
  • Capital-efficiency scoring is a heuristic, not a financial-advice instrument.
  • Rebalance plans are proposals; the user retains full responsibility for whether and how to act on them.
  • Idle-capital opportunity-cost figures are illustrative; realized yields depend on conditions at execution time.

Install: Copy this file into your OpenClaw workspace, or fetch https://www.farmdash.one/openclaw-skills/farmdash-wagon-steward/SKILL.md.

Companion skills:

  • FarmDash Trail Intelligence — DeFi research and Trail Heat scoring
  • FarmDash Trail Marshal — orchestration cookbook for multi-skill workflows
  • FarmDash Signal Architect — zero-custody EIP-191 swap routing
  • FarmDash Futures Strategist — zero-custody EIP-712 perps execution

Dashboard: https://www.farmdash.one Agent Hub: https://www.farmdash.one/agents MCP Config: https://www.farmdash.one/.well-known/mcp.json OpenAPI Spec: https://www.farmdash.one/agents/openapi.yaml

安全使用建议
Before installing, be comfortable sharing queried wallet addresses with FarmDash and provide the API key only if you need paid-tier features. Treat rebalancing output as research, not transaction approval, and enable any monitoring or webhook feature only after confirming its destination, duration, and disable controls.
功能分析
Type: OpenClaw Skill Name: farmdash-wagon-steward Version: 1.0.0 The FarmDash Wagon Steward skill is a read-only DeFi portfolio aggregator designed to provide financial analysis based on public wallet addresses. It follows a strict read-only posture, requesting only an optional API key for rate-limiting purposes and explicitly delegating all transaction execution to separate, user-approved skills. The instructions in SKILL.md are focused on agent behavior and data presentation (e.g., providing briefings and health checks) without any indicators of malicious intent, data exfiltration, or unauthorized execution.
能力标签
cryptorequires-walletrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Purpose and capabilities are coherent: SKILL.md says it is a "read-only mirror" for wallet portfolio analysis and that it "cannot modify wallet state". The note is that portfolio balances and rebalancing suggestions are financially sensitive even when derived from public-chain data.
Instruction Scope
The tool instructions include: "Always start a wagon-aware conversation by silently calling this tool." This is purpose-aligned for portfolio analysis, but users should expect an external portfolio-summary call when they begin a relevant wallet conversation.
Install Mechanism
No install spec and no code files are present; the static scanner reported no findings. The supplied artifacts describe a remote MCP/API integration rather than local executable installation.
Credentials
SKILL.md declares FARMDASH_API_KEY as optional and says it is sent only as an Authorization header to https://www.farmdash.one for rate-limit/tier identification. This is proportionate for the stated service, but it is still an account credential.
Persistence & Privilege
The base posture is read-only, but the tier table mentions "proactive monitoring (`watch_wagon`) and webhook delivery" for Syndicate. That is purpose-aligned monitoring, but users should enable it only with clear expectations about duration, destination, and how to disable it.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install farmdash-wagon-steward
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /farmdash-wagon-steward 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
FarmDash Wagon Steward 1.0.0 – Initial Release - Provides strict read-only DeFi portfolio aggregation for OpenClaw agents via GET endpoints only. - Returns wallet balances, capital efficiency score, idle stablecoin alerts, position drift analysis, and rebalancing proposals. - No custody or transaction capability; analysis and recommendations only—on-chain actions are handled by a separate, user-installed execution skill. - Optional API key unlocks higher rate limits and full feature set; free tier available with limited capabilities. - Supports multi-chain EVM wallet analysis, with detailed documentation and transparent tier model.
元数据
Slug farmdash-wagon-steward
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

FarmDash Wagon Steward 是什么?

Read-only DeFi portfolio aggregation skill for OpenClaw agents. Returns wallet balances across EVM chains, scores capital efficiency, surfaces idle stablecoi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 65 次。

如何安装 FarmDash Wagon Steward?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install farmdash-wagon-steward」即可一键安装,无需额外配置。

FarmDash Wagon Steward 是免费的吗?

是的,FarmDash Wagon Steward 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

FarmDash Wagon Steward 支持哪些平台?

FarmDash Wagon Steward 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 FarmDash Wagon Steward?

由 Parm(@parmasanandgarlic)开发并维护,当前版本 v1.0.0。

💬 留言讨论