一键导入
antfarm
Multi-agent workflows for OpenClaw. Use when building complex features that benefit from plan → implement → verify → test → review cycles.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Multi-agent workflows for OpenClaw. Use when building complex features that benefit from plan → implement → verify → test → review cycles.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Operates Breeze x402 payment-gated endpoints for balance checks, deposits, and withdrawals on Solana. Use when the user asks to manage Breeze positions or execute paid x402 API calls.
Crossmint provides custodial wallet-as-a-service, NFT minting, virtual debit cards, crypto-to-fiat payouts, and **transaction signing** on Solana. Perfect for AI agents managing DeFi operations without needing a local keypair.
Complete DFlow trading protocol SDK - the single source of truth for integrating DFlow on Solana. Covers spot trading, prediction markets, Swap API, Metadata API, WebSocket streaming, and all DFlow tools.
Complete Drift Protocol SDK for building perpetual futures, spot trading, and DeFi applications on Solana. Use when building trading bots, integrating Drift markets, managing positions, or working with vaults.
Solana vault management via GLAM Protocol. Triggers: glam, glam-cli, glam-sdk, vault create/manage, tokenized vault, share class, DeFi vault, treasury, asset management, access control, delegate permissions, Jupiter swap, Drift perpetuals/spot/vaults, Kamino lending/borrow/vaults/farms, staking (Marinade/native/SPL/Sanctum/LST), cross-chain USDC (CCTP), timelock, subscription/redemption, NAV pricing, token transfer. Supports CLI and TypeScript SDK.
Comprehensive guide for Helius - Solana's leading RPC and API infrastructure provider. Covers RPC nodes, DAS (Digital Asset Standard) API, Enhanced Transactions, Priority Fees, Webhooks, ZK Compression, LaserStream gRPC, and the Helius SDK for building high-performance Solana applications
| name | antfarm |
| description | Multi-agent workflows for OpenClaw. Use when building complex features that benefit from plan → implement → verify → test → review cycles. |
Use Antfarm for sophisticated multi-agent development, VibeKit for deployment.
# Install antfarm (requires OpenClaw locally)
npx antfarm install
# Run a feature workflow
antfarm workflow run feature-dev "Add user authentication with OAuth"
# Check status
antfarm workflow status "OAuth"
| Workflow | Agents | Use Case |
|---|---|---|
feature-dev | 7 | Feature requests → tested PR |
security-audit | 7 | Vulnerability scan → fix PR |
bug-fix | 6 | Bug report → fix with regression test |
Option 1: Antfarm develops, VibeKit deploys
# Antfarm creates the PR
antfarm workflow run feature-dev "Add Stripe checkout"
# VibeKit deploys when PR merges
curl -X POST https://vibekit.bot/api/v1/task \
-H "Authorization: Bearer $VIBEKIT_KEY" \
-d '{"prompt": "Deploy latest from main", "repo": "user/app"}'
Option 2: VibeKit for quick iterations, Antfarm for complex features
plan → setup → implement → verify → test → PR → review
│ │ │ │ │ │ │
└───────┴─────────┴─────────┴────────┴──────┴───────┘
Each agent = fresh context
Failed steps retry automatically
Nothing ships without review
gh CLI for PR creation