boycott-filter
v1.2.0Personal 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.
By Bubble InvestLicense: MIT2.7k GitHub starsUpdated 6 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install boycott-filter-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/jeremylongshore/tons-of-skills-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/community/boycott-filter/.
Plugin files
├── .claude-plugin/plugin.json└── skills/boycott-filter/SKILL.md
Included Skills1
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".
Plugin manifests1
{
"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": "[email protected]"
},
"repository": "https://github.com/vdk888/boycott-filter",
"license": "MIT",
"keywords": [
"boycott",
"consumer",
"shopping",
"brands",
"chrome-extension",
"conversational",
"privacy",
"productivity",
"ethical-consumption"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[boycott-filter on Agent Plugins Marketplace](https://pluginsmp.com/plugins/boycott-filter-2)