klingai-team-setup/
├── 📄 SKILL.md # Main skill definition with YAML frontmatter
└── 📂 examples/ # Optional examples directory
├── 🐍 team_manager.py # Team management utilities
├── 🐍 rbac_config.py # Role-based access control
└── 📄 onboarding_guide.md # Team onboarding documentation
File Descriptions
File
Type
Purpose
SKILL.md
📄 Markdown
Skill definition with team configuration guide
team_manager.py
🐍 Python
Manage team members and roles
rbac_config.py
🐍 Python
Configure role-based access
onboarding_guide.md
📄 Markdown
Team member onboarding steps
Summary
Category: enterprise
Target Audience: Team lead or admin
Trigger Phrases:klingai team, kling ai organization, klingai access, manage klingai users
What This Skill Does
This skill configures Kling AI for team and organization use. It covers:
Organization account setup
Role-based access control (RBAC)
Project and workspace isolation
API key management per team/project
Usage quotas per team
Team onboarding workflow
Technical Success Criteria
Role-based access with project isolation
API keys scoped to teams/projects
Quota enforcement per team
Business Success Criteria
Organized team collaboration on video projects
Clear access boundaries
Streamlined onboarding process
Related Skills
klingai-cost-controls - Per-team cost limits
klingai-usage-analytics - Team usage reports
klingai-audit-logging - Team activity auditing
1---2name: 462-klingai-team-setup-530dc3b93description: klingai-team-setup4---5# klingai-team-setup67> Configure Kling AI for team and organization use89## Directory Structure1011```12klingai-team-setup/13├── 📄 SKILL.md # Main skill definition with YAML frontmatter14└── 📂 examples/ # Optional examples directory15 ├── 🐍 team_manager.py # Team management utilities16 ├── 🐍 rbac_config.py # Role-based access control17 └── 📄 onboarding_guide.md # Team onboarding documentation18```1920## File Descriptions2122| File | Type | Purpose |23|------|------|---------|24| `SKILL.md` | 📄 Markdown | Skill definition with team configuration guide |25| `team_manager.py` | 🐍 Python | Manage team members and roles |26| `rbac_config.py` | 🐍 Python | Configure role-based access |27| `onboarding_guide.md` | 📄 Markdown | Team member onboarding steps |2829## Summary3031**Category:** enterprise32**Target Audience:** Team lead or admin33**Trigger Phrases:** `klingai team`, `kling ai organization`, `klingai access`, `manage klingai users`3435### What This Skill Does3637This skill configures Kling AI for team and organization use. It covers:3839- Organization account setup40- Role-based access control (RBAC)41- Project and workspace isolation42- API key management per team/project43- Usage quotas per team44- Team onboarding workflow4546### Technical Success Criteria4748- Role-based access with project isolation49- API keys scoped to teams/projects50- Quota enforcement per team5152### Business Success Criteria5354- Organized team collaboration on video projects55- Clear access boundaries56- Streamlined onboarding process5758## Related Skills5960- `klingai-cost-controls` - Per-team cost limits61- `klingai-usage-analytics` - Team usage reports62- `klingai-audit-logging` - Team activity auditing
Run npx skillmds@latest add tools-only/462-klingai-team-setup-530dc3b9 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
klingai-team-setup It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.