Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Sendtradesignal

ASecurity

A specialized tool for sending quantitative trading signals to the FMZ platform via HTTP API.

33 stars
0 votes
0 copies
1 views
Added 9/5/2026
datapythongoapi

Works with

api

Security Analysis

A100/100

Scanned 9/5/2026

Install to Claude Code

$npx -y skills add dvcrn/openclaw-skills-marketplace --skill sendtradesignal --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Sendtradesignal?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Sendtradesignal
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/dvcrn-sendtradesignal/badge)](https://www.skillsdirectory.com/skills/dvcrn-sendtradesignal)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: SendTradeSignal
description: "A specialized tool for sending quantitative trading signals to the FMZ platform via HTTP API."
---

# SendTradeSignal (FMZ Connector)

## Overview
This skill serves as a bridge between the OpenClaw AI agent and the FMZ Quantum Trading Platform. It enables the AI to execute trade decisions (Buy/Sell/Wait) programmatically by sending structured JSON signals to a specific robot instance running on FMZ.

## Features
- **Real-time Signal Transmission:** Sends trading commands instantly upon AI decision.
- **Secure Communication:** Uses a user-defined UUID to verify the source of the signal, preventing unauthorized access.
- **Structured Data:** Transmits comprehensive trade details including action type, target symbol (e.g., BTC_USDT), reference price, and reasoning.
- **HTTP/HTTPS Support:** Compatible with standard web protocols for broad compatibility.

## Usage
The AI should invoke this tool when a market analysis concludes with a definitive trading action.

### Parameters
| Parameter | Type | Description |
| :--- | :--- | :--- |
| `action` | string | The specific trading action to take. Accepted values: `buy`, `sell`, `wait`, `close`. |
| `symbol` | string | The trading pair symbol, formatted as `BASE_QUOTE` (e.g., `BTC_USDT`, `ETH_USDT`). |
| `price` | float | The current market price or limit price for the order. |
| `reason` | string | A brief explanation of why this trade decision was made (e.g., "RSI overbought", "Breaking support"). |

## Example
When the AI detects a buying opportunity for Bitcoin at 65000 USDT due to a positive trend:

```python
handler(
    action="buy",
    symbol="BTC_USDT",
    price=65000.0,
    reason="MACD golden cross detected on 4H chart."
)

Attribution

dvcrndvcrn
View sourceMore from dvcrn →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Rank Tracker

This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.

1821 votes

Youtube Competitor Analyzer

Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...

31 votes

Twitter Algorithm Optimizer

Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.

742580 votes

Weather Fetcher

Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API

662880 votes

Weather

Get current weather and forecasts (no API key required).

484900 votes
View all in data →