hf-sentiment
by PromptSpace
Automated sentiment analysis and batch text classification using Hugging Face's Inference API.
- Classify customer feedback sentiment in bulk from local log files.
- Automate sentiment scoring for social media mentions or review datasets.
- Generate structured JSON datasets of text sentiment for machine learning.
$12
One-time purchase
Included in download
- Downloadable skill package
- Works with OpenClaw, Cursor
- Instant install
hf-sentiment
by PromptSpace
Automated sentiment analysis and batch text classification using Hugging Face's Inference API.
$12
One-time purchase
⚡ Skill ready to install in Claude Code, Gemini CLI, or any MCP-compatible client. Read the install guides →
Included in download
- Downloadable skill package
- Works with OpenClaw, Cursor
- Instant install
About This Skill
What it does
This skill provides a high-performance sentiment analysis interface powered by Hugging Face's Inference API. It allows your AI agent to classify text as positive or negative with confidence scores, moving beyond simple guess-work to use industry-standard transformer models (DistilBERT).
Why use this skill
While LLMs can estimate sentiment, they are often inconsistent and expensive for high-volume tasks. This skill provides a structured, reproducible way to process data by offloading the heavy lifting to specialized sentiment models. It handles the API overhead, batch processing logic, and local storage of results, making it ideal for developers building data pipelines or monitoring tools.
Supported features
- Single & Batch Processing: Analyze individual strings or process multiple inputs in a single request for efficiency.
- File-Based Workflows: Point the skill to a text file for line-by-line automated analysis.
- Persistent Storage: All results are automatically versioned and saved as JSON in a local directory for later retrieval or auditing.
- Low Latency: Utilizes the DistilBERT-SST-2 model for fast, accurate results without the overhead of a full GPT-4 call.
Use Cases
- Classify customer feedback sentiment in bulk from local log files.
- Automate sentiment scoring for social media mentions or review datasets.
- Generate structured JSON datasets of text sentiment for machine learning.
- Perform fast, model-backed sentiment checks within local dev workflows.
How to Install
mkdir -p ~/.claude/skills/hf-sentiment && curl -s -X POST 'https://api.promptspace.in/api/skills/hf-sentiment/install' | python3 -c "import sys,json; sys.stdout.write(json.load(sys.stdin).get('installInstructions') or '')" > ~/.claude/skills/hf-sentiment/SKILL.mdFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
OpenClaw, Cursor, Claude Code, Codex CLI
Creator
PromptSpace
We build AI agent skill packages for content creators. Specializing in Chinese social media automation.