← 返回 Skills 市场
Justserpapi Bwm
作者
blueworldmarketing
· GitHub ↗
· v1.0.0
· MIT-0
62
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install justserpapi-bwm
功能描述
Search Google web, news, maps, trends, shopping, scholar, finance, hotel, and media surfaces through Just Serp API.
使用说明 (SKILL.md)
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
GEToperations 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
- Read
generated/operations.mdbefore choosing an endpoint. - Start with one of these operations when it matches the user's request:
search,mapsSearch,TrendsSearch,ScholarSearch,shoppingSearch. - Pick the smallest matching operation instead of guessing.
- Ask the user for any missing required parameter. Do not invent values.
- Call the helper with:
node {baseDir}/bin/run.mjs --operation "\x3Coperation-id>" --api-key "$JUST_SERP_API_KEY" --params-json '{"key":"value"}'
Environment
- Required:
JUST_SERP_API_KEY - This skill uses
JUST_SERP_API_KEYonly for authenticated Just Serp API requests. - Keep
JUST_SERP_API_KEYprivate. 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.
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: justserpapi-bwm
Version: 1.0.0
The skill bundle is a standard and well-documented API wrapper for the Just Serp API, providing structured access to Google search results (SERP, Maps, Trends, etc.). The execution logic in `bin/run.mjs` is transparent, uses standard Node.js fetch calls to the legitimate endpoint `https://api.justserpapi.com`, and contains no evidence of obfuscation, data exfiltration, or malicious intent.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install justserpapi-bwm - 安装完成后,直接呼叫该 Skill 的名称或使用
/justserpapi-bwm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Google Search API skill via Just Serp API.
- Enables structured Google search (web, news, maps, trends, shopping, scholar, finance, hotel, media) data collection and research.
- Supports 31 read-only GET operations across various Google result surfaces.
- Major functions: standard SERP search, Maps business/local lookups, Trends insights, Scholar, and Shopping search.
- Requires the JUST_SERP_API_KEY environment variable for authentication.
- Best used for tasks needing accurate, API-backed Google result data with customizable filters and endpoints.
元数据
常见问题
Justserpapi Bwm 是什么?
Search Google web, news, maps, trends, shopping, scholar, finance, hotel, and media surfaces through Just Serp API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 62 次。
如何安装 Justserpapi Bwm?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install justserpapi-bwm」即可一键安装,无需额外配置。
Justserpapi Bwm 是免费的吗?
是的,Justserpapi Bwm 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Justserpapi Bwm 支持哪些平台?
Justserpapi Bwm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Justserpapi Bwm?
由 blueworldmarketing(@blueworldmarketing)开发并维护,当前版本 v1.0.0。
推荐 Skills