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 twitter-postinggit 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/twitter-posting)<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/twitter-posting"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/twitter-posting/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/twitter-posting"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/twitter-posting.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.00018 | $0.02337 |
| Opus 5 | $0.00009 | $0.01169 |
| Sonnet 5 | $0.00004 | $0.00467 |
| Haiku 4.5 | $0.00002 | $0.00234 |
Grade A, and why
twitter-posting 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:
- twitter-posting — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 437 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Twitter Posting Skill
Automatically share trading signals, market analysis, and portfolio performance on Twitter/X.
Overview
- Auto-Post Signals - Share buy/sell signals with your followers
- Market Analysis - Post technical analysis with charts
- Performance Reports - Daily/weekly P&L summaries
- Alert Notifications - Important market events
- Engagement Automation - Schedule posts for optimal times
Features
1. Signal Broadcasting
Automatically tweet when K.I.T. generates signals:
🟢 BTC/USDT LONG Signal
📈 Entry: $43,500
🎯 Target: $45,000 (+3.4%)
🛑 Stop: $42,500 (-2.3%)
RSI: 32 (Oversold)
MACD: Bullish Cross
⚡ Powered by K.I.T.
#Bitcoin #Crypto #Trading
🤖 @KITTradingBot
2. Analysis Tweets
Share detailed market analysis:
📊 BTC/USDT 4H Analysis
The chart shows a classic bull flag forming:
✅ Higher lows maintained
✅ Volume declining (consolidation)
✅ Above 50 EMA
Key Levels:
• Resistance: $45,000
• Support: $42,000
Bias: BULLISH 🟢
#Bitcoin #TechnicalAnalysis
[Chart Image Attached]
3. Performance Reports
Daily/weekly trading summaries:
📈 K.I.T. Weekly Performance
Week of Jan 8-14, 2024
📊 Trades: 23
✅ Win Rate: 74%
💰 Total P&L: +$2,847 (+5.7%)
Top Performers:
🥇 ETH/USDT +$892
🥈 BTC/USDT +$567
🥉 SOL/USDT +$445
#TradingResults #Performance
4. Alert Tweets
Important market notifications:
⚠️ MARKET ALERT
BTC just broke above $45,000 resistance!
This is a significant level that hasn't been breached in 30 days.
Volume: 2.3x average
RSI: 62 (Healthy momentum)
Watch for continuation or rejection.
#Bitcoin #BreakingNews
Configuration
# workspace/twitter-posting.yaml
credentials:
api_key: "${TWITTER_API_KEY}"
api_secret: "${TWITTER_API_SECRET}"
access_token: "${TWITTER_ACCESS_TOKEN}"
access_secret: "${TWITTER_ACCESS_SECRET}"
bearer_token: "${TWITTER_BEARER_TOKEN}"
settings:
# What to post automatically
auto_post:
signals: true # Post when signals generated
analysis: true # Post daily analysis
performance: true # Post performance reports
alerts: true # Post important alerts
# Posting frequency limits
rate_limits:
max_per_hour: 4
max_per_day: 20
min_interval_minutes: 15
# Scheduling
schedule:
analysis: "08:00" # Daily analysis post
performance: "sunday:20:00" # Weekly performance
# Content preferences
content:
include_hashtags: true
max_hashtags: 5
include_chart: true
include_disclaimer: true
mention_bot: true
# Filters
filters:
min_signal_confidence: 0.7
min_trade_size_usd: 100
post_winning_trades_only: false
templates:
signal: |
{emoji} {symbol} {action} Signal
📈 Entry: ${entry_price}
🎯 Target: ${target} ({target_pct})
🛑 Stop: ${stop_loss} ({sl_pct})
{indicators}
⚡ Powered by K.I.T.
{hashtags}
analysis: |
📊 {symbol} {timeframe} Analysis
{analysis_text}
Key Levels:
• Resistance: ${resistance}
• Support: ${support}
Bias: {bias} {bias_emoji}
{hashtags}
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 437 lines · 18 tokens per session scan A 5f03eeaa9fb1
twitter-posting is a skill published in the GitHub repository Signal-Execution-Labs/forex-trading-ai-agent (136 stars, last pushed 9d ago), licensed MIT. It adds 18 tokens to every session and 2,337 once invoked, about $0.0001 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-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.