aevatar-lark-provisioning

Grant Lark resource access to users with org-wide fallback.

Updated May 4, 2026
One-click install
npx skills add https://github.com/ChronoAIProject/nyx-skills --skill aevatar-lark-provisioning
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aevatar-lark-provisioning
Source: https://github.com/ChronoAIProject/nyx-skills/tree/main/aevatar-lark-provisioning/aevatar-lark-provisioning
Command: npx skills add https://github.com/ChronoAIProject/nyx-skills --skill aevatar-lark-provisioning

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark, and includes scripts (resource) components.

What problem does it solve?

The Skill streamlines Lark resource provisioning for Aevatar agents by handling both personal access granting and organization-wide access as a fallback, simplifying the process of sharing resources.

Core Features & Use Cases

  • Personal Access Granting: Automates the granting of full access to users after creating private documents or folders.
  • Org-wide Share Fallback: When personal access is unresolvable, makes resources accessible to the entire organization.
  • Use Case: If an Aevatar agent needs to create a new Lark sheet and share it with a user, the skill ensures that the sheet is accessible to the user or shared across the organization if necessary.

Quick Start

After creating a new sheet for the user, use this skill to automatically set the access rights. If the user cannot be resolved, it will share the resource organization-wide.

Frequently Asked Questions about aevatar-lark-provisioning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Lark bot resource provisioning for users?▼

Lark bot resource provisioning automates granting full access to private documents, folders, and sheets created by a bot. It uses Lark APIs to assign permissions for specific users after resources are generated.

What happens if Lark personal user ID resolution fails during access granting?▼

If personal user ID resolution fails during access granting, Lark provisioning falls back to sharing the resource organization-wide. This ensures the document or sheet remains accessible without requiring manual ID correction.

Do I need a Lark bot to set up document access permissions?▼

Yes, you need an active Lark bot with API access to set up document access permissions. The bot executes the API calls required to assign personal access rights or trigger the org-wide fallback.

Can I use Lark APIs to share private bot sheets with an entire organization?▼

Yes, you can use Lark APIs to share private bot sheets organization-wide. When individual user access cannot be resolved, the provisioning script automatically broadens the sheet's permission scope to the entire org.

Why does my Lark bot lack permission to share newly created folders?▼

Lark bots require explicit API access and valid user ID resolution to share newly created folders. If the target user cannot be resolved, the bot must default to org-wide sharing to grant access.

What is the best way to manage Aevatar agent access to private Lark sheets?▼

The best way to manage Aevatar agent access to private Lark sheets is automating permission assignment via Lark APIs. This handles personal access granting directly and defaults to org-wide access when user IDs are unresolvable.