Tpt Generate Cover

ReviewAudited by ClawScan on May 10, 2026.

Overview

The cover-generation workflow is coherent, but it relies on an already logged-in Google browser profile and uploads local files to AI Studio, so users should review it carefully before use.

Install or invoke this only if you are comfortable using a logged-in Google browser profile for the task. Prefer a dedicated Google account/profile, keep only intended cover references and story files in the configured folders, and stop if the browser shows login, MFA, CAPTCHA, or any unexpected account page.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may act through whatever Google account is logged into that browser profile; mistakes or overreach could expose or affect account resources beyond the cover-generation task.

Why it was flagged

The workflow asks the agent to operate with an already-authenticated Google browser session. The supplied registry metadata lists no primary credential, so this sensitive session dependency is under-declared.

Skill content
This skill uses browser profile `geminibuild`, which must already have a persisted Google login session.
Recommendation

Declare the Google session/profile requirement clearly, use a dedicated restricted Google account or browser profile, and require explicit user approval before using that session.

What this means

During a run, the agent can interact with the external web app, upload the selected local files, and download the generated image.

Why it was flagged

The skill delegates browser automation and file transfer to the agent. This is central to the stated purpose and includes stop conditions, but it is still a meaningful capability users should notice.

Skill content
Launch browser using profile `geminibuild`... Upload all reference images... Click "Generate Cover"... Download generated image.
Recommendation

Use the skill only for the intended workflow, keep the input and output folders dedicated, and verify the files before invoking it.

What this means

Story text and reference cover images placed in the configured input folders may be uploaded to the AI Studio app/provider.

Why it was flagged

The skill sends local reference images and story text to a Google AI Studio app. This is disclosed and purpose-aligned, but users should understand that local creative content leaves the local machine.

Skill content
Tool URL https://aistudio.google.com/apps/drive/... Upload all reference images... Fill STORY CONTEXT field.
Recommendation

Only place intended, non-sensitive files in the input folders and review the AI Studio app/provider’s data handling before use.