← 返回 Skills 市场
jorgejaramillo

ValueSERP Rank Checker

作者 Jorge Jaramillo · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
47
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install valueserp-rank-checker
功能描述
Verifica la posición de una palabra clave para un dominio específico en Google usando la API de ValueSERP. Úsalo cuando el usuario pregunte "¿en qué posición...
使用说明 (SKILL.md)

ValueSERP Rank Checker

Consulta la posición de una palabra clave para un dominio en Google usando la API de ValueSERP.

Flujo

  1. Extraer keyword y domain del mensaje del usuario.
  2. Ejecutar scripts/check_rank.py.
  3. Presentar el resultado de forma clara en español.

Ejecutar la consulta

python3 scripts/check_rank.py "\x3Ckeyword>" \x3Cdomain>

Opciones adicionales:

  • --gl co — país (default: Colombia)
  • --hl es — idioma (default: español)
  • --pages 10 — páginas a revisar (10 resultados/página, default: top 100)

Ejemplos:

python3 scripts/check_rank.py "noticias" eltiempo.com

Interpretar el resultado

Encontrado:

{
  "found": true,
  "keyword": "el tiempo",
  "domain": "eltiempo.com",
  "position": 3,
  "page": 1,
  "position_in_page": 3,
  "url": "https://eltiempo.com/...",
  "title": "El Tiempo - ..."
}

No encontrado:

{
  "found": false,
  "keyword": "el tiempo",
  "domain": "eltiempo.com",
  "pages_checked": 10,
  "message": "No se encontró 'eltiempo.com' en las primeras 100 posiciones."
}

Formato de respuesta al usuario

Cuando esté en posición:

eltiempo.com está en la posición #3 para "El tiempo" en Google Colombia. URL: https://...

Cuando no aparezca en top 100:

eltiempo.com no aparece en las primeras 100 posiciones para "El tiempo" en Google Colombia.

Si el usuario pide otro país o idioma, ajusta --gl y --hl según corresponda.

安全使用建议
Install this if you are comfortable providing a ValueSERP API key and having queried keywords, country, and language parameters sent to ValueSERP. Monitor API quota usage and ensure python3 is available; the reviewed artifacts do not show hidden persistence, broad local access, or unrelated data collection.
功能分析
Type: OpenClaw Skill Name: valueserp-rank-checker Version: 0.1.1 The skill bundle is a legitimate SEO tool designed to check Google keyword rankings using the ValueSERP API. The Python script (scripts/check_rank.py) securely constructs API requests using standard libraries and handles the required API key via environment variables as intended, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated SEO rank-checking purpose matches the included script, which queries ValueSERP for a keyword and locally checks whether the requested domain appears in the results.
Instruction Scope
Instructions are limited to extracting a keyword/domain, running the included rank-check script, and presenting the result in Spanish; there are no prompt overrides, autonomous loops, or destructive actions.
Install Mechanism
There is no automated install step or external package download, but the skill invokes python3 while the registry requirements list no required binaries.
Credentials
The skill requires a declared ValueSERP API key and sends search parameters to the ValueSERP API, which is expected for its purpose but should be understood before use.
Persistence & Privilege
The artifacts show no persistent storage, background process, privileged local file access, session/cookie use, or account mutation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install valueserp-rank-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /valueserp-rank-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Remove SSL verification bypass
v0.1.0
Initial release
元数据
Slug valueserp-rank-checker
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

ValueSERP Rank Checker 是什么?

Verifica la posición de una palabra clave para un dominio específico en Google usando la API de ValueSERP. Úsalo cuando el usuario pregunte "¿en qué posición... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。

如何安装 ValueSERP Rank Checker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install valueserp-rank-checker」即可一键安装,无需额外配置。

ValueSERP Rank Checker 是免费的吗?

是的,ValueSERP Rank Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ValueSERP Rank Checker 支持哪些平台?

ValueSERP Rank Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ValueSERP Rank Checker?

由 Jorge Jaramillo(@jorgejaramillo)开发并维护,当前版本 v0.1.1。

💬 留言讨论