CtrlK
BlogDocsLog inGet started
Tessl Logo

airtable-filters

Use this skill when the user wants to find, filter, or narrow down Airtable records by field values, even when they don't explicitly say "filter."

77

Quality

96%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

92%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is lean, executable reference material with concrete JSON examples and clear composition guidance. Its only weakness is structure: the full operator table and field-type rules are inline in one ~110-line file rather than split into a one-level-deep reference, which keeps progressive disclosure at a 2.

Suggestions

Move the exhaustive comparison-operator table and field-type rules into a references/ file (e.g., references/operators.md) and link to it from a concise overview, keeping SKILL.md under ~50 lines.

Add a short 'Quick start' section at the top with one minimal working filter example before the full schema reference, so the most common case is immediately reachable.

Signal external references explicitly (e.g., 'See references/operators.md for the full operator table') so navigation is clearly one level deep.

DimensionReasoningScore

Conciseness

Reference-dense material with no padding or explanation of concepts Claude already knows; every section (field categories, operator table, rules, examples) earns its place.

3 / 3

Actionability

Provides two complete copy-paste-ready JSON filter objects plus concrete operator names, field/choice ID examples, and an explicit operand example with operatorOptions.

3 / 3

Workflow Clarity

Single-purpose filter-construction skill with unambiguous guidance on composing conditions (prefer flat AND, nest only when needed, single filters object), so the simple-skill exemption applies.

3 / 3

Progressive Disclosure

Well-organized into clear sections, but at ~110 lines all reference material is inline in a single file with no external split, matching the anchor where content that could be separate stays inline.

2 / 3

Total

11

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is concise, specific, and trigger-rich, with an explicit 'Use this skill when' clause covering both what and when. It cleanly distinguishes the Airtable-filtering niche and even accounts for users who won't say 'filter' outright.

DimensionReasoningScore

Specificity

Names multiple concrete actions ('find, filter, or narrow down') against a concrete domain ('Airtable records by field values'), matching the anchor for multiple specific concrete actions.

3 / 3

Completeness

Explicitly answers both what (find/filter/narrow down records) and when, via a present 'Use this skill when...' trigger clause, including the implicit-trigger case.

3 / 3

Trigger Term Quality

Uses natural terms a user would actually say — 'find', 'filter', 'narrow down', 'records', 'field values' — giving good coverage rather than technical jargon.

3 / 3

Distinctiveness Conflict Risk

Scoping to 'Airtable records by field values' defines a clear niche with distinct triggers unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
openai/plugins
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.