pippit-skills provides a single end-to-end AI agent skill for the overseas Pippit platform. It helps agents connect to Pippit's creative and publishing capabilities, including AI image/video generation, media editing, generated asset downloads, overseas social publishing, scheduled task management, and social video analytics.
Pippit is an AI creative platform from ByteDance/CapCut for creators and AI agents. This skill lets agent runtimes pass user requests to Pippit, poll task progress, download generated outputs, and manage supported social publishing workflows.
| Skill | Description | Key scripts |
|---|---|---|
pippit-skill |
End-to-end Pippit skill for generation/editing, downloads, social account lookup, scheduled publishing task management, and analytics. | submit_run.py, get_thread.py, upload_file.py, batchcreate_schedule_task.py, list_videos.py |
Install with npx skills:
npx skills add https://github.com/Pippit-dev/pippit-skills.git --skill pippit-skill -y -gSet a Pippit access key before using the skill:
export PIPPIT_ACCESS_KEY="your-access-key"Requests use Bearer token authentication:
Authorization: Bearer <PIPPIT_ACCESS_KEY>
You can also save an access key locally with the skill's save_access_key.py helper.
| Variable | Description | Default |
|---|---|---|
PIPPIT_OPENAPI_BASE |
Pippit API base URL | https://www.pippit.ai |
PIPPIT_BASE_URL |
Fallback Pippit API base URL | https://www.pippit.ai |
PIPPIT_HOME_URL |
Pippit web home URL | https://www.pippit.ai/home? |
pippit-skills/
├── LICENSE
├── README.md
└── skills/
└── pippit-skill/
├── SKILL.md
├── .gitignore
├── references/
└── scripts/
├── nest/
└── publish/
This project is licensed under the MIT License.
Copyright (c) 2026 Pippit-dev