Justserpapi Bwm

v1.0.0

Search Google web, news, maps, trends, shopping, scholar, finance, hotel, and media surfaces through Just Serp API.

0· 63·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for blueworldmarketing/justserpapi-bwm.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Justserpapi Bwm" (blueworldmarketing/justserpapi-bwm) from ClawHub.
Skill page: https://clawhub.ai/blueworldmarketing/justserpapi-bwm
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: JUST_SERP_API_KEY
Required binaries: node
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install justserpapi-bwm

ClawHub CLI

Package manager switcher

npx clawhub@latest install justserpapi-bwm
Security Scan
Capability signals
CryptoRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included OpenAPI-like manifest and generated operation files. Requiring 'node' and JUST_SERP_API_KEY is expected for a packaged Node-based client that calls api.justserpapi.com.
!
Instruction Scope
The SKILL.md instructs the agent to run the included Node script (bin/run.mjs) with --api-key "$JUST_SERP_API_KEY". Running the provided script is expected, but passing the API key on the command line can expose the secret to other local users via process listings; consider passing credentials via environment only or another protected channel. Otherwise the instructions do not request or reference unrelated system files or other secrets.
Install Mechanism
No external install/download steps are declared. The skill includes a local Node script and generated operation docs; there are no high-risk external download URLs or extract steps. Executing the bundled run.mjs will perform network calls (expected) rather than installing arbitrary third-party binaries.
Credentials
Only JUST_SERP_API_KEY is required and declared as the primary credential. That single API key is proportionate to a third-party SERP API client. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill does not request always:true, does not declare persistent system-wide changes, and is user-invocable. Autonomous invocation is allowed by default but is not combined with other red flags here.
Assessment
This skill appears to be a straightforward Node-based client for Just Serp API and only needs your JUST_SERP_API_KEY. Before enabling: (1) inspect bin/run.mjs to confirm it only calls api.justserpapi.com and does not exfiltrate data elsewhere, (2) avoid giving the API key on the command line if you share the machine or other users exist (prefer passing it via environment variables or a protected secret store), (3) confirm the API key's scope and rotate it if you later remove the skill, and (4) consider the privacy/trust of Just Serp API since all queries and results go to their service.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsnode
EnvJUST_SERP_API_KEY
Primary envJUST_SERP_API_KEY
latestvk97f5ryzgdnc4k4sg6wy344bw984zsyx
63downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Google SERP

Use this skill for Google SERP research, search result collection, competitive intelligence, trend monitoring, local business lookups, and shopping or scholar analysis. It is the broad Google-facing skill for tasks that start from a keyword, a place, a domain, or a topic and need structured Google result data.

When To Use It

  • The user wants Google web search, news search, image search, video search, or mobile SERP output for a keyword.
  • The task is about Google Maps, Local, Shopping, Trends, Scholar, Finance, Hotels, Lens, Jobs, or AI result surfaces.
  • The user can provide filters such as query, country, language, domain, page, geo, or a Google Maps place identifier.
  • The user needs API-backed Google result data for research, monitoring, ranking checks, or reporting instead of a freeform answer.

Representative Operations

  • search: Search SERP — Pull standard Google web results for keyword research and ranking checks.
  • mapsSearch: Maps Search — Find Google Maps business results and local pack data for a query and location.
  • TrendsSearch: Trends Search — Inspect time-series search interest and related trend signals.
  • ScholarSearch: Scholar Search — Query academic search results and citation-oriented records.
  • shoppingSearch: Shopping Search — Collect product listings, merchants, and pricing signals from Google Shopping.

Request Pattern

  • 31 read-only GET operations are available in this skill.
  • Common inputs are query, country, domain, language, geo, page, html, and feature-specific identifiers.
  • Most operations are query-only; none require a request body.
  • Prefer the narrowest Google vertical that matches the task instead of using generic search for everything.

How To Work

  1. Read generated/operations.md before choosing an endpoint.
  2. Start with one of these operations when it matches the user's request: search, mapsSearch, TrendsSearch, ScholarSearch, shoppingSearch.
  3. Pick the smallest matching operation instead of guessing.
  4. Ask the user for any missing required parameter. Do not invent values.
  5. Call the helper with:
node {baseDir}/bin/run.mjs --operation "<operation-id>" --api-key "$JUST_SERP_API_KEY" --params-json '{"key":"value"}'

Environment

  • Required: JUST_SERP_API_KEY
  • This skill uses JUST_SERP_API_KEY only for authenticated Just Serp API requests.
  • Keep JUST_SERP_API_KEY private. Do not paste it into chat messages, screenshots, or logs.
  • Project site: Just Serp API.
  • Authentication details: Just Serp API Docs.

Output Rules

  • Lead with the Google surface you used and the exact query or filters applied.
  • For SERP-style responses, summarize the top result patterns before raw JSON.
  • For Maps, Shopping, Scholar, or Trends requests, highlight the entity, metric, or ranking signals most relevant to the user's decision.
  • If multiple Google verticals could answer the task, explain why the chosen endpoint was the best fit.
  • If the backend errors, include the backend payload and the exact operation ID.

Comments

Loading comments...