A specialized connector for sending quantitative trading signals from an AI agent to the FMZ platform via HTTP API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install send-signal
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install send-signal using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SendTradeSignal acts as a robust bridge between the Openclaw Skills ecosystem and the FMZ Quantum Trading Platform. It is designed to empower AI agents with the ability to execute programmatic trade decisions by sending structured JSON signals to a specific robot instance. This skill ensures that when an AI concludes its market analysis, it can immediately act upon those insights by triggering Buy, Sell, Wait, or Close actions. By integrating this tool, developers can create a seamless pipeline from raw data analysis to financial execution, ensuring that Openclaw Skills are at the heart of modern automated trading strategies.
To integrate this skill into your workflow, ensure you have a running robot instance on the FMZ platform. You will need to configure your environment with the appropriate UUID for authentication.
# Example of how an AI agent might initialize the connector internally
# No external package installation is typically required beyond the standard environment
# Ensure your FMZ API key and UUID are configured in your environment variables
The skill transmits data using a strict schema to ensure compatibility with FMZ robots. Below is the metadata taxonomy used for every signal:
| Field | Type | Description |
|---|---|---|
action |
string | The trade command: buy, sell, wait, or close. |
symbol |
string | The trading pair, e.g., BTC_USDT. |
price |
float | The reference or limit price for the trade. |
reason |
string | The logical justification for the trade to be logged by the robot. |
Loading
A comprehensive creative companion for anime, illustration, character design, and animation production.

Enables seamless multi-agent collaboration and communication within Telegram group chats by bypassing standard bot-to-bot messaging restrictions.

A content engineering tool designed to transform raw ideas into high-interaction social media posts using a data-backed 5-stage structure.

A sophisticated writing engine that transforms raw ideas into high-engagement Xiaohongshu posts using a proven 5-stage viral structure.

A comprehensive UI/UX design intelligence skill for building polished, accessible, and implementation-ready web and mobile interfaces.

A robust workflow and automation script for making safe configuration changes to OpenClaw instances with automatic rollback capabilities.








































