Klingai Content Policy
Overview
This skill teaches how to implement content policy compliance including prompt filtering, output moderation, age-appropriate content controls, and handling policy violations for Kling AI.
Prerequisites
- Kling AI API key configured
- Understanding of content policies
- Python 3.8+
Instructions
Follow these steps for content compliance:
-
Review Policies: Understand Kling AI content rules
-
Implement Filters: Add prompt screening
-
Handle Violations: Manage rejected content
-
Add Moderation: Post-generation review
-
Document Policies: Create user guidelines
Output
Successful execution produces:
- Filtered and approved prompts
- Blocked policy-violating content
- Sanitized alternative prompts
- Violation audit trail
Error Handling
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
Resources