{
  "markdown": "# pippit-skills\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Python 3.6+](https://img.shields.io/badge/Python-3.6+-green.svg)](https://python.org)\n\n## Overview\n\n`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.\n\nPippit 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.\n\n## Skill\n\n| Skill | Description | Key scripts |\n|------|-------------|-------------|\n| `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` |\n\n## Installation\n\nInstall with `npx skills`:\n\n```bash\nnpx skills add https://github.com/Pippit-dev/pippit-skills.git --skill pippit-skill -y -g\n```\n\n## Authentication\n\nSet a Pippit access key before using the skill:\n\n```bash\nexport PIPPIT_ACCESS_KEY=\"your-access-key\"\n```\n\nRequests use Bearer token authentication:\n\n```text\nAuthorization: Bearer <PIPPIT_ACCESS_KEY>\n```\n\nYou can also save an access key locally with the skill's `save_access_key.py` helper.\n\n## Optional Environment Variables\n\n| Variable | Description | Default |\n|----------|-------------|---------|\n| `PIPPIT_OPENAPI_BASE` | Pippit API base URL | `https://www.pippit.ai` |\n| `PIPPIT_BASE_URL` | Fallback Pippit API base URL | `https://www.pippit.ai` |\n| `PIPPIT_HOME_URL` | Pippit web home URL | `https://www.pippit.ai/home?` |\n\n## Repository Structure\n\n```text\npippit-skills/\n├── LICENSE\n├── README.md\n└── skills/\n    └── pippit-skill/\n        ├── SKILL.md\n        ├── .gitignore\n        ├── references/\n        └── scripts/\n            ├── nest/\n            └── publish/\n```\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\nCopyright (c) 2026 Pippit-dev\n",
  "bytes": 2265,
  "sha": "18fd0faa1b85c05eb7b13b031b0350ea96d9c896e58ae45d4abca3d51516407a",
  "repo_slug": "pippit-dev/pippit-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_pippit_dev_pippit_skills_xyq_nest_skill_91734d72/readme"
}