pippit-skill

Installation
SKILL.md

Pippit Skill Workflow

Use this self-contained skill for overseas Pippit.ai workflows. It includes both backend script sets locally:

  • scripts/nest/: Pippit Nest AI generation, editing, reference uploads, progress polling, and result downloads.
  • scripts/publish/: Social account lookup, video upload, scheduled publishing, task CRUD, and analytics.

No external Pippit skill directories are required. For local commands, resolve {baseDir} to this skill folder. For detailed publishing payload fields, read references/publishing-api.md.

Pippit Nest owns creative interpretation, prompt expansion, model choice, storyboarding, and workflow routing. The local agent should only upload references, pass the user's request through, poll progress, handle clarification requests, download results, and then publish the selected video when requested.

Route the Request

  • Creative only: Use scripts/nest/ to generate/edit, poll, and download outputs. Stop after returning local files unless the user asks to publish.
  • Publish only: Use scripts/publish/ for existing local videos, bound account checks, scheduling, task CRUD, or analytics.
  • Create-to-publish: Use scripts/nest/ first, download the generated video, then use scripts/publish/ to upload and schedule it.
  • Image-only output: Publishing supports video only. If the user wants to publish an image/poster, ask whether to generate or convert it into a video first.

Creative Request Handling

Installs
218
GitHub Stars
2
First Seen
May 25, 2026
pippit-skill — pippit-dev/pippit-skills