contact-filter

contact-filter is a skill for Claude Code, Codex from ChatbotXIO/ChatbotX. It costs 91 tokens per session (2,045 once invoked), scanned A, original, no licence file.

A shared system for filtering contacts in contact lists, conversations, and broadcast audiences.

In plain words
What is it for?
Use it to add filter fields or operators, change the filter interface, edit the SQL query builder, or enforce limits on who can receive a broadcast.
Why use it?
It keeps filter fields, comparison choices, the filter screen, database queries, and audience rules aligned.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/chatbotxio/chatbotx/contact-filter
Any agent
npx skills add ChatbotXIO/ChatbotX --skill contact-filter
Clone the repo
git clone --depth 1 https://github.com/ChatbotXIO/ChatbotX

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for contact-filter

README.md
[![agentmods](https://agentmods.dev/badge/skills/chatbotxio/chatbotx/contact-filter.svg)](https://agentmods.dev/skills/chatbotxio/chatbotx/contact-filter)
Your own site
<a href="https://agentmods.dev/skills/chatbotxio/chatbotx/contact-filter"><img src="https://agentmods.dev/badge/skills/chatbotxio/chatbotx/contact-filter.svg" alt="Measured on agentmods" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,045 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00091 $0.02045
Opus 5 $0.00046 $0.01022
Sonnet 5 $0.00018 $0.00409
Haiku 4.5 $0.00009 $0.00204

Measured today against content hash eb2d65c02e44, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

contact-filter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/contact-filter/SKILL.md · 157 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed eb2d65c02e44
  2. 4d ago First seen · 157 lines · 91 tokens per session scan A 010a6ddfe367

Subscribe to this mod's changes

contact-filter is a skill published in the GitHub repository ChatbotXIO/ChatbotX (725 stars, last pushed today), with no licence file. It adds 91 tokens to every session and 2,045 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

drizzle

Use this skill when writing or modifying Drizzle ORM schemas, queries, or migrations in this repo — specifically the @internal/dashboard-agent-db package (the dashboard agent's conversation datastore). Covers pg-core schema definition, the postgres-js driver, drizzle-kit migrations, and this repo's conventions: a…

triggerdotdev/trigger.dev · 0 tokens

redis-security

Redis security guidance covering authentication (requirepass and ACL users), TLS, ACL-based least-privilege access control, restricting network exposure via bind and protected-mode, firewall rules, and disabling dangerous commands. Use when deploying Redis to production, defining ACL users for an application…

redis/agent-skills · 80 tokens

people-finder

Translates an ICP and persona definition into a step-by-step guide for configuring lemlist's people database search to find the right contacts. Use when asked "find me contacts", "who do I search for in lemlist", "how do I find the right person to email", "build a contact list in lemlist", "search for [role] in…

Othmane-Khadri/YALC-the-GTM-operating-system · 111 tokens

background-tasks

Async task execution authority — Celery workers and beat scheduler, APScheduler in-process cron, bare Redis LPUSH/BRPOP queues, dead-letter queues, idempotency patterns, task monitoring, and Docker Compose worker definitions for Python pipelines.

LuuOW/meridian-mcp · 51 tokens

revops

When the user wants help with revenue operations, lead lifecycle management, or marketing-to-sales handoff processes. Also use when the user mentions 'RevOps,' 'revenue operations,' 'lead scoring,' 'lead routing,' 'MQL,' 'SQL,' 'pipeline stages,' 'deal desk,' 'CRM automation,' 'marketing-to-sales handoff,' 'data…

TommyBez/skillsboard · 142 tokens

reskin

Author a NEW skin for the reskinnable-demo app. A skin is a self-contained domain plugin under src/skins/ / that implements the frozen Skin contract (src/shell/skin-contract.ts) to swap the app's entire experience — brand, theme, layout, pages, tools, data, and agent — as a live sales demo. Use when the user says "add…

CopilotKit/CopilotKit · 154 tokens