← Back to Skills Marketplace
jorgejaramillo

ValueSERP Rank Checker

by Jorge Jaramillo · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
47
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install valueserp-rank-checker
Description
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...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install valueserp-rank-checker
  3. After installation, invoke the skill by name or use /valueserp-rank-checker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Remove SSL verification bypass
v0.1.0
Initial release
Metadata
Slug valueserp-rank-checker
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 47 downloads so far.

How do I install ValueSERP Rank Checker?

Run "/install valueserp-rank-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ValueSERP Rank Checker free?

Yes, ValueSERP Rank Checker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ValueSERP Rank Checker support?

ValueSERP Rank Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ValueSERP Rank Checker?

It is built and maintained by Jorge Jaramillo (@jorgejaramillo); the current version is v0.1.1.

💬 Comments