Stats
Links
Categories
Claude Code plugin marketplace for cc-devkits
npx claudepluginhub tan-yong-sheng/cc-devkitsClaude Code plugin with ntfy hooks, serper web search/skills, and ai-vision-mcp integration
A Claude Code plugin providing ntfy notifications and Serper web search/scraping skills.
# Add marketplace
/plugin marketplace add tan-yong-sheng/cc-devkits
# Install plugin
/plugin install cc-devkits@tan-yong-sheng
Serper API Key (for web search): Get a free key at https://serper.dev (2,500 searches/month)
export SERPER_API_KEY="your-key-here"
ntfy (optional, for notifications):
export NTFY_TOPIC="your-topic"
export NTFY_API_KEY="your-api-key" # if using private server
The skill activates automatically when you ask Claude to search the web:
You: Search for "TypeScript best practices"
Claude: [Uses serper skill automatically]
Or reference it directly:
@serper search --query "AI news" --num 5
MIT - See LICENSE file
tan-yong-sheng