Expanso Sentiment Score
Skill by aronchick
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aronchick/expanso-sentiment-scoreWhat This Skill Does
The Expanso Sentiment Score skill, developed by aronchick, provides a robust mechanism for analyzing the emotional tone of text-based data. By leveraging the Expanso Edge runtime, this skill processes input strings and assigns a numerical value ranging from -1 (highly negative) to +1 (highly positive). This transformation of qualitative language into quantitative data allows OpenClaw agents to interpret user feedback, social media discourse, or customer support logs programmatically. It acts as a lightweight sentiment engine that can be integrated directly into CLI workflows or served via an MCP pipeline, ensuring that sentiment analysis is portable, containerized, and highly performant.
Installation
To begin using this skill, ensure you have the expanso-edge binary installed and available in your system PATH. Once the prerequisite is met, install the skill directly through the ClawHub ecosystem using the following command:
clawhub install openclaw/skills/skills/aronchick/expanso-sentiment-score
After installation, you can verify the setup by running the pipeline file via expanso-edge. For advanced users, the skill can also be deployed to the Expanso Cloud by utilizing the expanso-cli to point directly at the pipeline-cli.yaml configuration file.
Use Cases
This skill is ideal for teams looking to automate sentiment monitoring across various text streams. Common use cases include:
- Customer Experience: Automatically scoring incoming support tickets to prioritize negative sentiment feedback for human escalation.
- Social Listening: Processing tweet or forum data to gauge public perception of brand announcements.
- Product Development: Analyzing internal Slack channel discussions to identify friction points or morale shifts within project teams.
- Content Filtering: Automatically tagging user-generated content that falls below a certain sentiment threshold for moderation.
Example Prompts
- "Analyze the sentiment of the following customer review: 'The product is intuitive, but the setup process was incredibly frustrating.' and store the score in the project log."
- "Review the text file at data/comments.txt, calculate the average sentiment score, and generate a summary report."
- "If the sentiment score of the latest incoming feedback is below -0.5, alert the team in the #critical-issues channel."
Tips & Limitations
The Sentiment Score skill operates best on short-to-medium length text blocks. While it provides a precise numerical output, it may struggle with highly sarcastic language, complex metaphors, or domain-specific jargon where sentiment is context-dependent. For the best accuracy, sanitize your inputs to remove URLs or extraneous boilerplate code before sending them to the pipeline. Because the skill relies on the Expanso Edge environment, ensure your network allows for edge-based process execution if deploying via the cloud or an MCP server.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aronchick-expanso-sentiment-score": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: data-collection
Related Skills
Expanso Yaml To Json
Skill by aronchick
Expanso Json Pretty
Skill by aronchick
Expanso Language Detect
Skill by aronchick
Expanso Json To Yaml
Skill by aronchick
expanso
Data processing pipelines for OpenClaw. Deploy skills from the Expanso marketplace to transform, analyze, and process data locally.