Claude-skill-registry klingai-team-setup
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-team-setup" ~/.claude/skills/majiayu000-claude-skill-registry-klingai-team-setup && rm -rf "$T"
manifest:
skills/data/klingai-team-setup/SKILL.mdsource content
Klingai Team Setup
Overview
This skill guides you through setting up Kling AI for teams, including API key management, access controls, project organization, and role-based permissions.
Prerequisites
- Kling AI account with team/enterprise plan
- Admin access to organization settings
- Understanding of RBAC concepts
Instructions
Follow these steps for team setup:
- Create Organization: Set up team organization
- Generate API Keys: Create per-team or per-project keys
- Define Roles: Set up role-based access
- Configure Quotas: Assign usage limits
- Monitor Usage: Track team consumption
Output
Successful execution produces:
- Team configuration file
- Role-based access controls
- Project-specific API keys
- Permission enforcement
Error Handling
See
{baseDir}/references/errors.md for comprehensive error handling.
Examples
See
{baseDir}/references/examples.md for detailed examples.