Crypto Signals Tg Bot
A bot for Telegram based on a neural network that displays signals for the purchase/sale of cryptocurrency.
Install / Use
npx skills add ArtReeX/crypto-signals-tg-botInstalls into whichever agent you are using.
README
crypto-signals-tg-bot
A bot for Telegram based on a neural network that displays signals for the purchase/sale of cryptocurrency.
Options
tensorflow (after changing this parameter, it is necessary to retrain the network, for this you need to delete the "model" folder and run the application again)
-
seqPast - interval for forecasting in the candlelight
-
seqFuture - number of candles for neural network predictions
-
epochs - number of training iterations
"tensorflow": {
"seqPast": 10,
"seqFuture": 1,
"epochs": 50
},
telegram
- token - token bot
- chat - chat ID (api.telegram.org/bot{TELEGRAM_BOT_TOKEN}/getUpdates)
"telegram": {
"token": "1017355485:AAH2YMpsw6c-iTZhU8BEAabvduHSpQ2SvXE",
"chat": -1001158670090
},
directions
"directions": ["BTCUSDT", "ETHUSDT", "BCHUSDT", "BNBUSDT"],
"intervals": ["4h"]
},
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
Writing Hookify Rules
140.6kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
agent-tui
106.4kMain Agents: Do NOT use this skill directly. If you need to test the TUI, invoke the `tui_tester` subagent. Drive terminal UI (TUI) applications programmatically for testing, automation, and inspection
review-duplication
106.4kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
