plugins marketplace
← All plugins

boycott-filter

v1.2.0

Personal boycott list managed conversationally by your AI agent. Chrome extension warns you on pages from brands you've decided to avoid, with your own reasons.

Claude Code1 skill

by Bubble InvestMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/boycott-filter/ inside the repository.

Layout

plugins/community/boycott-filter/
├── .claude-plugin/plugin.json
└── skills/boycott-filter/SKILL.md

Skills1

boycott-filterskills/boycott-filter/SKILL.md

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

Manifests1

plugins/community/boycott-filter/.claude-plugin/plugin.json
{
  "name": "boycott-filter",
  "version": "1.2.0",
  "description": "Personal boycott list managed conversationally by your AI agent. Chrome extension warns you on pages from brands you've decided to avoid, with your own reasons.",
  "author": {
    "name": "Bubble Invest",
    "email": "contact@bubbleinvest.com"
  },
  "repository": "https://github.com/vdk888/boycott-filter",
  "license": "MIT",
  "keywords": [
    "boycott",
    "consumer",
    "shopping",
    "brands",
    "chrome-extension",
    "conversational",
    "privacy",
    "productivity",
    "ethical-consumption"
  ]
}