linweihao ae293d6c19 chore: rename pippit skill
Change-Id: I66e13f85db14d81b81da5823b7bcf137df329a7a
2026-05-25 14:47:12 +08:00
2026-05-19 17:25:20 +08:00
2026-05-25 14:47:12 +08:00

pippit-skills

License: MIT Python 3.6+

Overview

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

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

Installation

Install with npx skills:

npx skills add https://github.com/Pippit-dev/pippit-skills.git --skill pippit-skill -y -g

Authentication

Set 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.

Optional Environment Variables

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?

Repository Structure

pippit-skills/
├── LICENSE
├── README.md
└── skills/
    └── pippit-skill/
        ├── SKILL.md
        ├── .gitignore
        ├── references/
        └── scripts/
            ├── nest/
            └── publish/

License

This project is licensed under the MIT License.

Copyright (c) 2026 Pippit-dev

S
Description
通过小云雀的 AI 能力进行综合创作,支持生成和编辑图片/视频。覆盖场景包括:生成(文生图、文生视频、图生视频、做动画、画一个xxx、来段xxx)、编辑修改(把xxx换成yyy、去掉xxx、加上xxx、改成xxx、调整xxx、局部修改、改镜头)、风格转换(风格迁移、转绘、换风格)、视频续写延长、复刻视频/TVC/宣传片…
Readme MIT 88 KiB
Languages
Python 100%