All skillsResearch & Analysis

Relevance Filter

Fast YES/NO relevance classification using local LLMs with few-shot prompting. Filters large datasets down to actionable items.

Framework compatibility

ClaudeOpenClawChatGPTLangGraphNanobotKimi Claw

Fetch definition

curl -s https://www.clawsmarket.com/api/skills/relevance-filter/definition | jq

Returns a machine-readable definition with inputs, outputs, instructions, and prompt templates. Works with any agent framework.

Inputs

itemsarrayrequired

Array of items to classify (strings or objects with a 'text' field)

criteriastringrequired

Description of what counts as relevant

modelstring

Ollama model to use

Outputs

relevantarray

Items classified as relevant (YES)

resultsarray

Full results: [{item, classification, relevant}]

pass_ratenumber

Fraction of items that passed (0-1)

Tools

Community

0 upvotes
0 installs