BuiltWith (oo-builtwith) for Openclaw

A powerful integration skill for the oo CLI that enables AI agents to query BuiltWith domain profiles, tech stacks, and social media mappings instantly.

oomol
v1.0.1
Jun 9, 2026
0
493
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install oo-builtwith

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 oo-builtwith 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 BuiltWith (oo-builtwith)?

The oo-builtwith skill empowers AI agents and developers to query the BuiltWith API seamlessly using the oo CLI. Instead of managing complex raw API tokens or dealing with custom request configurations, this skill leverages a unified command-line tool where OOMOL manages credentials server-side.

By integrating this tool into your AI workflows via Openclaw Skills, you can quickly analyze domain technology stacks, research competitive landscapes, and retrieve rich business intelligence directly through your AI agent. This setup dramatically simplifies automated profiling, lead enrichment, and technical market research.

BuiltWith (oo-builtwith) Use Cases

  • Technology Stack Auditing: Instantly analyze the underlying technology framework of target domains for market research or competitive intelligence.
  • Lead Enrichment & Qualification: Automatically look up domain summaries and social profile links to build highly targeted sales lead profiles.
  • Migration & Redirect Tracking: Analyze inbound and outbound redirect history of specific websites to map architectural changes.
  • Technology Recommendations: Leverage domain recommendations to suggest platforms or tools tailored to a specific domain's existing stack.
  • Automated Web Intelligence: Power autonomous agents to perform bulk domain lookups using Openclaw Skills to support data enrichment pipelines.

How BuiltWith (oo-builtwith) Works

  1. Contract Inspection: The AI agent queries the live schema of the BuiltWith connector using oo connector schema "builtwith" --action "<action_name>" to understand inputs/outputs.
  2. Payload Preparation: The agent compiles a matching JSON payload representing the parameters of the domain or profile to query.
  3. Command Execution: The agent executes the request via the oo CLI command: oo connector run "builtwith" --action "<action_name>" --data '<json>' --json.
  4. Secure Credential Injection: OOMOL dynamically injects the API key server-side so raw tokens are never exposed to the agent or terminal logs.
  5. Response Delivery: The connector returns the parsed technology profile or metadata back to the AI agent for subsequent processing.

BuiltWith (oo-builtwith) Setup

To use this skill, ensure you have the oo CLI installed, you are signed in, and you have linked your BuiltWith account in the OOMOL Console.

1. Install the oo CLI

Install the command line interface using the official installation script:

curl -fsSL https://cli.oomol.com/install.sh | bash

(For Windows PowerShell, use: irm https://cli.oomol.com/install.ps1 | iex)

2. Authenticate CLI

Log in to your OOMOL account:

oo auth login

3. Connect BuiltWith Account

Navigate to the OOMOL console to connect your BuiltWith account via API Key:

https://console.oomol.com/app-connections?provider=builtwith

4. Verify Billing (If Required)

Ensure you have sufficient credits on your account to avoid HTTP 402 rate limits by visiting: https://console.oomol.com/billing/token-recharge.

BuiltWith (oo-builtwith) Data Schema & Taxonomy

This skill leverages structural schema definitions directly from the oo CLI to communicate with the BuiltWith APIs. Below is a summary of the action types and return structures:

Available Actions & Schema Endpoints

Action Name Description Output Structure
get_domain_recommendations Retrieves technology recommendations for one or more root domains. Array of recommendation metadata
lookup_domain_profile Fetches technology profile while excluding PII by default. Detailed list of detected tech, categories, and traffic metrics
lookup_domain_summary Retrieves free-tier tech group summary for a domain. Grouped counts of technology categories
lookup_redirect_history Obtains redirect loops and inbound/outbound history. Historical URLs and redirect dates
lookup_social_profiles Maps social profile URLs to Root Domains. Domain match confirmations and social handles

Execution Response Format

Every execution returns a unified JSON format:

{
  "data": { ... },
  "meta": {
    "executionId": "unique-execution-id-string"
  }
}

BuiltWith (oo-builtwith) Advanced Features

  • No-Token Security Model: BuiltWith credentials are kept secure via server-side OOMOL token management, preventing credential leaks within agent scripts.
  • Dynamic Schema Inspection: AI agents running Openclaw Skills can dynamically adapt to API updates by running oo connector schema prior to action execution.
  • Bulk Domain Queries: Supports processing lists of domains for aggregate reporting and competitive analysis projects.
  • PII-Safe Lookups: Protect personal privacy during analysis by default-filtering out personally identifiable information from standard domain profile lookups.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*