FarmDash Signal Architect

100% non-custodial agent-to-agent swap router API. Execute single-chain and cross-chain token swaps with zero custody via FarmDash.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
1 · 187 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description, SKILL.md, and openapi.yaml all describe the same capability: a non-custodial swap quote and execution API. The optional environment keys (PIONEER/SYNDICATE) mentioned in SKILL.md align with tiered rate-limits in openapi.yaml. Nothing requested by the skill is unrelated to token swap routing.
Instruction Scope
Instructions are narrowly scoped to building quotes, signing a deterministic payload with an agent wallet, and calling FarmDash endpoints. However SKILL.md references tools (curl, python, node) and a built-in EVM wallet — the registry metadata lists no required binaries and no declared primary credential, a minor mismatch. The instructions also explain micro-payment headers (x402) and on-chain USDC payments; these are legitimate for payment-gated APIs but worth awareness.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to write to disk, which is lowest-risk from an install perspective. There are no external download URLs or package installs to evaluate.
Credentials
The skill does not require any environment variables to operate for its free-quote functionality. It documents optional API keys for paid tiers (FARMDASH_PIONEER_KEY / FARMDASH_SYNDICATE_KEY) which are proportionate to the stated higher-rate tiers. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not request extra platform privileges. However, like any swap skill, it enables the agent to request signed transactions: if the agent is permitted to initiate swaps autonomously, this can have real financial impact (on-chain txs & fees). This is expected for the skill’s purpose but should be considered when granting autonomous invocation.
Assessment
This skill is internally consistent with its stated purpose, but before you install/use it: 1) Verify the FarmDash domain (https://farmdash.one) and that you trust the operator—server-side code is not included for audit. 2) Understand signing risks: the agent asks you to sign EIP-191 payloads with the agent's built-in wallet — signing authorizes on-chain activity, so only sign transactions you expect. 3) Only provide optional FARMDASH_* keys if you trust the service for higher-rate access. 4) Watch for x402 payment prompts: responses may include on-chain micro-payment requirements (USDC on Base); confirm payment addresses/amounts before sending funds. 5) Note small inconsistencies (version numbers and referenced tools vs. declared required binaries); these are not disqualifying but worth asking the skill author to clarify. If you need higher assurance, request the server-side source or an auditable API gateway policy from the FarmDash team before using the skill to execute real trades.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.1.1
Download zip
latestvk97emynre9p7krk3pw45re2apn828skflatest defi farming airdrop swap routing zero-custody mcp lifi 0x protocol yield farm points trackervk97d86sfab9bz0a09q105whvcd827fhy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

FarmDash Signal Architect

100% Zero-Custody • Never sees your private keys • Signing happens locally inside your wallet

Secure Signing Workflow (Read This First)

The agent builds the payload on your device. It signs using OpenClaw’s built-in EVM wallet (exactly like MetaMask). You never paste, type, or send your private key anywhere. Only the signature goes to FarmDash. FarmDash only verifies and routes the swap — zero custody, never holds funds.

Instructions for Agent Use

You are equipped with the FarmDash Signal Architect skill. This allows you to request swap quotes and execute non-custodial token swaps on behalf of the user.

Authentication & Keys

  1. Free Tier: You do not need an API key to request quotes via GET /api/agents/quote.
  2. Paid Tiers (Optional): If the user provides FARMDASH_PIONEER_KEY or FARMDASH_SYNDICATE_KEY in the environment variables, use it in the Authorization: Bearer <key> header for higher rate limits on data endpoints.
  3. Execution Auth: To actually execute a swap (POST /api/agents/swap), you must use EIP-191 signatures. You never send the user's private key. You sign a payload locally and send the signature.

Endpoints

Base URL: https://farmdash.one/api

1. Get a Swap Quote (Free)

Use this to preview a swap before committing.

curl -X GET "[https://farmdash.one/api/agents/quote?fromChainId=8453&toChainId=8453&fromToken=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913&toToken=0x4ed4e862860bef6f5bc2b489d12a64703a110a12&fromAmount=1000000](https://farmdash.one/api/agents/quote?fromChainId=8453&toChainId=8453&fromToken=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913&toToken=0x4ed4e862860bef6f5bc2b489d12a64703a110a12&fromAmount=1000000)"

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…