A powerful integration skill for the oo CLI that enables AI agents to query BuiltWith domain profiles, tech stacks, and social media mappings instantly.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-builtwith
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 oo-builtwith using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
oo connector schema "builtwith" --action "<action_name>" to understand inputs/outputs.oo connector run "builtwith" --action "<action_name>" --data '<json>' --json.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.
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)
Log in to your OOMOL account:
oo auth login
Navigate to the OOMOL console to connect your BuiltWith account via API Key:
https://console.oomol.com/app-connections?provider=builtwith
Ensure you have sufficient credits on your account to avoid HTTP 402 rate limits by visiting: https://console.oomol.com/billing/token-recharge.
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:
| 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 |
Every execution returns a unified JSON format:
{
"data": { ... },
"meta": {
"executionId": "unique-execution-id-string"
}
}
oo connector schema prior to action execution.Loading
An AI-ready integration skill using the oo CLI to search, read, and manage BoxHero inventory data without handling raw API tokens.

An automated CLI connector to securely access the Codacy API, retrieve static code analysis patterns, and check repository health without locally exposing credentials.

A comprehensive Capsule CRM integration that empowers AI agents to securely query, create, update, and manage CRM contacts, tasks, and opportunities.

An advanced PDF manipulation skill that integrates Encodian with OOMOL to easily compress, encrypt, extract, and convert PDF documents via a secure CLI interface.

A versatile skill enabling AI agents to interact with APIVerve's suite of utility APIs, including calculations, lookups, and environmental data fetching.

Automate Amara subtitle tracks, video URLs, and translation pipelines securely using the oo CLI and agent-friendly schemas.








































