Toolverse
All skills

serpapi-mcp

by openclaw

Run SerpAPI searches via SerpAPI's MCP server using mcporter. Use when the user asks to search the web with SerpAPI/SerpAPI MCP, wants SerpAPI inside Clawdbot, or to use the /serp command.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
24

About this skill

Run SerpAPI searches via SerpAPI's MCP server using mcporter. Use when the user asks to search the web with SerpAPI/SerpAPI MCP, wants SerpAPI inside Clawdbot, or to use the /serp command.

How to use

  1. Zainstaluj mcporter — narzędzie klienckie MCP wymagane do komunikacji z serwerem SerpAPI. Uruchom w terminalu: npm install -g mcporter, a następnie zweryfikuj instalację poleceniem mcporter --help.

  2. Skonfiguruj klucz API SerpAPI. Ustaw zmienną środowiskową SERPAPI_API_KEY na Twój klucz, lub SERPAPI_API_KEYS jeśli chcesz skonfigurować kilka kluczy jako rezerwę (oddzielone przecinkami, próbowane w kolejności). Umieść zmienną w konfiguracji umiejętności lub w zmiennych globalnych agenta.

  3. Użyj komendy /serp do wyszukiwania. Podstawowa składnia to /serp . Na przykład: /serp "ceny akcji AAPL" lub /serp site:cnmv.es "edukacja finansowa".

  4. Dostosuj parametry wyszukiwania jeśli potrzebujesz. Możesz określić silnik (domyślnie google_light), liczbę wyników (domyślnie 5) i tryb wyświetlania (domyślnie compact). Przykład: /serp "hipoteka czy inwestycja" google 10 complete — ta komenda zwróci 10 wyników w trybie pełnym, włącznie z PAA i pakietami wideo.

  5. Odbierz wyniki w formacie JSON. Umiejętność zwraca pełny payload SerpAPI na standardowe wyjście, które możesz natychmiast wykorzystać w logice agenta lub dalszych przetworzeniach.

  6. Opcjonalnie włącz logowanie do Airtable. Jeśli chcesz archiwizować zapytania i odpowiedzi, skonfiguruj skrypt airtable_log.mjs — będzie automatycznie zapisywać surowy JSON i podsumowanie (top 10 wyników organicznych, pytania, wideo, grafika, liczniki) do Twojej tabeli Airtable.

Related skills

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147