# Send Tpt Generate Cover to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tpt-generate-cover",
    "name": "Tpt Generate Cover",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/kakazhang50/tpt-generate-cover",
    "canonicalUrl": "https://clawhub.ai/kakazhang50/tpt-generate-cover",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/tpt-generate-cover",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tpt-generate-cover",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.MD"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "tpt-generate-cover",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T05:20:33.857Z",
      "expiresAt": "2026-05-11T05:20:33.857Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tpt-generate-cover",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tpt-generate-cover",
        "contentDisposition": "attachment; filename=\"tpt-generate-cover-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "tpt-generate-cover"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/tpt-generate-cover"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tpt-generate-cover",
    "downloadUrl": "https://openagent3.xyz/downloads/tpt-generate-cover",
    "agentUrl": "https://openagent3.xyz/skills/tpt-generate-cover/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tpt-generate-cover/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tpt-generate-cover/agent.md"
  }
}
```
## Documentation

### Purpose

Automatically generate a Teachers Pay Teachers (TPT) cover using the custom AI Studio application "DinoCover Gen" and save the generated image to the local output folder.

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

### Tool URL

https://aistudio.google.com/apps/drive/1dsPpIhA2HzaacwO16jxddnerC-B64MuC?showPreview=true&showAssistant=true&fullscreenApplet=true

### Preconditions

Browser profile geminibuild exists.
Google account is already logged in.
Input folders exist:

Reference covers:
E:\\AI\\openclaw-tpt\\input\\cover\\
Story TXT files:
E:\\AI\\openclaw-tpt\\input\\TXT\\


Output folder exists:
E:\\AI\\openclaw-tpt\\output\\COVER\\

This skill must not attempt Google account login or MFA handling.

### Inputs

Latest TXT file inside:
E:\\AI\\openclaw-tpt\\input\\TXT\\

TXT structure assumed:

First line = TITLE


Remaining content = STORY CONTEXT


Reference images:
All PNG files inside:
E:\\AI\\openclaw-tpt\\input\\cover\\

### Outputs

Generated PNG image
Saved to:
E:\\AI\\openclaw-tpt\\output\\COVER\\
Filename:
<TITLE>.png

### Procedure

Launch browser using profile geminibuild.


Open the DinoCover tool URL.


Wait until UI fully loads.


Upload all reference images from:
E:\\AI\\openclaw-tpt\\input\\cover\\


Read latest TXT file from:
E:\\AI\\openclaw-tpt\\input\\TXT\\

Extract TITLE (first line)
Extract STORY CONTEXT (remaining content)



Fill the TITLE field in the tool.


Fill STORY CONTEXT field.


Click "Generate Cover".


Wait for generated image preview to appear.


Download generated image.


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

### Success Criteria

Generated image is visible.
Image downloaded successfully.
File saved under correct filename.
File exists in output folder.

### Stop / Hand-off Conditions (Human Required)

Google login page appears.
MFA / verification prompt appears.
Captcha appears.
Generate button fails repeatedly.
No preview appears after reasonable wait.

### Safety Boundaries

Do not change Google account settings.
Do not modify Drive files.
Do not delete reference images.
Only upload, generate, download.

### 中文说明（人工校验用）

目标：
用 geminibuild profile 打开 DinoCover 工具，上传参考封面，读取 TXT 标题与故事，生成封面，并保存到 output/COVER。

停止条件：
出现登录验证、人机验证、异常页面，必须停止。

文件命名规则：
标题.png
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: kakazhang50
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T05:20:33.857Z
- Expires at: 2026-05-11T05:20:33.857Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/tpt-generate-cover)
- [Send to Agent page](https://openagent3.xyz/skills/tpt-generate-cover/agent)
- [JSON manifest](https://openagent3.xyz/skills/tpt-generate-cover/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/tpt-generate-cover/agent.md)
- [Download page](https://openagent3.xyz/downloads/tpt-generate-cover)