Help us improve
Share bugs, ideas, or general feedback.
Claude Code plugin — community management toolkit for Webmatrices (spam detection, content seeding, smart replies, database analytics)
npx claudepluginhub bishwas-py/webmatrices-skillsWebmatrices community management toolkit — spam moderation, content seeding, persona management, trending topic research, and database analytics.
Share bugs, ideas, or general feedback.
Claude Code plugin for managing the Webmatrices community platform.
| Skill | Command | Description |
|---|---|---|
| spam-scanner | /webmatrices:spam-scanner | Scan for spam posts, soft-delete them, ban spammers |
| ban-user | /webmatrices:ban-user <id> | Ban a user by ID, username, or email |
| create-persona | /webmatrices:create-persona <username> | Create a persona account for content seeding |
| publish-post | /webmatrices:publish-post <username> <topic> | Write and publish a post as a persona |
| trending-topics | /webmatrices:trending-topics | Fetch trending topics for the audience |
| audience-matcher | (auto-invoked) | Match topics to the best persona |
| find | /webmatrices:find <query> | Search posts, users, tags, and analytics with natural language |
| smart-reply | /webmatrices:smart-reply <post-slug> [persona] | Draft a researched reply to a post or comment using the right persona voice |
Add the marketplace, then install:
/plugin marketplace add Bishwas-py/webmatrices-skills
/plugin install webmatrices-skills@webmatrices
Or load locally without installing:
claude --plugin-dir /path/to/webmatrices-skills
Add to your project's .claude/settings.json so team members get prompted automatically:
{
"extraKnownMarketplaces": {
"webmatrices-skills": {
"source": {
"source": "github",
"repo": "Bishwas-py/webmatrices-skills"
}
}
},
"enabledPlugins": {
"webmatrices-skills@webmatrices": true
}
}
.env or provided directly)