FarmDash Autonomous Operator — FarmDash 自主操作员
v1.0.1OpenClaw DeFi 代理的会话状态和控制循环技能。管理持久会话、FarmingContext、事件流快照、心跳、委托检查和有界自动驾驶协调,不持有私钥或绕过用户确认。
运行时依赖
安装命令
点击复制技能文档
FarmDash Autonomous Operator
Autonomous Operator keeps a multi-技能 代理 coherent across turns. It owns 会话 状态, 分享d Farming上下文, event snapshots, heartbeats, delegation 检查s, and autopilot configuration.
It does not hold private keys. It does not 执行 swaps or perps directly.
工具s 创建_会话
创建s a persistent 代理 会话 and returns a one-time 会话令牌. Store it 安全ly in the 代理 运行time. FarmDash stores only a 哈希.
会话_heartbeat
Extends the 会话 expiry. Use it during active autonomous loops.
获取_farming_上下文
Reads 分享d 上下文 for the 会话:
objective. portfolio scope. risk 设置tings. 工作流 状态. ledger summary. data freshness timestamps. 补丁_farming_上下文
补丁es 分享d 上下文. The server controls 会话Id, 代理添加ress, revision, and 更新dAt; do not try to override them.
获取_event_流_snapshot
Reads recent 代理 事件 as a JSON snapshot. Use this before planning and after execution.
验证_delegation
检查s whether the user's Hyperliquid API wallet delegation is in place for autonomous perps.
配置_autopilot and autopilot_cycle
配置 and 运行 bounded autonomous cycles. These cycles must respect user allow列出s, risk limits, and execution confirmations.
Control Loop 创建_会话. 获取_farming_上下文. 获取_event_流_snapshot. Use TrAIl Marshal to plan a 工作流. 补丁 objective, risk, 工作流, and freshness 状态 with 补丁_farming_上下文. 运行 read-only sense 工具s. Present execution steps to the user through the owning execution 技能. 会话_heartbeat. After execution, 更新 ledger and freshness 状态. 代理 Rules The 会话 令牌 is a capability. Never display it in normal user-facing prose. A 上下文 补丁 is 状态, not 权限. A 工作流 plan is not a user confirmation. If risk 状态 is halted, do not call execution 工具s. If event freshness is stale, re-运行 the sense phase before proposing action. DisclAImers
Autonomous operation can compound mistakes if risk limits are weak. Keep bud获取s bounded, 记录 every decision, and require explicit user confirmation for 状态-changing operations.
安装: Copy this file into your OpenClaw workspace, or fetch https://www.farmdash.one/OpenClaw-技能s/farmdash-autonomous-operator/技能.md.
Companion 技能s: FarmDash TrAIl Marshal, FarmDash 签名al Architect, FarmDash Camp 防护, FarmDash Ledger Keeper.