Toolverse
All skills

ai-picture-book

by openclaw

The AI picture book tool is provided by Baidu and can generate static and dynamic picture book videos based on the content described by users

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend

About this skill

The AI picture book tool is provided by Baidu and can generate static and dynamic picture book videos based on the content described by users

How to use

  1. Zainstaluj wymagane zależności: upewnij się, że masz zainstalowany Python 3 oraz klucz API Baidu (BAIDU_API_KEY) ustawiony w zmiennych środowiskowych.

  2. Przygotuj swoją historię: napisz opis opowieści lub treść, którą chcesz przekształcić w książeczkę obrazkową. Tekst powinien być jasny i opisowy.

  3. Zdecyduj o typie książeczki: wybierz między wersją statyczną (metoda 9) z nieruchomymi ilustracjami lub dynamiczną (metoda 10) z animacją. Typ musi być określony przed wysłaniem zadania.

  4. Utwórz zadanie: użyj skryptu ai_picture_book_task_create.py, przekazując typ (9 lub 10) i treść opowieści. System zwróci identyfikator zadania (task_id).

  5. Poczekaj na przetworzenie: uruchom skrypt ai_picture_book_poll.py z otrzymanym identyfikatorem zadania. Domyślnie system będzie sprawdzać status co 5 sekund przez maksymalnie 20 prób. Możesz dostosować liczbę prób i interwał czasu według potrzeb.

  6. Pobierz gotowe wideo: gdy status zmieni się na 2 (ukończone), system automatycznie zwróci adres URL wideo. Wideo będzie dostępne do pobrania i udostępnienia.

Related skills

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296

video-downloader

by ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Backend
50173

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664