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.
npx skills add Signal-Execution-Labs/forex-trading-ai-agent --skill trailing-botgit clone --depth 1 https://github.com/Signal-Execution-Labs/forex-trading-ai-agentWrote 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.
[](https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/trailing-bot)<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/trailing-bot"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/trailing-bot/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.
<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/trailing-bot"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/trailing-bot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00545 |
| Opus 5 | $0.00000 | $0.00272 |
| Sonnet 5 | $0.00000 | $0.00109 |
| Haiku 4.5 | $0.00000 | $0.00055 |
Grade A, and why
trailing-bot 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 9d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- trailing-bot — 100% identical, 0 lines differ
What it actually says
Trailing Buy/Sell Bot
Smart entries and exits that follow price action.
Overview
Don't catch falling knives. Don't sell too early. The Trailing Bot waits for confirmation before executing, maximizing your entry and exit points.
Trailing Buy
Target Price: $100
Callback: 2%
Price falls: $100 → $95 → $90 → $85 (tracking)
Price rises: $85 → $86.70 (+2% callback) → BUY!
Result: Bought at $86.70 instead of $100
Savings: 13.3%
Trailing Sell
Entry Price: $100
Callback: 3%
Price rises: $100 → $110 → $120 → $130 (tracking)
Price drops: $130 → $126.10 (-3% callback) → SELL!
Result: Sold at $126.10 instead of $100
Profit: 26.1%
Parameters
| Parameter | Type | Description |
|---|---|---|
| trigger_price | number | Price to activate trailing |
| callback_rate | 0.5-10% | Reversal % to trigger |
| order_type | market/limit | Execution type |
| time_limit | hours | Max wait time |
Trailing Modes
1. Simple Trailing
Basic callback from lowest/highest point.
2. Time-Decay Trailing
Callback tightens over time:
Hour 1: 5% callback
Hour 6: 3% callback
Hour 24: 1% callback
3. Volume-Adjusted
Tighter callback on high volume (confirmation).
4. Multi-Leg Trailing
Chain buy → trailing stop → trailing take profit.
Combo Strategies
Dip Buy + Trailing Stop
1. Trailing Buy on -10% dip
2. Auto-set trailing stop at 5%
3. Let winners run
Breakout Trailing
1. Set trailing buy above resistance
2. Confirm breakout with callback
3. Avoid fake breakouts
Commands
kit trailing create --type buy --symbol ETH/USDT --trigger 2800 --callback 2%
kit trailing create --type sell --symbol ETH/USDT --trigger 3500 --callback 3%
kit trailing list
kit trailing cancel --id tr_123
Pro Tips
- Volatile assets: Use 3-5% callback
- Stable assets: Use 1-2% callback
- Combine with alerts for confirmation
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.
- 9d ago First seen · 87 lines · 0 tokens per session scan A 43fe9f5c831f
trailing-bot is a skill published in the GitHub repository Signal-Execution-Labs/forex-trading-ai-agent (136 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 545 tokens. 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-09-03.
Other skills, from other repositories
cost-efficiency-analyzer
Analyzes cost structure, cost efficiency, and expense management from P&L data. Use when the user asks about costs, expenses, COGS, operating expenses, cost ratios, cost control, spending efficiency, margin compression from cost side, or wants to understand where money is going. Also use for "are we spending too…
onboarding
First-time user onboarding to set up investment profile, watchlists, portfolio, and preferences.
equity-risk-reviewer
Use for portfolio-facing stock risk briefs that separate market facts, interpretation, and non-investment-advice boundaries.
stock-valuation
Multi-method stock valuation using DCF, comparable company analysis, EV multiples, and residual income models.
technical-analysis
Technical analysis of US stocks using charts and indicators.
chart-master
Generate professional financial charts in Mermaid, ASCII, or HTML/Chart.js — MA lines, histograms, candlestick, volume, RSI/MACD, and more for markdown reports.