lark-openapi-explorer

Explore Lark OpenAPI docs and execute API calls via lark-cli.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/9Ashwin/aswin-skills --skill lark-openapi-explorer-9ashwin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-openapi-explorer
Source: https://github.com/9Ashwin/aswin-skills/tree/main/skills/lark-openapi-explorer
Command: npx skills add https://github.com/9Ashwin/aswin-skills --skill lark-openapi-explorer-9ashwin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users explore and call Lark's native OpenAPI directly when their needs cannot be met by existing skills or CLI commands.

Core Features & Use Cases

  • Explore OpenAPI: Navigate through Lark's official markdown document library to find and call native OpenAPI interfaces.
  • Direct API Calling: Use lark-cli api to execute API calls without needing additional skills or CLI commands.
  • Use Case: When a user needs to perform an action that is not covered by existing Lark features, this skill can help them find and use the appropriate OpenAPI.

Quick Start

To explore and call the OpenAPI for a specific module, use the following command:

lark-cli api GET /open-apis/<module>/path --params '{"key":"value"}'

Frequently Asked Questions about lark-openapi-explorer

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

FAQPage Schema
How do I call Lark OpenAPI when my specific use case is not covered by existing CLI commands?

You can call Lark OpenAPI directly by navigating the official markdown document library to find the required interface and executing it using the lark-cli api command. This allows direct API calling for actions not covered by native features.

What is the best way to explore Lark's native OpenAPI document library?

Exploring Lark's native OpenAPI involves navigating through the official markdown document library. This Skill directs you to the correct native OpenAPI interfaces so you can find and execute the exact API calls needed.

How do I execute a direct API call using lark-cli?

To execute an API call with lark-cli, use the command syntax: lark-cli api GET /open-apis/<module>/path --params '{"key":"value"}'. This bypasses the need for additional skills or CLI commands.

Do I need lark-cli installed to use this Skill for API exploration?

Yes, lark-cli is a required dependency. This Skill relies on the lark-cli tool to execute API calls directly after navigating through the official Lark OpenAPI markdown document library.

Can I use this approach to bypass missing Lark features for custom automation?

Yes, when you need to perform an action not covered by existing Lark features, this approach helps you find the appropriate native OpenAPI. It navigates the markdown document library to locate and call the required interface directly.

What are the limitations of using native OpenAPI calls instead of standard CLI commands?

Native OpenAPI calls require you to manually navigate the markdown document library and construct API parameters yourself. You should use this approach only when existing skills or CLI commands cannot meet your specific action requirements.