← 返回 Skills 市场
parmasanandgarlic

FarmDash Autonomous Operator

作者 Parm · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
37
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install farmdash-autonomous-operator
功能描述
Session state and control-loop skill for OpenClaw DeFi agents. Manages persistent sessions, FarmingContext, event stream snapshots, heartbeats, delegation ch...
使用说明 (SKILL.md)

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

  1. create_session.
  2. get_farming_context.
  3. get_event_stream_snapshot.
  4. Use Trail Marshal to plan a workflow.
  5. Patch objective, risk, workflow, and freshness state with patch_farming_context.
  6. Run read-only sense tools.
  7. Present execution steps to the user through the owning execution skill.
  8. session_heartbeat.
  9. 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.

安全使用建议
Treat this as an incomplete low-confidence review because the workspace files could not be read; the provided VirusTotal telemetry was clean, but it cannot substitute for reviewing SKILL.md, metadata, and included files.
能力标签
cryptorequires-walletrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
No supplied artifact content showed a purpose mismatch or unsafe capability; local file inspection failed before metadata or skill contents could be read.
Instruction Scope
No artifact-backed instruction-scope concern was available for review.
Install Mechanism
No install mechanism evidence was available beyond the clean VirusTotal telemetry, which is not sufficient by itself to indicate risk.
Credentials
No artifact-backed evidence showed disproportionate environment access.
Persistence & Privilege
No artifact-backed evidence showed persistence, privilege escalation, or credential handling.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install farmdash-autonomous-operator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /farmdash-autonomous-operator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No changes detected in code or documentation for version 1.0.1. - The SKILL.md file remains unchanged from the previous version.
v1.0.0
Initial release of FarmDash Autonomous Operator. - Provides session state and control-loop management for OpenClaw DeFi agents. - Manages persistent sessions, shared FarmingContext, event stream snapshots, heartbeats, delegation checks, and autopilot configuration. - Ensures no private key custody; does not perform direct swaps or perps. - Includes tools for session creation, heartbeat extension, context management, event snapshots, delegation verification, and safe autopilot cycles. - Designed for safety: respects user confirmation, bounded risk, and strict session rules.
元数据
Slug farmdash-autonomous-operator
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

FarmDash Autonomous Operator 是什么?

Session state and control-loop skill for OpenClaw DeFi agents. Manages persistent sessions, FarmingContext, event stream snapshots, heartbeats, delegation ch... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。

如何安装 FarmDash Autonomous Operator?

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

FarmDash Autonomous Operator 是免费的吗?

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

FarmDash Autonomous Operator 支持哪些平台?

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

谁开发了 FarmDash Autonomous Operator?

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

💬 留言讨论