gws-search
Google Custom Search CLI operations via gws. Use when users need to perform web searches using Google Programmable Search Engine. Triggers: google search, custom search, web search.
What this skill does
# Google Search (gws search) `gws search` provides CLI access to Google Programmable Search Engine (Custom Search) with structured JSON output. > **Disclaimer:** `gws` is not the official Google CLI. This is an independent, open-source project not endorsed by or affiliated with Google. ## Dependency Check **Before executing any `gws` command**, verify the CLI is installed: ```bash gws version ``` If not found, install: `go install github.com/omriariav/workspace-cli/cmd/gws@latest` ## Authentication Requires separate API credentials beyond standard OAuth: 1. Create a Programmable Search Engine at https://programmablesearchengine.google.com/ 2. Get an API key from Google Cloud Console 3. Set `GWS_SEARCH_ENGINE_ID` and `GWS_SEARCH_API_KEY` environment variables, or add `search_engine_id` and `search_api_key` to your config file ## Quick Command Reference | Task | Command | |------|---------| | Web search | `gws search "query"` | | Limit results | `gws search "query" --max 5` | | Search a site | `gws search "query" --site example.com` | | Image search | `gws search "query" --type image` | | Paginate results | `gws search "query" --start 11` | | Override API key | `gws search "query" --api-key <key> --engine-id <id>` | ## Detailed Usage ### search — Web search ```bash gws search <query> [flags] ``` **Flags:** - `--max int` — Maximum number of results, 1-10 (default 10) - `--site string` — Restrict search to a specific site - `--type string` — Search type: `image` or empty for web - `--start int` — Start index for results pagination (default 1) - `--api-key string` — API Key (overrides config) - `--engine-id string` — Search Engine ID (overrides config) **Examples:** ```bash gws search "golang best practices" gws search "kubernetes deployment" --max 5 gws search "release notes" --site github.com gws search "logo" --type image gws search "query" --start 11 # Page 2 of results ``` ## Output Modes ```bash gws search "query" --format json # Structured JSON (default) gws search "query" --format yaml # YAML format gws search "query" --format text # Human-readable text ``` ## Tips for AI Agents - Always use `--format json` (the default) for programmatic parsing - This command uses Google's Custom Search API, not standard Google search — it requires a separate API key and search engine ID - Max 10 results per request; use `--start` to paginate - The `--site` flag is useful for searching within a specific domain - Image search (`--type image`) returns image URLs and metadata
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.