By henkisdabro
Automate Google Workspace services including Sheets, Docs, Gmail, Drive, Calendar, Forms, and Slides using Apps Script. Set up triggers, handle authorization and errors, perform batch operations, and optimize performance for scalable Workspace scripting workflows.
npx claudepluginhub henkisdabro/wookstar-claude-plugins --plugin google-apps-scriptDevelop Apps Script projects locally using clasp
Google Workspace integration (Gmail, Drive, Calendar)
Complete Google Workspace integration -- Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, Apps Script, and Custom Search via MCP with workflow guidance.
Google Workspace CLI setup, Google Chat webhooks, Google Apps Script automation, ElevenLabs voice agents, and MCP server building.
Comprehensive Google Workspace meta-skill covering all 47+ services (Calendar, Gmail, Drive, Docs, Sheets, Slides, Chat, Meet, Tasks, Forms, People, Workflows, and more)
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
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