builtwith-automation

Automate Builtwith technology lookup tasks through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill builtwith-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: builtwith-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/builtwith-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill builtwith-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of querying technology stack data by automating the interaction with Builtwith via the Rube MCP gateway.

Core Features & Use Cases

  • Automated Discovery: Dynamically fetch current tool schemas and execution plans for Builtwith operations.
  • Connection Management: Handle authentication and session state for Builtwith toolkits within the Rube environment.
  • Use Case: Quickly identify the technology stack of a target domain by executing automated lookup workflows without manual API configuration.

Quick Start

Use the builtwith-automation skill to search for available tools and execute a technology lookup for the specified domain.

Frequently Asked Questions about builtwith-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a technology lookup with Builtwith?

Use the RUBE_SEARCH_TOOLS command to discover available Builtwith tools, then execute the appropriate tool slug via RUBE_MULTI_EXECUTE_TOOL with your target domain as an argument.

What is the purpose of RUBE_SEARCH_TOOLS?

RUBE_SEARCH_TOOLS retrieves the most current tool schemas, input requirements, and execution plans, ensuring your workflows remain compatible with updated API definitions.

How do I manage Builtwith connections?

Use the RUBE_MANAGE_CONNECTIONS command with the 'builtwith' toolkit parameter to verify your connection status and initiate the authentication flow if the status is not ACTIVE.

Can I automate bulk technology lookups?

Yes, you can use RUBE_REMOTE_WORKBENCH with the run_composio_tool function to orchestrate bulk operations across multiple domains within a single session.

Why must I include a memory parameter in tool calls?

The memory parameter is a required field for RUBE_MULTI_EXECUTE_TOOL calls, even if empty, to maintain state consistency within the Rube MCP session.