Self-Improving Agent
一个面向 Automation 场景的 Agent 技能。原始说明:Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
一个面向 Automation 场景的 Agent 技能。原始说明:Session state and control-loop skill for OpenClaw DeFi agents. Manages persistent sessions, FarmingContext, event stream snapshots, heartbeats, delegation ch...
name: FarmDash Autonomous Operator
description: "Session state and control-loop skill for OpenClaw DeFi agents. Manages persistent sessions, FarmingContext, event stream snapshots, heartbeats, delegation checks, and bounded autopilot coordination without holding private keys or bypassing user confirmations."
tags: ["defi", "ai-agent", "autonomous-agent", "openclaw", "clawhub", "mcp", "crypto", "web3", "onchain", "agent-session", "session", "context", "farming-context", "event-stream", "autopilot", "control-loop", "delegation", "risk-management", "zero-custody", "farmdash", "autonomous-operator"]
author: FarmDash Pioneers (@Parmasanandgarlic)
homepage: https://www.farmdash.one
version: "1.0.1"
icon: operator
env:
FARMDASHAPIKEY:
description: "Optional Bearer token for Pioneer or Syndicate tier. Scout session status checks work without any key or with the public fdscoutfree token."
required: false
metadata: {"openclaw":{"homepage":"https://www.farmdash.one/agents","skillKey":"farmdash-autonomous-operator","primaryEnv":"FARMDASHAPIKEY","apiKeyRequired":false,"freeScoutKeyless":true,"freeScoutKey":"fdscoutfree","execution":"session-context-control"}}
Autonomous Operator keeps a multi-skill agent coherent across turns. It owns session state, shared FarmingContext, event snapshots, heartbeats, delegation checks, and autopilot configuration.
It does not hold private keys. It does not execute swaps or perps directly.
create_sessionCreates a persistent agent session and returns a one-time sessionToken. Store it securely in the agent runtime. FarmDash stores only a hash.
session_heartbeatExtends the session expiry. Use it during active autonomous loops.
get_farming_contextReads shared context for the session:
patch_farming_contextPatches shared context. The server controls sessionId, agentAddress, revision, and updatedAt; do not try to override them.
get_event_stream_snapshotReads recent agent events as a JSON snapshot. Use this before planning and after execution.
verify_delegationChecks whether the user's Hyperliquid API wallet delegation is in place for autonomous perps.
configure_autopilotConfigure bounded autonomous cycles. Respect user allowlists, risk limits, and execution confirmations.
autopilot_cycleRun bounded autonomous cycles. Respect user allowlists, risk limits, and execution confirmations.
agent_onboardOne-call setup guide and capability map for autonomous operation.
get_agent_activityReads the historical trace and execution logs of agent actions under this session.
resolve_defi_intentResolves a high-level natural language DeFi intent into structured parameters and executes it.
create_session.get_farming_context.get_event_stream_snapshot.patch_farming_context.session_heartbeat.halted, do not call execution tools.Autonomous operation can compound mistakes if risk limits are weak. Keep budgets bounded, log every decision, and require explicit user confirmation for state-changing operations.
Install: Copy this file into your OpenClaw workspace, or fetch https://www.farmdash.one/openclaw-skills/farmdash-autonomous-operator/SKILL.md.
Companion skills: FarmDash Trail Marshal, FarmDash Signal Architect, FarmDash Camp Guard, FarmDash Ledger Keeper.