RankForge for Openclaw

An AI-powered SEO analysis API for conducting comprehensive site audits, keyword discovery, and competitor intelligence.

jbennett111
v1.0.0
Mar 3, 2026
0
1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install rankforge

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is RankForge?

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.

RankForge Use Cases

  • Automating full site SEO audits to identify technical issues and optimization opportunities.
  • Performing bulk keyword research to uncover high-value search terms and difficulty scores.
  • Monitoring competitor domains to compare backlink profiles and search visibility.
  • Generating automated SEO performance reports for clients or internal stakeholders using Openclaw Skills.

How RankForge Works

  1. Request an API key by submitting an email to the RankForge keys endpoint for instant access to the free tier.
  2. Configure your environment variables with the provided API key to authenticate your requests.
  3. Define your analysis parameters, selecting from types like full_audit, keyword_research, or competitor_analysis.
  4. Execute a POST request to the analysis endpoint with the target URL and desired parameters.
  5. Process the returned JSON data to extract SEO insights and implement recommended optimizations.

RankForge Setup

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"}'

RankForge Data Schema & Taxonomy

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.

RankForge Advanced Features

  • Multi-agent support for orchestrating complex SEO workflows across different Openclaw Skills.
  • Auto-signup capabilities for frictionless developer onboarding.
  • Full OpenAPI 3.0 specification available at the /v1/openapi.json endpoint for custom integration support.
  • Real-time health check endpoints to ensure high availability for automated SEO monitoring systems.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*