clawdbites
Extract recipes from Instagram reels. Use when a user sends an Instagram reel link and wants to get the recipe from the caption. Parses ingredients, instructions, and macros into a clean format.
Why use this skill?
Use Clawdbites to turn Instagram reels into structured recipes. Automatically extract ingredients, instructions, and macros from captions and audio without login.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kylelol/clawdbitesWhat This Skill Does
The clawdbites skill is a powerful automation tool designed for food enthusiasts and developers alike. It transforms Instagram Reels into structured, readable recipes. By leveraging a multi-layered extraction process, it eliminates the frustration of manually pausing videos to transcribe instructions. The skill first attempts to parse the post description. If the recipe details are fragmented or missing, it automatically triggers a local audio transcription using the Whisper model. It then performs frame-based analysis if necessary, resulting in a clean, professional recipe layout including macros, ingredients, and step-by-step instructions. It is built to operate without the need for Instagram account credentials, ensuring privacy and ease of use.
Installation
To add this capability to your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/kylelol/clawdbites
Ensure that you have yt-dlp, ffmpeg, and whisper installed on your local system, as these are mandatory dependencies for the automated extraction pipeline.
Use Cases
- Personal Meal Planning: Automatically build a personal cookbook from your favorite saved Instagram food content.
- Dietary Tracking: Quickly extract macro-nutrients (Protein, Carbs, Fats) from fitness-focused recipe videos without manual calculation.
- Content Curation: Quickly turn social media inspiration into a structured format for your blog, personal website, or Notion database.
- Accessibility: Converts visual-only recipe videos into text-based formats that are easier to reference while cooking.
Example Prompts
- "Hey OpenClaw, take this reel [link] and get me the recipe for the tacos."
- "I just saved this video to my Instagram, can you extract the recipe and macros for me? Here is the link: [link]"
- "Save this Instagram recipe to my notes and make sure you get the full instructions."
Tips & Limitations
- Completeness Heuristic: The skill uses specific logic to determine if a caption is sufficient. If you find it is skipping the audio step, ensure the caption contains clearly identifiable quantities and action verbs.
- Dependencies: This skill relies on local binaries. Ensure your environment has sufficient permissions to write to
/tmpfor temporary file processing. - Public Content Only: This skill will only work on public Instagram Reels; it cannot access private accounts or gated content.
- Performance: Because it performs local transcription, processing longer videos may take a few moments. Always ensure your hardware meets the minimum requirements for the Whisper model.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kylelol-clawdbites": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution, network-access