sentiment-score

"Score text sentiment from -1 (negative) to +1 (positive)"

3,891 stars

Best use case

sentiment-score is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

"Score text sentiment from -1 (negative) to +1 (positive)"

Teams using sentiment-score 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

$curl -o ~/.claude/skills/sentiment-score/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/aronchick/sentiment-score/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/sentiment-score/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How sentiment-score Compares

Feature / Agentsentiment-scoreStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

"Score text sentiment from -1 (negative) to +1 (positive)"

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

SKILL.md Source

# sentiment-score

"Score text sentiment from -1 (negative) to +1 (positive)"

## Requirements

- Expanso Edge installed (`expanso-edge` binary in PATH)
- Install via: `clawhub install expanso-edge`

## Usage

### CLI Pipeline
```bash
# Run standalone
echo '<input>' | expanso-edge run pipeline-cli.yaml
```

### MCP Pipeline
```bash
# Start as MCP server
expanso-edge run pipeline-mcp.yaml
```

### Deploy to Expanso Cloud
```bash
expanso-cli job deploy https://skills.expanso.io/sentiment-score/pipeline-cli.yaml
```

## Files

| File | Purpose |
|------|---------|
| `skill.yaml` | Skill metadata (inputs, outputs, credentials) |
| `pipeline-cli.yaml` | Standalone CLI pipeline |
| `pipeline-mcp.yaml` | MCP server pipeline |

Related Skills

Lead Scorer

3891
from openclaw/skills

Score and qualify leads using customizable criteria. Prioritize your pipeline by fit, intent, and engagement to focus on deals most likely to close.

Sales & Marketing

Hiring Scorecard Skill

3891
from openclaw/skills

Score and compare job candidates objectively using weighted criteria. Eliminates gut-feel hiring decisions.

Workflow & Productivity

sentiment-analyzer

3891
from openclaw/skills

Analyzes sentiment from social media, news headlines, and financial text. Outputs positive/negative/neutral scores with confidence levels and key phrase extraction.

market-sentiment-pulse

3891
from openclaw/skills

Aggregates and analyzes market sentiment for specific crypto or stock tickers by scanning news and social signals. Useful for quick vibe checks before trading.

social-sentiment

3891
from openclaw/skills

Sentiment analysis for brands and products across Twitter, Reddit, and Instagram. Monitor public opinion, track brand reputation, detect PR crises, surface complaints and praise at scale — analyze 70K+ posts with bulk CSV export and Python/pandas. Social listening and brand monitoring powered by 1.5B+ indexed posts.

cricket-live-score

3891
from openclaw/skills

Send live cricket score updates (text + voice memo) to Telegram for any ongoing T20 or ODI match. Completely free.

news-sentiment

3891
from openclaw/skills

Analyze crypto news sentiment (bullish/bearish). Scan Twitter, news sites, and social media. Get sentiment scores and trading signals.

pathway-score-guide-pro

3891
from openclaw/skills

综合性的升学与职称综测评分和指引技能。覆盖专升本、保本、保研、考研、留学、读博、评职称,优先读取用户所在学校/单位最新文件;没有本地文件时,基于国家政策与代表性院校/单位公开规则给出可解释评分、差距分析、材料清单、时间线和补强建议。附带触发词、评分脚本、政策模板与资源文件。

call-scorecard-builder

3891
from openclaw/skills

为销售、客服或访谈通话生成评分维度、观察点与培训反馈模板。;use for scorecard, calls, sales workflows;do not use for 把单次录音当最终定论, 替代正式人力评估.

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Content & Documentation

find-skills

3891
from openclaw/skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

General Utilities