
Opportunity Capture
alphaear-sentiment
AlphaEar Sentiment provides domain-specific sentiment analysis for financial texts, offering both a high-speed local FinBERT pipeline and an agent-driven LLM analysis mode for deeper reasoning. Key features include analyze_sentiment(text) which returns {score, label, reason} with a -1.0 to 1.
概要
AlphaEar Sentiment provides domain-specific sentiment analysis for financial texts, offering both a high-speed local FinBERT pipeline and an agent-driven LLM analysis mode for deeper reasoning.
AlphaEar Sentiment provides domain-specific sentiment analysis for financial texts, offering both a high-speed local FinBERT pipeline and an agent-driven LLM analysis mode for deeper reasoning. Key features include analyze_sentiment(text) which returns {score, label, reason} with a -1.0 to 1.0 score range, batch_update_news_sentiment(source, limit) for bulk processing of unanalyzed items, and update_single_news_sentiment(id, score, reason) to persist manual LLM judgments. Use FinBERT for scalable, low-latency scoring across news feeds and databases; use the LLM prompt workflow when nuance, contextual reasoning, or ambiguous cases require human-like interpretation. Typical use cases are news monitoring, trading signal generation, research, and compliance review. Core advantages: finance-tuned models, integrated database update helpers, and a clear scoring guide; dependencies include torch, transformers, and sqlite3.
Skill.md
この Skill の仕組み
AlphaEar Sentiment provides domain-specific sentiment analysis for financial texts, offering both a high-speed local FinBERT pipeline and an agent-driven LLM analysis mode for deeper reasoning. Key features include analyze_sentiment(text) which returns {score, label, reason} with a -1.0 to 1.
AlphaEar Sentiment Skill
Overview
This skill provides sentiment analysis capabilities tailored for financial texts, supporting both FinBERT (local model) and LLM-based analysis modes.
Capabilities
Capabilities
1. Analyze Sentiment (FinBERT / Local)
Use scripts/sentiment_tools.py for high-speed, local sentiment analysis using FinBERT.
Key Methods:
analyze_sentiment(text): Get sentiment score and label using localized FinBERT model.- Returns:
{'score': float, 'label': str, 'reason': str}. - Score Range: -1.0 (Negative) to 1.0 (Positive).
- Returns:
batch_update_news_sentiment(source, limit): Batch process unanalyzed news in the database (FinBERT only).
2. Analyze Sentiment (LLM / Agentic)
For higher accuracy or reasoning capabilities, YOU (the Agent) should perform the analysis using the Prompt below, calling the LLM directly, and then update the database if necessary.
Sentiment Analysis Prompt
Use this prompt to analyze financial texts if the local tool is insufficient or if reasoning is required.
请分析以下金融/新闻文本的情绪极性。 返回严格的 JSON 格式: {"score": <float: -1.0到1.0>, "label": "<positive/negative/neutral>", "reason": "<简短理由>"}
文本: {text}
Scoring Guide:
- Positive (0.1 to 1.0): Optimistic news, profit growth, policy support, etc.
- Negative (-1.0 to -0.1): Losses, sanctions, price drops, pessimism.
- Neutral (-0.1 to 0.1): Factual reporting, sideways movement, ambiguous impact.
Helper Methods
update_single_news_sentiment(id, score, reason): Use this to save your manual analysis to the database.
Dependencies
torch(for FinBERT)transformers(for FinBERT)sqlite3(built-in)
Ensure DatabaseManager is initialized correctly.
こんな用途に最適
どんなときに使うか
AlphaEar Sentiment provides domain-specific sentiment analysis for financial texts, offering both a high-speed local FinBERT pipeline and an agent-driven LLM analysis mode for deeper reasoning. Key features include analyze_sentiment(text) which returns {score, label, reason} with a -1.0 to 1.

01 · 会議前
意思決定用のブリーフを準備
投資委員会の前に、散らばった材料を構造化した論拠にまとめます。

02 · チームのワークフロー
引き継ぎを標準化
アナリスト、ポートフォリオマネージャー、Agent の間で一貫したリサーチ成果物を作ります。

03 · リアルタイム更新
投資仮説をアップデート
新しいカタリスト、KPI の発表、決算結果を受けてシナリオを更新します。
コミュニティのメモ
使うほど良くなる設計。
この Skill が使われ、レビューされるにつれて、フィードバックがここに表示されます。
さらに探す
関連する Skills
すべて見るThematic Investment Mapping
Map companies to a theme by revenue exposure, transmission channels, and second-order effects, then rank the best expressions of the theme. Use when building a thematic basket or researching idea…
alpha-finder
Alpha Finder is an AI-powered Market Oracle that researches prediction markets (Polymarket, Kalshi) and traditional sources to produce probability assessments, sentiment, event analysis, and…
capacitr
Capacitr provides single-call market discovery and paid analysis: paste a URL or free-text query and receive ranked Polymarket, Hyperliquid, and Deribit markets augmented with Quotient intelligence…