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 kayzaa/k.i.t.-bot --skill twitter-postinggit clone --depth 1 https://github.com/kayzaa/k.i.t.-botWrote 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/kayzaa/k.i.t.-bot/twitter-posting)<a href="https://agentmods.dev/skills/kayzaa/k.i.t.-bot/twitter-posting"><img src="https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/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/kayzaa/k.i.t.-bot/twitter-posting"><img src="https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/twitter-posting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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 8d 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.
This is a copy
100% identical to twitter-posting — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
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.
- 8d ago First seen · 437 lines · 18 tokens per session scan A 5f03eeaa9fb1
twitter-posting is a skill published in the GitHub repository kayzaa/k.i.t.-bot (5 stars, last pushed 6mo 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. It is 100% identical to twitter-posting, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
BytesAgain Crypto Toolkit — 200+ Technical Indicators, Real-Time Market Data
Use when you need real-time crypto prices, technical indicators (RSI, MACD, Bollinger, 50+), market rankings, on-chain data, or trading signals. Zero API key required.
trading-futures
Trade perpetual futures on Binance, Bybit, Hyperliquid, MEXC with up to 200x leverage.
pump-swarm
Coordinated multi-wallet trading on Pump.fun.
trading-solana
Trade tokens on Solana DEXes - Jupiter, Raydium, Orca, Meteora, Pump.fun.
copy-trading
Automatically copy trades from successful wallets on Polymarket and crypto.
execution
Execute trades on prediction markets with slippage protection and order management.