Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Signals

  • 13 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

Signals is a Claude Code skill for the clodds bot that monitors RSS, Twitter, Telegram, and webhook sources and triggers automatic trades on matching signals.

About

Signals is a clodds skill that monitors external sources like RSS feeds, Twitter, and webhooks and triggers automatic trades when signals match filters. Developers use it to wire news or social triggers to buy and sell actions with cooldowns and sentiment or keyword rules. It matters for automating signal-driven crypto trading. Requires a SOLANA_PRIVATE_KEY.

  • Monitors RSS, Twitter/X, Telegram, and webhooks to trigger automatic trades
  • Filter rules by keyword, mint address, sentiment, or regex to control when signals fire
  • Auto-detects token mints and routes trades via Pump.fun, Raydium, and Jupiter

Signals by the numbers

  • 13 all-time installs (skills.sh)
  • Ranked #759 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

signals capabilities & compatibility

Capabilities
signal trading · automated trading · sentiment analysis
Works with
tradingview
Use cases
trading
Pricing
Bring your own API key
From the docs

What signals says it does

Monitor external signals from RSS feeds, Twitter, Telegram, and webhooks to trigger automatic trades.
SKILL.md
Support for Pump.fun, Raydium, Jupiter routing
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill signals

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs13
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Wire RSS, Twitter, or webhook signals to automatic Solana trades with keyword and sentiment filters.

Who is it for?

Automating crypto trades triggered by news feeds, social posts, or webhook alerts.

Skip if: Manual discretionary trading or non-crypto asset classes.

When should I use this skill?

You want a social or news signal to automatically place a Solana trade.

What you get

Matching signals trigger buys or sells with cooldowns and configured size and slippage.

  • signal sources
  • filter rules
  • automated trade triggers

By the numbers

  • 4 signal source types (rss, twitter, telegram, webhook)
  • 4 filter types (keyword, mint, sentiment, regex)
  • RSS polls every 30 seconds by default

Files

SKILL.mdMarkdownGitHub ↗

Signals Trading

Monitor external signals from RSS feeds, Twitter, Telegram, and webhooks to trigger automatic trades.

Commands

/signal add rss <url> [--name "label"]            Add RSS feed source
/signal add twitter <username> [--name "label"]   Add Twitter/X account
/signal add webhook [--name "label"]              Get webhook URL for custom signals
/signal list                                      List all signal sources
/signal remove <id>                               Remove source
/signal pause <id>                                Pause source
/signal resume <id>                               Resume source
/signal history [source]                          View signal history
/signal test <id>                                 Test signal detection
/signal filter <id> add <type> <value> <action>   Add filter rule
/signal filter <id> list                          List filters
/signal config <id> [options]                     Configure source

Examples

/signal add rss https://example.com/feed.xml --name "crypto-news"
/signal add twitter CryptoTrader --name "whale-alerts"
/signal add webhook --name "my-alerts"
/signal filter abc123 add keyword "bullish" buy
/signal filter abc123 add keyword "dump" sell
/signal list

Signal Sources

RSS Feeds

Monitor any RSS/Atom feed for signals. Polls every 30 seconds by default.

/signal add rss https://example.com/feed.xml --name "news"

Twitter/X

Monitor tweets from specific accounts via Nitter proxy.

/signal add twitter whale_alert --name "whale"

Webhooks

Receive signals via HTTP POST to a custom webhook URL.

/signal add webhook --name "custom"
# Returns: POST https://clodds.io/webhook/abc123

Webhook payload:

{
  "content": "Buy BONK now! 5BqXr...",
  "author": "trader",
  "secret": "your-secret"
}

Filters

Control when signals trigger trades:

  • keyword: Match text content
  • mint: Match specific token address
  • sentiment: Match bullish/bearish sentiment
  • regex: Custom regex pattern
/signal filter <id> add keyword "100x" buy
/signal filter <id> add sentiment bearish sell
/signal filter <id> add regex "pump.*now" buy

Configuration

/signal config <id> --amount 0.1       SOL amount per trade
/signal config <id> --slippage 500     Slippage in bps
/signal config <id> --cooldown 60000   Cooldown between trades (ms)
/signal config <id> --require-mint     Only trade if mint found in signal

Features

  • Auto-detect token mint addresses in signals
  • Sentiment analysis (bullish/bearish keywords)
  • Cooldown to prevent spam trading
  • Trade history and P&L tracking
  • Support for Pump.fun, Raydium, Jupiter routing

Related skills

FAQ

What signal sources are supported?

RSS/Atom feeds, Twitter/X accounts via Nitter proxy, and custom webhooks.

How are false triggers avoided?

Filters by keyword, mint, sentiment, or regex plus a configurable cooldown between trades.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.