Fitness Recipes AI

# Fitness Recipes AI

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Fitness Recipes AI" with this command: npx skills add g0atfac3/g0atbot-fitness-recipes

Fitness Recipes AI

AI-powered TikTok video generator for fitness content. Creates viral recipe videos from a database, generates AI images via fal.ai, adds voiceover with ElevenLabs, renders video with Shotstack, and posts to TikTok.

What It Does

  • Maintains a recipe database (or fetches from source)
  • Generates AI food images using fal.ai
  • Creates voiceover scripts and generates audio with ElevenLabs
  • Renders complete videos using Shotstack API
  • Posts to TikTok via Postiz (optional) or exports for manual upload

Setup

Prerequisites

  1. fal.ai API Key - Get at https://fal.ai
  2. ElevenLabs API Key - Get at https://elevenlabs.io
  3. Shotstack API Key - Get at https://shotstack.io
  4. Postiz API Key (optional) - For auto-posting to TikTok

Environment Variables

export FAL_API_KEY="your_fal_key"
export ELEVENLABS_API_KEY="your_elevenlabs_key"
export SHOTSTACK_API_KEY="your_shotstack_key"
export POSTIZ_API_KEY="your_postiz_key"  # optional

Installation

pip install requests

Usage

Generate a single video

python generate_videos.py --recipe "Chicken Breast Recipe" --output my_video.mp4

Run daily batch

python daily_batch.py --count 10

Custom pipeline

from run_pipeline import Pipeline

pipeline = Pipeline()
video_path = pipeline.run(recipe_name="Keto Salmon", style="fitness")

Configuration

Edit config.py or set environment variables:

  • DEFAULT_VOICE - ElevenLabs voice ID
  • VIDEO_QUALITY - 1080p or 720p
  • OUTPUT_DIR - Where videos are saved

Cost Per Video

ComponentCost
fal.ai image~$0.01
ElevenLabs voice~$0.02
Shotstack render~$0.10
Total~$0.13

Example Output

Videos are saved to output/ directory with format: {recipe_name}_{timestamp}.mp4

Files

  • generate_videos.py - Main video generator
  • run_pipeline.py - Full pipeline orchestrator
  • fal_client.py - Image generation
  • elevenlabs_client.py - Voice generation
  • shotstack_client.py - Video rendering
  • daily_batch.py - Batch processor

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

03 Logistics Alert

对菜鸟物流订单进行异常监控、预警分级和赔偿标准匹配。 基于淘宝/天猫物流时效规则(2024最新版)、菜鸟专线赔付标准 和行业物流SLA基准数据,帮助内控人员快速识别异常订单、 预判风险并给出处置建议和赔偿预算。 v1.7 新增:AE-03细分规则(退件/异地/乱序)、AE-10联动供应商评分规则、赔偿封顶规则明确...

Registry SourceRecently Updated
General

Proxima VPS autoamtion

Set up, repair, or document a Proxima deployment on a remote Ubuntu VPS with a non-root Electron runtime, virtual desktop GUI, loopback-only VNC/noVNC/REST e...

Registry SourceRecently Updated
General

Redis Cluster Analyzer

Analyze Redis Sentinel and Cluster configurations for high availability, performance, and memory efficiency. Checks sentinel topology, cluster slot distribut...

Registry SourceRecently Updated
General

04 Product Compliance

对淘宝闪购商品进行合规预检,识别违禁品、价格欺诈、 虚假宣传等风险,给出合规评级和整改建议。 适用于商品上架前审查、投诉后核查、日常合规巡检三个场景。 v1.7 新增:统一引用 GLOSSARY.md、INSUFFICIENCY-HANDLING.md、RULE-UPDATE-SOP.md。

Registry SourceRecently Updated