🎯

google-apps-script

🎯Skill

from henkisdabro/wookstar-claude-code-plugins

VibeIndex|
What it does

Enables automated creation, modification, and management of Google Apps Script projects directly within Claude Code, streamlining workflow automation and script development for Google Workspace.

google-apps-script

Installation

Install skill:
npx skills add https://github.com/henkisdabro/wookstar-claude-code-plugins --skill google-apps-script
3
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

# Wookstar Claude Code Plugins

A comprehensive marketplace for [Claude Code](https://claude.ai/code) providing specialised toolkits for productivity, development, documents, marketing analytics, e-commerce, and AI integrations - featuring consolidated GTM, GA4, and Shopify skills.

Quick Start

Add this marketplace to Claude Code:

```bash

/plugin marketplace add henkisdabro/wookstar-claude-plugins

```

Then install the toolkits you need:

```bash

# For productivity and planning

/plugin install productivity@wookstar

# For full-stack development

/plugin install developer@wookstar

# For document processing

/plugin install documents@wookstar

# For marketing analytics (GTM + GA4 + Google Ads Scripts)

/plugin install marketing@wookstar

# For Shopify development

/plugin install shopify-developer@wookstar

# For Cloudflare AI agents and MCP servers (official)

/plugin install cloudflare-skills@wookstar

# For utility tools

/plugin install utilities@wookstar

```

Or install individual MCP servers without the full toolkits:

```bash

/plugin install mcp-fetch@wookstar # Web content fetching

/plugin install mcp-google-workspace@wookstar # Gmail, Drive, Calendar

/plugin install mcp-mikrotik@wookstar # MikroTik router management

/plugin install mcp-n8n@wookstar # n8n workflow automation

/plugin install mcp-notion@wookstar # Notion integration

/plugin install mcp-open-meteo@wookstar # Weather data (no API key)

/plugin install mcp-gemini-bridge@wookstar # Google Gemini AI

/plugin install mcp-perplexity@wookstar # Perplexity AI search

/plugin install mcp-alphavantage@wookstar # Stock market data

/plugin install mcp-coingecko@wookstar # Cryptocurrency data

/plugin install mcp-currency-conversion@wookstar # Currency exchange rates

```

---

Environment Variables

Many MCP-powered plugins require API keys or credentials. Set these in your shell profile (~/.bashrc or ~/.zshrc) or a .env file.

Plugins Without API Keys (Ready to Use)

These plugins work immediately without configuration:

  • mcp-fetch - Web content fetching
  • mcp-open-meteo - Weather data
  • mcp-currency-conversion - Currency exchange rates
  • mcp-gemini-bridge - Uses Google AI Studio (browser auth)
  • mcp-notion - Uses Notion's hosted MCP (browser auth)

Required Environment Variables by Plugin

#### developer

```bash

# Optional - only needed if using these MCP servers

export CONTEXT7_API_KEY="your-context7-key" # https://upstash.com/context7

export FIRECRAWL_API_KEY="your-firecrawl-key" # https://firecrawl.dev/

```

#### marketing

```bash

# Required for Analytics MCP server

export GOOGLE_APPLICATION_CREDENTIALS="/path/to/service-account.json"

export GOOGLE_PROJECT_ID="your-gcp-project-id"

# Get credentials: GCP Console β†’ APIs & Services β†’ Credentials β†’ Service Account

```

#### mcp-google-workspace

```bash

export GOOGLE_OAUTH_CLIENT_ID="your-client-id"

export GOOGLE_OAUTH_CLIENT_SECRET="your-client-secret"

# Get credentials: GCP Console β†’ APIs & Services β†’ Credentials β†’ OAuth 2.0 Client

```

#### mcp-mikrotik

```bash

export MIKROTIK_HOST="your-router-ip"

export MIKROTIK_USER="your-username"

export MIKROTIK_PASSWORD="your-password"

```

#### mcp-n8n

```bash

export N8N_API_KEY="your-n8n-api-key"

# Get from: n8n Settings β†’ API β†’ Create API Key

```

#### mcp-alphavantage

```bash

export ALPHAVANTAGEAPIKEY="your-alphavantage-key"

# Free key: https://www.alphavantage.co/support/#api-key

```

#### mcp-coingecko

```bash

export COINGECKO_DEMO_API_KEY="your-coingecko-key"

# Demo key: https://www.coingecko.com/en/api

```

#### mcp-perplexity

```bash

export PERPLEXITY_API_KEY="your-perplexity-key"

# Get from: https://www.perplexity.ai/settings/api

```

Applying Changes

After setting environment variables, restart your terminal or run:

```bash

source ~/.bashrc # or ~/.zshrc

```

Troubleshooting

If you see "Missing environment variables" errors in `claude doct

More from this repository10

πŸ”Œ
shopify-developerπŸ”ŒPlugin

Provides specialized Shopify development tools, templates, and code generation capabilities for building and customizing e-commerce stores and applications within the Claude Code environment.

πŸ”Œ
mcp-mikrotikπŸ”ŒPlugin

Manages and configures MikroTik routers through Claude Code, enabling remote network administration, configuration changes, and monitoring tasks.

πŸ”Œ
marketingπŸ”ŒPlugin

Provides integrated marketing analytics capabilities by consolidating Google Tag Manager (GTM), Google Analytics 4 (GA4), and Google Ads scripting tools for comprehensive digital marketing insights...

πŸ”Œ
mcp-google-workspaceπŸ”ŒPlugin

Manages and interacts with Gmail, Google Drive, and Google Calendar through Claude Code, enabling direct email, document, and scheduling operations.

πŸ”Œ
documentsπŸ”ŒPlugin

Processes, analyzes, and transforms various document types, enabling advanced document management, extraction, and workflow automation.

πŸ”Œ
mcp-fetchπŸ”ŒPlugin

Fetches web content from specified URLs, enabling direct retrieval and parsing of online resources within Claude Code.

πŸ”Œ
mcp-coingeckoπŸ”ŒPlugin

Retrieves real-time cryptocurrency market data, prices, and trading information from CoinGecko's API for analysis and tracking.

πŸ”Œ
mcp-alphavantageπŸ”ŒPlugin

Retrieves real-time and historical stock market data from Alpha Vantage, enabling financial analysis and market research within Claude Code.

πŸ”Œ
cloudflare-skillsπŸ”ŒPlugin

Enables Claude to interact with Cloudflare AI agents and MCP (Multi-Cloud Platform) servers for advanced cloud computing and AI integration tasks.

πŸͺ
henkisdabro-wookstar-claude-code-pluginsπŸͺMarketplace

Provides a comprehensive Claude Code plugin marketplace with specialized toolkits for productivity, development, marketing, e-commerce, and AI integrations, offering modular plugins for various tec...