← Back to Skills Marketplace
219
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skills-rank
Description
Track and monitor the search ranking position of any ClawHub skill across multiple keywords. Check where your skill ranks for 'stock price', 'todo app', etc....
Usage Guidance
This skill appears coherent and limited to querying ClawHub's public search API. If you plan to install or run it, verify you trust the source (the package has no homepage and an unknown owner ID), run it in a controlled environment if you are cautious, and inspect or run the included scripts locally (they only use Python standard library and call the documented API). If you need stricter guarantees, ask the maintainer for a provenance/source URL or prefer packages hosted on a known repository.
Capability Analysis
Type: OpenClaw Skill
Name: skills-rank
Version: 1.0.0
The skill bundle is a legitimate tool for tracking search rankings on the ClawHub platform. The core logic in `scripts/rank_checker.py` uses the Python standard library to query a public API (clawhub.ai) and includes proper input validation to prevent injection attacks. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: the package contains a Python script that queries https://clawhub.ai/api/search and computes ranks. Required binary is python3, which is appropriate for a Python script. No credentials, unrelated binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent (or user) to run the bundled Python script with a skill slug and keywords. The instructions and script only reference the ClawHub search API and local output (text/JSON). They do not request reading arbitrary files, environment secrets, or sending data to third-party endpoints other than clawhub.ai.
Install Mechanism
There is no install spec (instruction-only) but the bundle includes a runnable Python script. No external downloads or package installs are performed. This is low risk but note that the code will be executed locally when invoked.
Credentials
No environment variables, credentials, or config paths are required. The script performs only outbound HTTPS requests to the documented public API and performs local formatting—no access to unrelated secrets is requested.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system configuration, and has no persistence/install steps. It runs on demand and has normal, limited privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skills-rank - After installation, invoke the skill by name or use
/skills-rank - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
clawhub-skill-rank v1.0.0 – Initial Release
- Track and monitor search ranking of any ClawHub skill across multiple keywords.
- Supports single and batch keyword rank checks, competitor comparison, and top N results display.
- Provides summary tables in text/markdown and machine-readable JSON export.
- Useful for SEO monitoring, keyword performance tracking, and skill rank comparisons.
- Handles search edge cases such as missing results, rate limits, and network errors gracefully.
Metadata
Frequently Asked Questions
What is Clawhub Skills Rank?
Track and monitor the search ranking position of any ClawHub skill across multiple keywords. Check where your skill ranks for 'stock price', 'todo app', etc.... It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.
How do I install Clawhub Skills Rank?
Run "/install skills-rank" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clawhub Skills Rank free?
Yes, Clawhub Skills Rank is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Clawhub Skills Rank support?
Clawhub Skills Rank is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clawhub Skills Rank?
It is built and maintained by Jeff (@tjefferson); the current version is v1.0.0.
More Skills