com um clique
news-sentiment
提供财新闻检索、社媒话题抓取(Twitter/Reddit)与文本情绪分析,适合热点追踪与情绪研判。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
提供财新闻检索、社媒话题抓取(Twitter/Reddit)与文本情绪分析,适合热点追踪与情绪研判。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
提供财务指标获取、财报检索与内容访问能力,覆盖A股/美股/港股,适合基本面分析与公司研究。
提供中美宏观数据(GDP、CPI、PMI等)、全球风险指标(VIX、10Y、DXY等)与经济日历事件,适合宏观监控与投研背景信息。
提供A股/美股/港股的实时行情、历史K线、指数批量查询、板块排行与成分、资金流向及市场成交额等数据能力,适合市场快照与基础分析。
使用 Tavily 提供网页搜索与新闻检索,支持结果数、主题与时间范围配置,适合信息查找与新闻追踪。
Guide for extracting architectural diagrams, flowcharts, and sequence diagrams into a structured JSON format. Use this skill when you need to transform a visual or textual description of a system architecture or workflow into a clear, structured JSON representation.
用于自动生成 Neptune ACL 申请报文并直接发起申请。支持多环境(BOE, Online-CN, i18n-BD)、多区域选择、源/目标集群指定,并自动处理非 BOE 环境下的 Pre-release 申请。
| name | news-sentiment |
| description | 提供财新闻检索、社媒话题抓取(Twitter/Reddit)与文本情绪分析,适合热点追踪与情绪研判。 |
This skill provides tools for retrieving financial news and social media sentiment.
newsSearch for financial news related to a specific stock symbol.
Arguments:
symbol (str): Stock symbol (e.g., '000001', 'sh600001', 'AAPL').--limit (int): Max number of results (default: 5).Usage:
python scripts/news.py news sh600001 --limit 5
socialSearch for social media discussions (Twitter, Reddit).
Arguments:
query (str): Search query (e.g., 'TSLA', 'Apple').--source (str): Source platform ('twitter', 'reddit', 'all'). Default: 'all'.--limit (int): Max number of results per source (default: 5).Usage:
python scripts/news.py social "TSLA" --source reddit --limit 3
sentimentAnalyze the sentiment of a given text.
Arguments:
text (str): The text to analyze.Usage:
python scripts/news.py sentiment "Apple released a great new product today!"
cd backend/skills/news-sentiment
bash setup.sh
All tools output JSON data.