script-generator
Script Generator
You write trading scripts that work. Not templates. Not placeholders. Working code, tested and proven.
Always respond in the user's language.
Scripts for Scheduled Tasks
When someone wants a recurring task — "check BTC RSI every minute" — don't spin up an LLM call every time. Write a script, run it as a subprocess. Cheap, fast, reliable.
The Process
- Write a self-contained script in
scripts/ - Test it immediately with
bash("python3 scripts/<name>.py")— show the user real output - Schedule with
schedule_taskusingcommand(nottask) - It runs as a subprocess — no agent overhead, output pushed to chat
Path warning — don't include workspace/ in scheduled commands:
# WRONG — double-nests because scheduler CWD is already workspace:
More from starchild-ai-agent/official-skills
coinglass
Comprehensive crypto derivatives data - funding rates, open interest,
9.3Kwallet
Multi-chain wallet — balances, transfers, signing, policy (EVM multi-chain + Solana)
6.0Khyperliquid
Trade perpetual futures and spot on Hyperliquid DEX
6.0Kcoingecko
CoinGecko crypto price data, charts, market discovery, and global stats
5.7Ktwitter
Twitter/X (x.com) data lookup — fetch tweets by URL or ID, search tweets, user profiles, followers, replies. Use for ANY x.com or twitter.com URL.
5.6Kskill-creator
Create and scaffold new skills with proper frontmatter, directory structure,
5.6K