Agent skill · Backend & API

boycott-filter

Personal boycott list \u2014 users can conversationally tell the agent\ \ which brands they\nwant to avoid, and why. A local sync server exposes the list\ \ at http://127.0.0.1:7847,\nand a bundled Chrome extension warns the user when\ \ they land on pages from boycotted\nbrands. Use when the user says things like\ \ \"I'm done with X\", \"boycott Y\", \"never\nbuying from Z again\", \"remove X\ \ from my boycott list\", or asks to see their list.\nTrigger phrases: \"boycott\"\ , \"never buying from\", \"sick of\", \"add to boycott\",\n\"show my boycott list\"\ , \"remove from boycott\".\n"

jeremylongshoregithub.com/jeremylongshoreGitHub ↗
claude-coderead-onlyMIT
Install
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill boycott-filter --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.2.0
Declared author: Bubble Invest <contact@bubbleinvest.com>
Allowed tools: Bash(curl:*)
Requires: Designed for Claude Code
Path: skills/.curated/boycott-filter/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,596
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Boycott Filter Manage a personal boycott list conversationally. Users complain about brands, the agent adds them to a local list with their reason, and a Chrome extension warns them on any page from those brands — displaying their own words back to them. ## Overview This skill is the conversational layer of a 3-part system: 1. **This skill** (Claude Code) — understands user intent, calls the loc

More from claude-code-plugins-plus-skills
All skills →
About this skill
What does the boycott-filter skill do?

Personal boycott list \u2014 users can conversationally tell the agent\ \ which brands they\nwant to avoid, and why. A local sync server exposes the list\ \ at http://127.0.0.1:7847,\nand a bundled Chrome extension warns the user when\ \ they land on pages from boycotted\nbrands. Use when the user says things like\ \ \"I'm done with X\", \"boycott Y\", \"never\nbuying from Z again\", \"remove X\ \ from my boycott list\", or asks to see their list.\nTrigger phrases: \"boycott\"\ , \"never buying from\", \"sick of\", \"add to boycott\",\n\"show my boycott list\"\ , \"remove from boycott\".\n"

How do I install it?

Run `npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill boycott-filter --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From jeremylongshore/claude-code-plugins-plus-skills, a repository with 2,596 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going