pet-friendly-filtering

pet-friendly-filtering is a skill for Claude Code, Codex from cxcscmu/SkillLearnBench. It costs 20 tokens per session (226 once invoked), scanned A, original, MIT.

A filtering rule for finding accommodations that allow pets in a CSV dataset. It checks house rules and also considers occupancy, minimum-stay, and room-type details.

In plain words
What is it for?
Use it to search accommodation data for pet-friendly stays while checking basic booking constraints.
Why use it?
It removes the need to inspect every listing manually and helps avoid choosing a place that bans pets or cannot fit the travelers.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to search accommodation data for pet-friendly stays while checking basic booking constraints.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cxcscmu/skilllearnbench/pet-friendly-filtering
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.

Any agent
npx skills add cxcscmu/SkillLearnBench --skill pet-friendly-filtering
Clone the repo
git clone --depth 1 https://github.com/cxcscmu/SkillLearnBench

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 pet-friendly-filtering

README.md
[![agentmods](https://agentmods.dev/badge/skills/cxcscmu/skilllearnbench/pet-friendly-filtering.svg)](https://agentmods.dev/skills/cxcscmu/skilllearnbench/pet-friendly-filtering)
Your own site
<a href="https://agentmods.dev/skills/cxcscmu/skilllearnbench/pet-friendly-filtering"><img src="https://agentmods.dev/badge/skills/cxcscmu/skilllearnbench/pet-friendly-filtering.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 226 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.1 $0.00020 $0.00226
Opus 5 $0.00010 $0.00113
Sonnet 5 $0.00004 $0.00045
Haiku 4.5 $0.00002 $0.00023

Measured 3d ago against content hash 15d691a71f68, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

pet-friendly-filtering 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 3d ago.

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.

skills/b1-one-shot-claude-opus-4-6/travel-planning/pet-friendly-filtering/SKILL.md · 26 lines

What it actually says

Pet-Friendly Accommodation Filtering

How It Works

The house_rules column in clean_accommodations_2022.csv contains rules separated by " & ". Common rules: "No pets", "No smoking", "No parties", "No children under 10", "No visitors".

Filtering Logic

  • Pet-friendly: Any accommodation where house_rules does NOT contain "No pets"
  • An empty house_rules field means no restrictions — pets are allowed
  • Rules like "No smoking" or "No parties" do NOT exclude pets

Command

grep -i "cityname" data/accommodations/clean_accommodations_2022.csv | grep -iv "no pets"

Additional Checks

  • Verify maximum occupancy >= number of travelers
  • Verify minimum nights <= planned stay length
  • Consider room type: "Entire home/apt" is generally better for pets than "Shared room"
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. 3d ago First seen · 26 lines · 20 tokens per session scan A 15d691a71f68

Subscribe to this mod's changes

pet-friendly-filtering is a skill published in the GitHub repository cxcscmu/SkillLearnBench (83 stars, last pushed 1mo ago), licensed MIT. It adds 20 tokens to every session and 226 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

hierarchical-taxonomy-clustering

Build unified multi-level category taxonomy from hierarchical product category paths from any e-commerce companies using embedding-based recursive clustering with intelligent category naming via weighted word frequency analysis.

benchflow-ai/skillsbench · 38 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

product-description-generator

E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…

nexscope-ai/eCommerce-Skills · 126 tokens

amazon-price-tracker

Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.

nexscope-ai/Amazon-Skills · 51 tokens

ecommerce-landing-page

Audit and optimize e-commerce landing pages for conversion. CTA placement, trust signals, page structure, copy optimization, and A/B testing strategy for product pages, collection pages, and campaign landing pages.

nexscope-ai/eCommerce-Skills · 45 tokens

competitor-price-tracker

Monitor competitor pricing pages and send alerts when prices change. Track discount patterns, promotional cycles, and pricing strategy shifts.

OneWave-AI/claude-skills · 29 tokens