By henkisdabro
Draft and edit rich text messages using Markdown for Gmail, Outlook, and WhatsApp, generating platform-specific HTML previews served live via a local Python server for accurate formatting checks before sending.
npx claudepluginhub henkisdabro/wookstar-claude-plugins --plugin messageDraft a professional email using the What-Why-How framework. Use when composing emails to colleagues, stakeholders, or leadership.
Publish Markdown/HTML articles to WeChat Official Account (微信公众号) drafts
Build, preview, and send responsive HTML emails using React components with a modern development workflow.
AI-powered email management and marketing skill for Claude Code. Inbox triage, composition, quality review, deliverability audit, automation sequences, and marketing strategy.
Skills and MCP server for the Resend email platform — sending, receiving, templates, CLI, React Email, and deliverability best practices.
Gmail integration with multi-account support - read, search, send, and manage emails
Share bugs, ideas, or general feedback.
A comprehensive marketplace for Claude Code providing specialised plugins for development, documents, analytics, e-commerce, AI integrations, and individual MCP servers.
Add this marketplace to Claude Code:
/plugin marketplace add henkisdabro/wookstar-claude-plugins
Then install the plugins you need:
# Core development
/plugin install developer@wookstar-claude-plugins
# Document processing
/plugin install documents@wookstar-claude-plugins
# Shopify development
/plugin install shopify-developer@wookstar-claude-plugins
# Claude Code thinking tools
/plugin install claudecode@wookstar-claude-plugins
# Skill development
/plugin install ultimate-skill-creator@wookstar-claude-plugins
# Analytics (standalone)
/plugin install google-tagmanager@wookstar-claude-plugins
/plugin install google-analytics@wookstar-claude-plugins
/plugin install google-ads-scripts@wookstar-claude-plugins
# Automation skills (standalone)
/plugin install google-apps-script@wookstar-claude-plugins
/plugin install tampermonkey@wookstar-claude-plugins
/plugin install git-worktrees@wookstar-claude-plugins
/plugin install gemini@wookstar-claude-plugins
/plugin install codex@wookstar-claude-plugins
# Utilities
/plugin install timezone-tools@wookstar-claude-plugins
Or install individual MCP servers without the full toolkits:
/plugin install mcp-fetch@wookstar-claude-plugins # Web content fetching
/plugin install mcp-google-workspace@wookstar-claude-plugins # Gmail, Drive, Calendar
/plugin install mcp-mikrotik@wookstar-claude-plugins # MikroTik router management
/plugin install mcp-n8n@wookstar-claude-plugins # n8n workflow automation
/plugin install mcp-notion@wookstar-claude-plugins # Notion integration
/plugin install mcp-open-meteo@wookstar-claude-plugins # Weather data (no API key)
/plugin install mcp-gemini-bridge@wookstar-claude-plugins # Google Gemini AI
/plugin install mcp-perplexity@wookstar-claude-plugins # Perplexity AI search
/plugin install mcp-alphavantage@wookstar-claude-plugins # Stock market data
/plugin install mcp-coingecko@wookstar-claude-plugins # Cryptocurrency data
/plugin install mcp-currency-conversion@wookstar-claude-plugins # Currency exchange rates
If you previously installed productivity, marketing, or utilities plugins:
# One-liner: Complete removal and update
claude plugin uninstall productivity@wookstar-claude-plugins && claude plugin uninstall marketing@wookstar-claude-plugins && claude plugin uninstall utilities@wookstar-claude-plugins && claude plugin marketplace update wookstar-claude-plugins && rm -rf ~/.claude/plugins/productivity ~/.claude/plugins/marketing ~/.claude/plugins/utilities
Or run each step separately:
# Uninstall old plugins
claude plugin uninstall productivity@wookstar-claude-plugins
claude plugin uninstall marketing@wookstar-claude-plugins
claude plugin uninstall utilities@wookstar-claude-plugins
# Update marketplace to get v6.0.0
claude plugin marketplace update wookstar-claude-plugins
# Remove leftover plugin folders
rm -rf ~/.claude/plugins/productivity ~/.claude/plugins/marketing ~/.claude/plugins/utilities
Check these files for references to the old plugins and remove/update them:
User-level settings (~/.claude/settings.json):
# Check for old plugin references
grep -E "productivity|marketing|utilities" ~/.claude/settings.json
Look in enabledPlugins, permissions.allow, and permissions.deny arrays.
Project-level settings (.claude/settings.json in your projects):
# Find project settings with old references
find ~ -path "*/.claude/settings.json" -exec grep -l -E "productivity|marketing|utilities" {} \; 2>/dev/null
What to look for and update:
| Old Reference | Replace With |
|---|---|
productivity@wookstar-claude-plugins | Remove or replace with specific plugins |
marketing@wookstar-claude-plugins | Remove or replace with google-tagmanager, google-analytics, google-ads-scripts |
utilities@wookstar-claude-plugins | timezone-tools@wookstar-claude-plugins |
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim