lark-openapi-explorer

Navigate Lark's markdown documentation to extract OpenAPI specifications for CLI invocation.

Updated May 11, 2026
One-click install
npx skills add https://github.com/heximao/agents --skill lark-openapi-explorer-heximao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-openapi-explorer
Source: https://github.com/heximao/agents/tree/main/skill-archive/lark/lark-openapi-explorer
Command: npx skills add https://github.com/heximao/agents --skill lark-openapi-explorer-heximao

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users find and utilize Lark's native OpenAPI when existing skills or CLI commands are insufficient, enabling the direct invocation of native Lark OpenAPI endpoints.

Core Features & Use Cases

  • Native OpenAPI Discovery: Navigate Lark's official markdown document library to find and use unencapsulated OpenAPI endpoints.
  • API Retrieval Process: Step-by-step guide to locate and extract API specifications for direct CLI invocation.
  • Use Case: When a user needs to perform an action that is not covered by existing lark-* skills or lark-cli commands, this skill can be used to find and use the relevant native OpenAPI endpoint.

Quick Start

Use the lark-openapi-explorer skill to find the OpenAPI endpoint for creating a new chat.

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 native OpenAPI endpoints when existing lark-cli commands are insufficient?

You can discover Lark native OpenAPI endpoints by navigating the official markdown document library to extract API specifications for direct CLI invocation. This handles actions not covered by existing skills or lark-cli commands.

What is the process for extracting Lark OpenAPI specifications for direct invocation?

The API retrieval process involves navigating Lark's official markdown document library to find the target endpoint, extracting its API specification, and preparing it for direct CLI invocation.

Do I need lark-cli installed to use the Lark OpenAPI discovery process?

Yes, lark-cli is a required dependency. You must have lark-cli installed to execute the extracted native Lark OpenAPI specifications directly from the command line.

When should I use native OpenAPI discovery instead of existing lark skills?

Use native OpenAPI discovery when you need to perform an action not covered by existing lark-* skills or lark-cli commands. It is designed for advanced users requiring direct invocation of unencapsulated Lark endpoints.

Can I find and use unencapsulated Lark OpenAPI endpoints from the official documentation?

Yes, you can find and use unencapsulated Lark OpenAPI endpoints by navigating Lark's official markdown document library. This process extracts API specifications directly from the documentation for CLI execution.