submit-anime-project

Automates Drama project task submission to the Seedance API and generates a report.json.

255|67|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/zhaihao118/Micro-Drama-Skills --skill submit-anime-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: submit-anime-project
Source: https://github.com/zhaihao118/Micro-Drama-Skills/tree/main/.claude/skills/submit-anime-project
Command: npx skills add https://github.com/zhaihao118/Micro-Drama-Skills --skill submit-anime-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end submission of a complete drama project by reading seedance_project_tasks.json and pushing tasks to the Seedance API, producing a standardized submission report.

Core Features & Use Cases

  • Batch submission: reads seedance_project_tasks.json and pushes tasks to /api/tasks/push.
  • Task tracking: captures success codes and failures, generates submission_report.json.
  • Extensible references: supports per-task metadata and reporting for audit.

Quick Start

Run the skill with a project directory containing seedance_project_tasks.json to submit all tasks.

Frequently Asked Questions about submit-anime-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch submit drama project tasks to the Seedance API?

To batch submit drama project tasks to the Seedance API, you need a seedance_project_tasks.json file. The skill reads this file, validates task structures, formats payloads, and pushes all tasks to the API endpoint automatically.

What is the seedance-video-task-submit protocol for pushing tasks?

The seedance-video-task-submit protocol defines the payload format for pushing video tasks to the Seedance API. This skill formats your task data according to this protocol before sending each batch request to the /api/tasks/push endpoint.

How do I generate a submission report for Seedance API tasks?

A submission report is generated automatically as submission_report.json after the batch submission completes. It aggregates success codes and failure details for every task pushed to the Seedance API, providing a complete audit trail.

Can I retry failed tasks from a Seedance batch submission?

Yes, the skill supports failure retry planning for tasks that fail during the Seedance batch submission. The generated submission_report.json captures failure details, allowing you to identify and re-submit unsuccessful tasks.

Does the Seedance batch submission tool support per-task metadata?

Yes, the Seedance batch submission tool supports per-task metadata. It reads the task definitions from seedance_project_tasks.json and includes any associated metadata when formatting and pushing each payload to the API.

What file format do I need to prepare for Seedance drama project submission?

You need to prepare a seedance_project_tasks.json file containing your complete drama project tasks. The skill reads this file to validate task structures and format payloads before pushing them to the Seedance API.