xyq-nest-skill
pippit-dev/pippit-skills · skills.sh
Open source Repository Open in the app JSON README (API)
About
Skill publicada por pippit-dev/pippit-skills no skills.sh. Instale com: npx skills add pippit-dev/pippit-skills@xyq-nest-skill
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- pippit-dev
- Origin
- skillssh
- Category
- ferramentas
- Stars
- 5
- Forks
- 1
- Last push
- 2026-05-25T06:47:16Z
- Repository state
- ativo
- Language
- Python
- License
- MIT
- Added
- 2026-08-30 15:21:50
- Updated
- 2026-09-08 15:03:31
- Origin id
pippit-dev/pippit-skills/xyq-nest-skill
README
# pippit-skills
[](LICENSE)
[](https://python.org)
## 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`:
```bash
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:
```bash
export PIPPIT_ACCESS_KEY="your-access-key"
```
Requests use Bearer token authentication:
```text
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
```text
pippit-skills/
├── LICENSE
├── README.md
└── skills/
└── pippit-skill/
├── SKILL.md
├── .gitignore
├── references/
└── scripts/
├── nest/
└── publish/
```
## License
This project is licensed under the [MIT License](LICENSE).
Copyright (c) 2026 Pippit-dev