What problem does it solve?
This skill clarifies the Lark CLI onboarding steps so agents can complete configuration init, authentication, identity switching, and scope repairs without permission roadblocks or accidental bot versus user mismatches.
Core Features & Use Cases
- Configuration Initialization: Start with lark-cli config init to create application settings, watch the output for the authorization link, and share it with the user for completion.
- Authentication & Identity Management: Use lark-cli auth login with explicit domain or scope arguments, switch between user and bot contexts with --as flags, and respect the differing resource visibility when fulfilling requests.
- Permission Troubleshooting and Updates: Interpret permission_violations alerts, direct users to console URLs for missing scopes, monitor _notice.update entries, and remind them to update the CLI and skills while guarding secrets and double-checking write or delete actions.
Quick Start
Ask the agent to run lark-cli config init --new, capture the authorization link it prints, and confirm when the shared initialization flow completes.