A robust tool for converting websites into structured JSON or clean Markdown using the Tabstack API and Babashka.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tabstack-extractor
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 tabstack-extractor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill empowers AI agents to perform high-fidelity web scraping by interfacing with the Tabstack API. It bridges the gap between raw HTML and structured data, allowing for consistent extraction of job listings, product details, or news articles based on predefined JSON schemas.
By leveraging Openclaw Skills, developers can automate the process of turning the web into a queryable database. The skill is built with Babashka, ensuring lightning-fast startup times and a robust environment for complex data extraction workflows without the overhead of heavy dependencies. It is designed to be highly reliable, featuring built-in retry logic and caching to streamline data gathering tasks.
Install Babashka to run the extraction scripts effectively:
curl -s https://raw.githubusercontent.com/babashka/babashka/master/install | bash
Configure your Tabstack API key as an environment variable to allow Openclaw Skills to authenticate:
export TABSTACK_API_KEY="your_api_key_here"
Test your connection to verify the setup:
bb scripts/tabstack.clj test
The skill utilizes JSON schemas to define the structure of the extracted data, ensuring that every scrape results in a consistent format. This is particularly useful for Openclaw Skills that require predictable data inputs.
| Feature | Description |
|---|---|
| JSON Schema | Defines keys like title, price, description, and requirements. |
| Markdown | Provides a stripped-down, readable version of the page content. |
| Cache | Local storage for 24-hour retention of previous API results. |
| Batch File | A simple text file containing a list of URLs for bulk processing. |
Loading
A privacy-preserving web search skill for AI agents that leverages self-hosted SearXNG instances to retrieve real-time data and documentation.

An AI skill that transforms standard model responses into classic tsundere anime character dialogue.

An automated system for harvesting and organizing Chinese ACG memes and trending Bilibili content to improve AI cultural intelligence.

A specialized tool for reading real-time climate data from DHT11 sensors via Raspberry Pi GPIO pins.

A local audio playback workflow that enables AI agents to play speech and sound files directly through a Raspberry Pi or gateway host speaker.

A professional issue triage workflow that automates reproduction, evidence-checking, and drafting maintainer-grade GitHub responses for the Apollo ecosystem.








































