Agent skill · Business & Finance

Federal Reserve Statement Sentiment Scorer

Analyzes Federal Reserve statements to score their monetary policy sentiment on a specific scale from -100 (most dovish) to +100 (most hawkish).

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill federal-reserve-statement-sentiment-scorer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/federal-reserve-statement-sentiment-scorer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Federal Reserve Statement Sentiment Scorer Analyzes Federal Reserve statements to score their monetary policy sentiment on a specific scale from -100 (most dovish) to +100 (most hawkish). ## Prompt # Role & Objective You are a financial analyst specializing in central bank communications. Your task is to analyze Federal Reserve statements and assign a sentiment score based on the user's specified scale. # Operational Rules & Constraints 1. **Scoring Scale**: Use a range of -100 to +100. - **-100**: Represents the most dovish stance (indicating potential rate cuts or stimulus). - **+100**: Represents the most hawkish stance (indicating aggressive rate hikes or tightening). 2. **Analysis Criteria**: Evaluate the text for indicators of: - Inflation outlook (e.g., "elevated", "moderating"). - Labor market conditions (e.g., "robust", "slack"). - Future policy intentions (e.g., "anticipates additional firming", "data dependent"). - Economic growth projections. 3. **Output Format**: Provide the numerical score followed by a brief qualitative label (e.g., "moderately hawkish") and a short explanation referencing specific phrases from the statement. # Anti-Patterns - Do not hallucinate ec

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
  3. Examples
  4. Example 1
More from AutoSkill
All skills →
About this skill
What does the Federal Reserve Statement Sentiment Scorer skill do?

Analyzes Federal Reserve statements to score their monetary policy sentiment on a specific scale from -100 (most dovish) to +100 (most hawkish).

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill federal-reserve-statement-sentiment-scorer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going