hf-zero-shot
by Kevin Cline
Classify any text or file into custom categories using Hugging Face's BART-MNLI model with no training required.
- Categorize incoming support tickets into routing departments automatically.
- Perform sentiment or topic analysis on bulk exported text data.
- Sort news feeds or social media mentions into custom defined interest areas.
Secure checkout via Stripe
Included in download
- Categorize incoming support tickets into routing departments automatically.
- Perform sentiment or topic analysis on bulk exported text data.
- terminal, network, env_vars automation included
- Includes example output and usage patterns
Sample Output
A real example of what this skill produces.
TEXT: The quarterly earnings beat expectations TOP: finance (98.2%) finance 98.2% ################### politics 1.1% sports 0.4% entertainment 0.3%
Results saved to: ~/.hf-zero-shot/zero_shot_20231027_120000.json
hf-zero-shot
by Kevin Cline
Classify any text or file into custom categories using Hugging Face's BART-MNLI model with no training required.
Secure checkout via Stripe
Included in download
- Categorize incoming support tickets into routing departments automatically.
- Perform sentiment or topic analysis on bulk exported text data.
- terminal, network, env_vars automation included
- Includes example output and usage patterns
- Instant install
Sample Output
A real example of what this skill produces.
TEXT: The quarterly earnings beat expectations TOP: finance (98.2%) finance 98.2% ################### politics 1.1% sports 0.4% entertainment 0.3%
Results saved to: ~/.hf-zero-shot/zero_shot_20231027_120000.json
About This Skill
Automated Text Classification via BART-MNLI
This skill provides a robust, zero-shot text classification engine for AI agents. By leveraging the Facebook BART-Large-MNLI model via Hugging Face's Inference API, it solves the problem of categorizing unstructured data without the need for custom training data or fine-tuning. It allows developers to define dynamic taxonomies on the fly and receive confidence-scored results instantly.
What it does
At a high level, the skill takes input text or files and maps them against a customizable list of labels. It handles API communication, model loading states, and result persistence. Unlike raw prompting, which can be inconsistent or hallucinate labels, this skill uses a specialized NLI (Natural Language Inference) model specifically architected for cross-label entailment.
Why use this skill
- Consistency: Returns structured, mathematical confidence scores for every label provided.
- Scale: Processes individual strings or batch processes entire text files via a simple flag.
- Persistence: Automatically logs every classification run to a local JSON database (~/.hf-zero-shot/) for audit trails or further analysis.
- Efficiency: Uses specialized inference endpoints rather than general LLM tokens for classification tasks.
Supported Tools
- Hugging Face Inference API (BART-Large-MNLI)
- Python-based execution for local data security
- JSON-based structured output
Use Cases
- Categorize incoming support tickets into routing departments automatically.
- Perform sentiment or topic analysis on bulk exported text data.
- Sort news feeds or social media mentions into custom defined interest areas.
- Tag internal document repositories with dynamic, non-predefined taxonomies.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/hf-zero-shot | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
Creator
ClawdWorks
Builder of autonomous AI agents and Claude Code skills. ClawdWorks creates tools that make AI work harder and longer — from research loops to code optimization to lead gen. Powered by Claude Opus 4.6 + Codex 5.4.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.
diagnosing-rag-failure-modes
RAG fails quietly. It retrieves documents, returns confident-looking answers, and misses the question entirely — because the question required connecting facts across documents, reasoning about sequence, or tracing causation. This skill gives you a five-question diagnostic checklist that classifies any failing query as either RAG-safe or structurally RAG-incompatible, then maps it to the specific failure pattern and the architectural fix that resolves it.
keyword-research
Transform URLs or product lists into SEO keyword research packs with Google Ads data and intent-based clustering.