Agent Plugins Marketplace
← All plugins

topic-filter

v0.2.0

Hide chosen topics from Claude: listed terms become stable placeholder names (or their lines are dropped) in tool output, prompts, CLAUDE.md, memory and skills before the model reads them.

Claude Code

By Luis Perez MoralesLicense: GPL-3.0-only0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 25, 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 topic-filter for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install topic-filter@agent-plugin-marketplace

Paste 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/lperezmo/topic-filter-mod

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

topic-filter/
└── .claude-plugin/plugin.json

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "topic-filter",
  "version": "0.2.0",
  "description": "Hide chosen topics from Claude: listed terms become stable placeholder names (or their lines are dropped) in tool output, prompts, CLAUDE.md, memory and skills before the model reads them.",
  "author": {
    "name": "Luis Perez Morales",
    "url": "https://github.com/lperezmo"
  },
  "homepage": "https://github.com/lperezmo/topic-filter-mod",
  "repository": "https://github.com/lperezmo/topic-filter-mod",
  "license": "GPL-3.0-only",
  "keywords": [
    "mod",
    "function-hooks",
    "privacy",
    "redaction",
    "pseudonymization"
  ],
  "userConfig": {
    "hideTagged": {
      "type": "boolean",
      "title": "Hide repos tagged on GitHub",
      "description": "Your repositories with one of the GitHub topics below drop out of everything Claude reads. Tag one with: gh repo edit OWNER/REPO --add-topic claude-hidden, then run /topic-filter reload.",
      "default": true
    },
    "githubTopics": {
      "type": "string",
      "title": "GitHub topics",
      "description": "Comma-separated topics that mark a repository as hidden.",
      "default": "claude-hidden"
    },
    "hideAnthropology": {
      "type": "boolean",
      "title": "Hide anthropology",
      "description": "The built-in anthropology pack: ancient Mesoamerican, Andean and Egyptian sites, civilizations, rulers and deities, and anthropology vocabulary.",
      "default": false
    },
    "hideBiology": {
      "type": "boolean",
      "title": "Hide biology",
      "description": "The built-in biology pack: molecular biology techniques, cellular processes and anatomical terms.",
      "default": false
    },
    "hideChemistry": {
      "type": "boolean",
      "title": "Hide chemistry",
      "description": "The built-in chemistry pack: chemical elements, named reactions, functional groups and laboratory equipment.",
      "default": false
    },
    "hideCybersecurity": {
      "type": "boolean",
      "title": "Hide cybersecurity",
      "description": "The built-in cybersecurity pack: named malware, worms and hacker groups, and security vocabulary.",
      "default": false
    },
    "hideGenetics": {
      "type": "boolean",
      "title": "Hide genetics",
      "description": "The built-in genetics pack: genetic disorders and syndromes, and genetics vocabulary.",
      "default": false
    },
    "otherPacks": {
      "type": "string",
      "title": "Other packs",
      "description": "Comma-separated names of your own packs (the packs folder under ~/.claude/topic-filter). /topic-filter packs lists them.",
      "default": ""
    },
    "extraWords": {
      "type": "string",
      "title": "Extra words to hide",
      "description": "Comma-separated words or names to hide. Kept in secure storage, not in settings.json.",
      "sensitive": true,
      "default": ""
    },
    "configPath": {
      "type": "string",
      "title": "Topics file (advanced)",
      "description": "Optional, for per-list modes and restore lists. Empty means the default file in ~/.claude/topic-filter.",
      "default": ""
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[topic-filter on Agent Plugins Marketplace](https://pluginsmp.com/plugins/topic-filter)