An AI-powered SEO analysis API for conducting comprehensive site audits, keyword discovery, and competitor intelligence.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install rankforge
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install rankforge using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
RankForge is a robust SEO analysis API developed by Voss Consulting Group, specifically designed to automate the technical and strategic aspects of search engine optimization. By leveraging this tool within the Openclaw Skills ecosystem, developers can programmatically trigger full website audits, analyze backlink profiles, and assess keyword difficulty scoring.
The tool is built to provide actionable data for marketers and developers alike, offering a streamlined path to improving search rankings without manual overhead. Whether you are building an automated reporting dashboard or integrating SEO checks into a CI/CD pipeline, RankForge provides the data depth necessary for modern web optimization.
To use RankForge, you must first obtain an API key. This can be done via a simple POST request to the auto-signup endpoint. This skill is a core part of the Openclaw Skills library and offers a free tier of 100 requests per day.
# Register for a free API key
curl -X POST https://anton.vosscg.com/v1/keys \
-H 'Content-Type: application/json' \
-d '{"email":"[email protected]"}'
Once you have your key, you can perform a full audit:
curl -X POST https://anton.vosscg.com/v1/seo/analyze \
-H "Authorization: Bearer $RANKFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "analysis_type": "full_audit"}'
The API organizes its output into structured JSON based on the requested analysis type. Below is the metadata taxonomy for the various analysis modules:
| Analysis Type | Data Provided |
|---|---|
full_audit |
Technical SEO health, meta tags validation, and accessibility scores. |
keyword_research |
Search volume, competition levels, and keyword difficulty rankings. |
competitor_analysis |
Domain authority comparison and shared keyword insights. |
backlink_check |
Total backlink count, referring domains, and link quality metrics. |
Loading
A professional-grade SEO toolkit for AI agents to perform technical audits, keyword research, and competitor analysis using the RankForge API.

An AI-driven financial automation engine for processing invoices, scanning receipts, and generating professional bookkeeping reports.

A high-performance API for creating, managing, and downloading professional PDF invoices with automated calculations.

docstream is a high-performance document processing skill that enables automated text extraction, AI summarization, and format conversion.

A professional-grade hotel booking and accommodation search tool powered by the StayForge API with access to over 180,000 properties worldwide.

Automate and enhance help desk operations using AI-driven ticket routing, sentiment analysis, and knowledge base integration.








































