trading-signals

trading-signals is a skill for Claude Code from target1m/traderspy-mcp. It costs 37 tokens per session (467 once invoked), scanned A, original, MIT.

A tool for retrieving and reviewing AI-generated cryptocurrency futures trading signals from TraderSpy. Futures are contracts used to bet on whether an asset’s price will rise or fall.

In plain words
What is it for?
Use it to find signals for coins such as Bitcoin or Ether, inspect their conditions and indicators, review win rates, or check a connected account’s positions and profit or loss.
Why use it?
It gathers recent signals, their details, and historical results in one place instead of requiring manual checking across trading data.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the traderspy-mcp plugin — 3 skills, 1 MCP server shipped together

Good fit Use it to find signals for coins such as Bitcoin or Ether, inspect their conditions and indicators, review win rates, or check a connected account’s positions and profit or loss.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/target1m/traderspy-mcp/trading-signals
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add target1m/traderspy-mcp --skill trading-signals
Clone the repo
git clone --depth 1 https://github.com/target1m/traderspy-mcp

Made for: Claude Code.

Or install traderspy-mcp, the plugin that ships this one along with the rest of its 3 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for trading-signals

README.md
[![agentmods](https://agentmods.dev/badge/skills/target1m/traderspy-mcp/trading-signals/github.svg)](https://agentmods.dev/skills/target1m/traderspy-mcp/trading-signals)
Your own site
<a href="https://agentmods.dev/skills/target1m/traderspy-mcp/trading-signals"><img src="https://agentmods.dev/badge/skills/target1m/traderspy-mcp/trading-signals/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for trading-signals

Your own site · 80×15
<a href="https://agentmods.dev/skills/target1m/traderspy-mcp/trading-signals"><img src="https://agentmods.dev/badge/skills/target1m/traderspy-mcp/trading-signals.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 467 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.00467
Opus 5 $0.00018 $0.00234
Sonnet 5 $0.00007 $0.00093
Haiku 4.5 $0.00004 $0.00047

Measured 10d ago against content hash 9548b5118a8d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

trading-signals scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/trading-signals/SKILL.md · 27 lines

What it actually says

Trading Signals

You have access to TraderSpy's AI trading signals via MCP tools. Use these tools to help the user:

Available Tools

  • get_signals — Fetch recent AI trading signals. Supports filtering by importance (high/medium/low/all), coin (e.g. BTC, ETH), limit, and skip for pagination.
  • get_signal_details — Get full details for a specific signal by signalId, including AI review score, triggered conditions, indicator values, and resolution history.
  • get_signal_stats — Get aggregate signal performance stats for a time period (4h, 8h, 24h, 7d): total signals, target hits, stopped out, win rate.
  • get_my_account — The user's own TraderSpy/Hyperliquid account: balance, open positions, unrealized PnL. Read-only, and only available on a personal connection (a key generated at traderspy.app).

Guidelines

  • When the user asks for "signals" or "alerts", use get_signals with appropriate filters.
  • For performance questions ("how are signals doing?", "win rate"), use get_signal_stats.
  • Present signals in a clear table format: coin, action (LONG/SHORT), importance, price, targets, and status.
  • Highlight high-importance signals and recent target hits.
  • If a signal has an AI review, mention the score and decision (publish/watch/skip).
  • Free-tier users have limited daily calls (5/day, Premium 100/day) — be efficient with requests.
  • In hosts that support MCP Apps, get_signals and get_signal_details render interactive cards and charts; the same data is in the text result, so answer normally either way.
  • TraderSpy's MCP tools are READ-ONLY: there is no tool to open, close or modify a position, and none to move funds. If the user asks you to place a trade, say so plainly and point them to https://traderspy.app.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 27 lines · 37 tokens per session scan A 9548b5118a8d

Subscribe to this mod's changes

trading-signals is a skill published in the GitHub repository target1m/traderspy-mcp (0 stars, last pushed yesterday), licensed MIT. It adds 37 tokens to every session and 467 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

spot

Binance Spot request using the Binance API. Authentication requires API key and secret key. Supports testnet, mainnet, and demo.

tradecatlabs/tradecat-public · 29 tokens

crypto-market-rank

Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…

tradecatlabs/tradecat-public · 85 tokens

query-token-info

Query token details by keyword, contract address, or chain. Search tokens, get metadata and social links, retrieve real-time market data (price, price trend, volume, holders, liquidity), and fetch K-Line candlestick charts. Use this skill when users search tokens, check token prices, view market data, or request…

tradecatlabs/tradecat-public · 75 tokens

assets

Binance Assets request using the Binance API. Authentication requires API key and secret key.

tradecatlabs/tradecat-public · 19 tokens

derivatives-trading-coin-futures

Binance Derivatives-trading-coin-futures request using the Binance API. Authentication requires API key and secret key. Supports testnet and mainnet.

tradecatlabs/tradecat-public · 40 tokens

meme-rush

Meme token fast-trading assistant with two core capabilities: 1. Meme Rush - Real-time meme token lists from launchpads (Pump.fun, Four.meme, etc.) across new, finalizing, and migrated stages 2. Topic Rush - AI-powered market hot topics with associated tokens ranked by net inflow Use this skill when users ask about…

tradecatlabs/tradecat-public · 110 tokens