CONNSKILL Growth Services for Openclaw

CONNSKILL Growth Services gives agents pay-per-call access to SEO intelligence, SERP data, verification services, EU-hosted AI and x402 seller trust checks using USDC on Base.

conn-skill
v0.2.0
Sep 3, 2026
0
136
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install connskill-growth

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 connskill-growth 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 CONNSKILL Growth Services?

CONNSKILL Growth Services is an Openclaw Skills integration that connects an AI agent to 57 live market-data and real-world action endpoints at agent.connskill.com. Agents can retrieve keyword ideas, search volume, CPC, Google SERP snapshots, AI Overviews, People Also Ask results, site audits, backlink data, competitor research and traffic estimates without an account or API key.

The service uses the x402 protocol for payment-per-call in USDC on Base. Free catalogue, location and quotation endpoints require no wallet, while paid calls use a dedicated wallet and a configurable spending cap. The same integration also supports SMS verification numbers, receive-only email inboxes, GDPR-compliant Germany-hosted chat and embeddings, plus trust checks for other x402 sellers.

CONNSKILL Growth Services Use Cases

  • Discover keyword ideas, search volume and CPC for a seed term and target location.
  • Compare keyword performance across multiple countries or cities for international SEO planning.
  • Capture Google SERP snapshots containing AI Overviews, featured snippets and People Also Ask blocks.
  • Run a real site crawl to evaluate on-page issues, ranked keywords, traffic, competitors and backlinks.
  • Research competitor domains, estimated traffic, domain rank and referring links.
  • Obtain a temporary SMS number or receive-only inbox for verification workflows.
  • Use GDPR-compliant LLM chat and text embeddings hosted in Germany.
  • Evaluate an x402 seller before payment by checking its live 402 behavior, USDC inflow and self-dealing share.
  • Let an agent discover current endpoint prices and schemas instead of relying on stale documentation.
  • Submit requests for future services through the free wishlist endpoint.

How CONNSKILL Growth Services Works

  1. Discover the current service catalogue, schemas and pricing from https://agent.connskill.com/openapi.json, https://agent.connskill.com/.well-known/x402 or the free llms.txt resource.
  2. Select an endpoint based on the required SEO, SERP, verification, AI or trust-check workflow.
  3. Call a free endpoint directly, or make a paid request through the MCP server or bundled Node.js script.
  4. If a paid request returns HTTP 402, interpret it as a payment request rather than an application error.
  5. Read the offered amount from accepts[0].amount, expressed in micro-USDC, and authorize payment from the dedicated Base wallet.
  6. Retry the request with the x402 payment header; the service returns the requested JSON result after settlement.
  7. Apply the result to the agent workflow, such as prioritizing keywords, analyzing a site, validating a seller or completing verification.
  8. If the connection fails after payment, re-fetch the delivery using the same payment header within 24 hours through the redelivery mechanism.
  9. Keep spending controlled with X402_MAX_USD, and request a free quote before endpoints with variable pricing.

CONNSKILL Growth Services Setup

Requirements

  • Node.js 18 or newer.
  • No credentials for free endpoints.
  • A dedicated Base wallet containing USDC for paid endpoints.
  • The private key must be supplied through X402_WALLET_KEY; never use a primary wallet.

Preferred MCP installation

The MCP server generates tools from the live service specification and handles the x402 payment flow.

export X402_WALLET_KEY=0xYOUR_DEDICATED_BASE_WALLET_PRIVATE_KEY
export X402_MAX_USD=1.00
npx -y @connskill/mcp-growth-services

Set X402_MAX_USD to a hard per-call limit appropriate for the workflow. Most endpoints cost approximately 0.03 to 0.20 USD, while site audits and SMS orders can cost more.

Bundled script option

Use the bundled Node.js caller when MCP is not required. Install the payment dependencies once for paid calls.

npm install x402-fetch viem
node scripts/x402-call.mjs prices
node scripts/x402-call.mjs GET /v1/locations '{"q":"germany"}'
node scripts/x402-call.mjs POST /v1/keyword-ideas '{"keyword":"agent commerce","location":"Germany"}'

Free catalogue and location requests work without X402_WALLET_KEY. Paid calls require the wallet key and sufficient USDC on Base. Always request a free quote when an endpoint has a price range, such as SERP reports or SMS numbers.

CONNSKILL Growth Services Data Schema & Taxonomy

Service and metadata organization

Area Structure or source Purpose
Skill identity name, description, license, compatibility Defines the Openclaw Skills integration and runtime requirements.
OpenClaw metadata metadata.openclaw Declares the primary environment variable, required binaries, optional install package and configuration fields.
Hermes metadata metadata.hermes.tags, homepage Classifies the service with tags including SEO, SERP, x402, USDC, SMS, email, LLM, GDPR and trust.
Live catalogue /openapi.json Provides endpoint schemas, prices and agent guidance.
Payment discovery /.well-known/x402 Lists paid endpoints and their current prices.
Human and agent guidance /llms.txt Provides a compact service overview.
Location data GET /v1/locations Returns matching countries, cities, languages or DataForSEO location codes.

Endpoint data model

  • Keyword research: POST /v1/keyword-ideas accepts a keyword and optional location; POST /v1/keyword-metrics accepts up to 1,000 keywords; the multi-location version accepts keywords and up to 30 locations.
  • SERP research: POST /v1/serp-report accepts a keyword, optional location and depth, and returns search-result features such as AI Overviews, PAA and featured snippets.
  • Site intelligence: POST /v1/site-audit accepts a target and returns crawl, ranking, traffic, competitor and backlink information. Related reports cover backlinks, competitors, domain rank and traffic estimates.
  • Trust analysis: POST /v1/trust-check accepts an x402 seller origin and evaluates live 402 behavior, USDC inflow and self-dealing share.
  • Verification services: SMS uses a quote followed by an order; mail uses an inbox creation request followed by message retrieval. SMS pricing varies by service and inboxes remain available for seven days.
  • EU AI services: POST /ai/v1/eu-chat accepts messages, with optional model and tools; POST /ai/v1/eu-embed accepts input for text embeddings.
  • Payment controls: X402_WALLET_KEY stores the Base wallet private key, X402_MAX_USD limits the maximum paid call, and the HTTP 402 response exposes the payment amount in micro-USDC.
  • Delivery behavior: Paid responses support redelivery with the same payment header for up to 24 hours after a connection failure.
  • Product requests: POST /v1/wishlist records an endpoint request without payment.

CONNSKILL Growth Services Advanced Features

  • Live tool generation through the optional @connskill/mcp-growth-services MCP server.
  • Protocol-native x402 payments with no signup, account provisioning or API key management.
  • Per-call USDC settlement on Base with a configurable maximum spend.
  • Dedicated-wallet support that limits risk exposure for autonomous agents.
  • Idempotent delivery and 24-hour redelivery for paid responses when network connections fail.
  • Multi-location keyword metrics for international SEO comparisons using one request structure.
  • SERP feature extraction covering AI Overviews, People Also Ask and featured snippets.
  • Real on-page crawling combined with rankings, competitors, backlinks and traffic estimates in site audits.
  • Tool-capable, GDPR-compliant LLM chat hosted in Germany, plus EU-hosted embeddings.
  • Free price discovery, location lookup, SMS quoting and catalogue inspection before paid execution.
  • Trust checks that help agents vet external x402 sellers before authorizing a transaction.
  • A free wishlist endpoint for extending the service catalogue with new agent actions.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*