DocsSecurityPermissions
Security

Permissions

Skill permission scopes and access control.

Skills can declare the permissions they require. Users are shown these permissions before installing.

Permission Scopes

  • read:registry — Read skill registry data
  • write:skills — Publish and update skills
  • read:profile — Read user profile data
  • write:profile — Update user profile

Declaring Permissions

json
{
  "name": "my-skill",
  "permissions": ["read:registry"]
}