LaunchKit · 2026
Back to Skills

tpt-generate-cover

Generate a TPT cover using the AI Studio DinoCover tool and save it locally with the book title as filename.

0
327 downloads
by @kakazhang50

Setup & Installation

openclaw skills install @kakazhang50/tpt-generate-cover

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install tpt-generate-cover

What This Skill Does

Automates TPT cover generation using Google AI Studio's DinoCover Gen app. Reads a story title and context from a local TXT file, uploads reference cover images, submits them to the tool, and saves the generated PNG using the book title as the filename.

Eliminates the manual steps of opening the browser, uploading references, filling fields, and downloading the result each time a new cover is needed.

When to use it

  • Generating a cover for a new TPT resource without manual browser work
  • Batch-processing cover creation after writing story content
  • Maintaining consistent cover style by feeding reference images each run
  • Saving generated covers directly into a structured output folder
  • Automating the upload-generate-download cycle for TPT publishing

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: generate a cover for my latest TPT story

AGENT
  1. 1Launch browser using the geminibuild profile and open the DinoCover Gen URL
  2. 2Wait for the UI to load, then upload all PNG reference images from the input cover folder
  3. 3Read the latest TXT file, extract the first line as TITLE and remaining content as STORY CONTEXT
  4. 4Fill the TITLE and STORY CONTEXT fields, then click Generate Cover
  5. 5Wait for the image preview, download it, and save it as <TITLE>.png in the output folder
OUTPUT

Cover image saved to E:\AI\openclaw-tpt\output\COVER\<TITLE>.png

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Google account with active login session persisted in browser profile "geminibuild"Access to Google AI Studio and the DinoCover Gen app