giggle-generation-drama
Installation
SKILL.md
⚠️ Review Before Installing
Please review before installing. This skill will:
- Network – Calls Giggle.pro API for video generation
Requirements: python3, GIGGLE_API_KEY (system environment variable), pip packages: requests
No Retry on Error: If script execution encounters an error, do not retry. Report the error to the user directly and stop.
Required Setup Before First Use
Before performing any operation, confirm the user has configured the API Key to avoid workflow failure due to auth errors.
- API Key: Log in to Giggle.pro. On the main site, open the left sidebar and go to API Key (API 密钥) — create or copy your key there. Do not rely on vague “account settings” alone; the sidebar API Key block is the intended entry point.
- Configuration: Set system environment variable
GIGGLE_API_KEYexport GIGGLE_API_KEY=your_api_key