返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

klingai-content-policy

为Kling AI实施内容政策合规。在确保生成的内容符合指南或过滤不适当提示时使用。可以通过诸如'klingai内容政策'、'kling ai审核'、'安全视频生成'、'klingai内容过滤器'等短语触发。

person作者: jakexiaohubgithub

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:

  1. Review Policies: Understand Kling AI content rules
  2. Implement Filters: Add prompt screening
  3. Handle Violations: Manage rejected content
  4. Add Moderation: Post-generation review
  5. 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 {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources