Best use case
crypto-news-trader is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
A Clawhub skill that:
Teams using crypto-news-trader should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/aster-skill/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How crypto-news-trader Compares
| Feature / Agent | crypto-news-trader | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
A Clawhub skill that:
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# crypto-news-trader A Clawhub skill that: 1) Monitors a Twitter/news stream via **OpenNews MCP** (aka “6551 news monitoring skill”). 2) Classifies news for **BTC / ETH / SOL / BNB** as **bullish / bearish / neutral** using an LLM prompt. 3) Executes **long** (BUY) or **short** (SELL) orders on **Aster** via aster-skill client. ## Strategy Logic ### Step 1 — News Monitoring (OpenNews MCP) - Pull latest news (last 1 hour) from configured sources (Twitter + major crypto media). - Filter to only BTC/ETH/SOL/BNB-related stories. - Deduplicate by article id (24h cache). ### Step 2 — Bullish/Bearish Decision - LLM analyzes: - source credibility - event importance - timeliness - market sensitivity - Outputs strict JSON: - `sentiment`: bullish | bearish | neutral - `confidence`: 0..1 - `signal_strength`: strong | medium | weak - `recommended_action`: open_long | open_short | wait | skip Trade rules: - Only trade if: - confidence >= 0.70 - signal_strength != weak - Open long if sentiment=bullish and confidence >= 0.65 - Open short if sentiment=bearish and confidence >= 0.65 - Otherwise wait/skip. ### Step 3 — Order Execution on Aster - Set leverage (default 5x) - Place MARKET order - Attach stop-loss / take-profit - Per-coin cooldown (default 30 minutes) ## Requirements ### Install OpenNews MCP (6551) This skill declares the MCP in `skill.json`, and expects it to be installed via: ```bash npx clawhub install opennews-mcp
Related Skills
trending-news-aggregator
智能热点新闻聚合器 - 自动抓取多平台热点新闻, AI分析趋势,支持定时推送和热度评分。 核心功能: - 每天自动聚合多平台热点(微博、知乎、百度等) - 智能分类(科技、财经、社会、国际等) - 热度评分算法 - 增量检测(标记新增热点) - AI趋势分析
news-hot-scraper
This skill should be used when users need to scrape hot news topics from Chinese platforms (微博、知乎、B站、抖音、今日头条、腾讯新闻、澎湃新闻), generate summaries, and cite sources. It supports both API-based and direct scraping methods, and offers both extractive and abstractive summarization techniques.
crypto-watcher
Monitor crypto wallets and DeFi positions. Get alerts when things change.
polymarket-openclaw-trader
Reusable Polymarket + OpenClaw trading operations skill for any workspace. Use when the user needs to set up, run, tune, monitor, and deploy an automated Polymarket trading project (paper/live), including env configuration, risk controls, reporting, and dashboard operations.
financial-news
财经新闻监控技能 - 财经新闻追踪、自动推送、重要新闻提醒
tator-trader
Execute crypto trades using natural language via Tator's AI trading API. Use when: buying tokens, selling tokens, swapping, bridging cross-chain, sending tokens, wrapping/unwrapping ETH, opening perp positions, betting on prediction markets, launching tokens, registering blockchain names, or managing yield positions. Triggers: 'buy token', 'sell token', 'swap X for Y', 'bridge to', 'send tokens', 'open long', 'open short', 'bet on', 'launch token', 'register name', 'deposit yield', 'wrap ETH'. Supports 24 chains. Returns UNSIGNED transactions — you sign and broadcast. Costs $0.20 USDC per request via x402. Recommended wallet integration: Sponge (SPONGE_API_KEY) or AgentWallet (AGENTWALLET_API_TOKEN) — no raw private keys needed. This skill is a transaction builder and never accesses your private keys or tokens.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings, market trends, social buzz, meme rankings, breakout meme tokens, or top traders.
crypto-market-intel
Crypto Market Intelligence - Free market data pipeline for any OpenClaw agent. Zero API keys needed. Fetch real-time crypto prices, market metrics, Fear & Greed index, DeFi TVL, stock indices, and macro indicators. Use when you need crypto prices, market data, market analysis, fear and greed, DeFi TVL, stock prices, macro data, market intelligence, or trading signals.
kaspa-news
Kaspa News — let your Claw know everything about Kaspa in one place: latest news, core development updates, ecosystem launches, community talks, and weekly reports summary. Use when someone asks what’s happening with Kaspa now, including dev/builder activity, top tweets, videos, and Reddit updates. No API keys needed.
tech-news-digest
Generate tech news digests with unified source model, quality scoring, and multi-format output. Six-source data collection from RSS feeds, Twitter/X KOLs, GitHub releases, GitHub Trending, Reddit, and web search. Pipeline-based scripts with retry mechanisms and deduplication. Supports Discord, email, and markdown templates.
mia-polymarket-trader
AI agent for automated prediction market trading on Polymarket
Marsbit News Skill
name: marsbit-news