A sophisticated extraction engine that converts Instagram reels into structured recipes using caption parsing, local audio transcription, and vision analysis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawdbites
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 clawdbites using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawdBites is a technical utility designed for Openclaw Skills that automates the tedious process of manual recipe transcription from social media. It utilizes a multi-layered extraction strategy to ensure no detail is missed, even when creators omit instructions from their captions. By leveraging powerful open-source tools, it transforms ephemeral video content into permanent, structured data for your digital cookbook.
This skill is particularly valuable for users of Openclaw Skills who want to maintain privacy and performance, as it performs heavy-duty tasks like audio transcription locally using Whisper. Whether a creator hides the recipe in a pinned comment or only speaks the instructions, ClawdBites ensures you get a clean, formatted result every time.
To enable this capability within your Openclaw Skills environment, ensure the following dependencies are installed:
# Install media extraction and processing tools
brew install yt-dlp ffmpeg
# Install local transcription engine
pip3 install --user openai-whisper
The skill maintains a structured taxonomy for recipes, often stored in memory/recipe-wishlist.json. The schema includes the following fields:
| Field | Type | Description |
|---|---|---|
name |
String | Extracted or inferred recipe title |
sourceUrl |
String | The original Instagram reel link |
macros |
Object | Calories, Protein, Carbs, and Fat breakdown |
ingredients |
Array | List of items with quantities (annotated if estimated) |
instructions |
Array | Numbered steps derived from text or audio |
addedDate |
String | ISO timestamp of the extraction |
Loading
A professional security auditing tool designed to identify vulnerabilities, instruction injections, and data exfiltration risks within codebases and agent configurations.

An automated security and privacy auditing skill that performs deep SAST analysis to identify vulnerabilities and PII leaks in codebases.

A high-performance command-line tool for private, local speech-to-text transcription optimized for Apple Silicon.

A powerful bridge connecting the EvoAgentX framework to Openclaw Skills for creating agentic workflows that automatically improve through evolutionary optimization.

An AI agent skill that enables real-time search and booking for in-network doctors using the Zocdoc infrastructure.

A specialized skill for converting text to speech and sending it as native, playable audio messages in Feishu chats.








































