/install farmdash-autonomous-operator
FarmDash Autonomous Operator
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.
Tools
create_session
Creates a persistent agent session and returns a one-time sessionToken. Store it securely in the agent runtime. FarmDash stores only a hash.
session_heartbeat
Extends the session expiry. Use it during active autonomous loops.
get_farming_context
Reads shared context for the session:
- objective.
- portfolio scope.
- risk settings.
- workflow state.
- ledger summary.
- data freshness timestamps.
patch_farming_context
Patches shared context. The server controls sessionId, agentAddress, revision, and updatedAt; do not try to override them.
get_event_stream_snapshot
Reads recent agent events as a JSON snapshot. Use this before planning and after execution.
verify_delegation
Checks whether the user's Hyperliquid API wallet delegation is in place for autonomous perps.
configure_autopilot and autopilot_cycle
Configure and run bounded autonomous cycles. These cycles must respect user allowlists, risk limits, and execution confirmations.
Control Loop
create_session.get_farming_context.get_event_stream_snapshot.- Use Trail Marshal to plan a workflow.
- Patch objective, risk, workflow, and freshness state with
patch_farming_context. - Run read-only sense tools.
- Present execution steps to the user through the owning execution skill.
session_heartbeat.- After execution, update ledger and freshness state.
Agent Rules
- The session token is a capability. Never display it in normal user-facing prose.
- A context patch is state, not permission.
- A workflow plan is not a user confirmation.
- If risk status is
halted, do not call execution tools. - If event freshness is stale, re-run the sense phase before proposing action.
Disclaimers
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install farmdash-autonomous-operator - After installation, invoke the skill by name or use
/farmdash-autonomous-operator - Provide required inputs per the skill's parameter spec and get structured output
What is FarmDash Autonomous Operator?
Session state and control-loop skill for OpenClaw DeFi agents. Manages persistent sessions, FarmingContext, event stream snapshots, heartbeats, delegation ch... It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.
How do I install FarmDash Autonomous Operator?
Run "/install farmdash-autonomous-operator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is FarmDash Autonomous Operator free?
Yes, FarmDash Autonomous Operator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does FarmDash Autonomous Operator support?
FarmDash Autonomous Operator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created FarmDash Autonomous Operator?
It is built and maintained by Parm (@parmasanandgarlic); the current version is v1.0.1.