OpenClaw · Skill
Sentiment Score
"Score text sentiment from -1 (negative) to +1 (positive)"
CLI Utilities
v1.0.1
VirusTotal: Benign
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install aronchick/sentiment-scoreClawHub installer
npx clawhub@latest install aronchick/sentiment-scoreOpenClaw CLI
openclaw skills install aronchick/sentiment-scoreDirect OpenClaw install
openclaw install aronchick/sentiment-scoreWhat this skill does
"Score text sentiment from -1 (negative) to +1 (positive)"
Why it matters
The dual CLI and MCP server modes let you drop sentiment scoring into both scripted pipelines and agent workflows without writing custom NLP code.
Typical use cases
- Scoring customer support tickets before routing to agents
- Analyzing product review sentiment in bulk
- Flagging negative social media mentions for manual review
- Evaluating open-ended survey responses for mood trends
- Checking email or message tone before sending
Source instructions
sentiment-score
"Score text sentiment from -1 (negative) to +1 (positive)"
Requirements
- Expanso Edge installed (
expanso-edgebinary in PATH) - Install via:
clawhub install expanso-edge
Usage
CLI Pipeline
# Run standalone
echo '<input>' | expanso-edge run pipeline-cli.yaml
MCP Pipeline
# Start as MCP server
expanso-edge run pipeline-mcp.yaml
Deploy to Expanso Cloud
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 |