Claude-skill-registry klingai-known-pitfalls
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/klingai-known-pitfalls" ~/.claude/skills/majiayu000-claude-skill-registry-klingai-known-pitfalls && rm -rf "$T"
manifest:
skills/data/klingai-known-pitfalls/SKILL.mdsource content
Klingai Known Pitfalls
Overview
This skill documents common mistakes, gotchas, and pitfalls when working with Kling AI, along with solutions and best practices to avoid them.
Prerequisites
- Basic Kling AI usage experience
- Encountered issues to troubleshoot
- Desire to improve implementation
Instructions
Follow these steps to avoid pitfalls:
- Review Common Issues: Understand frequent problems
- Apply Best Practices: Implement recommendations
- Test Thoroughly: Validate implementations
- Monitor Continuously: Watch for new issues
- Update Regularly: Keep up with API changes
Output
Successful execution produces:
- Robust error handling
- Proper async patterns
- Secure credential management
- Cost-controlled generation
Error Handling
See
{baseDir}/references/errors.md for comprehensive error handling.
Examples
See
{baseDir}/references/examples.md for detailed examples.