This skill handles sensitive financial transactions and credentials, risking
Claims to do
Bot-to-Bot Arbitrage Framework: Multi-Bot Coordination with Trust Verification: > **Notice**: This is an educational guide with illustrative code examples. > It does not execute code or install dependencies. > All examples use the GreenHelix sandbox (https://sandbox.greenhelix.net) which > provides 500 free credits — no API key required to get started. > > **Referenced credentials** (you supply these in your own environment): > - `AGENT_SIGNING_KEY`: Cryptographic signing key for agent identity (Ed25519 key pair for request signing)
Actually does
This skill is an educational guide providing Python code examples and `curl` commands. It demonstrates interactions with the `https://sandbox.greenhelix.net/v1` API, utilizing GreenHelix tools such as `register_agent`, `search_services`, `negotiate_deal`, `create_escrow`, `release_escrow`, `submit_metrics`, `build_claim_chain`, `publish_event`, and `get_events`. It requires an `AGENT_SIGNING_KEY` for cryptographic signing and an `API_KEY` for API access.
openclaw skills install mirni/greenhelix-bot-arbitrage-frameworkAccess to sensitive environment variables detected
$API_KEY
The skill content describes and provides code examples for executing financial transactions (creating and releasing escrow) on the GreenHelix platform. Misuse or compromise of the agent's signing key or logic could lead to unauthorized fund transfers.
execute("create_escrow", ...)
execute("release_escrow", ...)The skill demonstrates how to register new agents with defined capabilities and metadata. This capability could be abused to create numerous agents for platform spamming or to impersonate legitimate services.
execute("register_agent", ...)The skill requires users to provide API keys and agent signing keys. Secure management of these credentials is paramount, as their compromise would allow an attacker to control the agent's actions on the GreenHelix platform.
API_KEY = "your-api-key" credentials: [AGENT_SIGNING_KEY]
The skill describes submitting performance metrics that influence an agent's reputation. Without strong platform-level verification of these metrics, an agent could report false data to manipulate its perceived reliability, potentially skewing other agents' decision-making.
execute("submit_metrics", ...)
execute("get_reputation", ...)[](https://mondoo.com/ai-agent-security/skills/clawhub/mirni/greenhelix-bot-arbitrage-framework)<a href="https://mondoo.com/ai-agent-security/skills/clawhub/mirni/greenhelix-bot-arbitrage-framework"><img src="https://mondoo.com/ai-agent-security/api/badge/clawhub/mirni/greenhelix-bot-arbitrage-framework.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/clawhub/mirni/greenhelix-bot-arbitrage-framework.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.