lark-openapi-explorer

Parse official markdown docs to generate lark-cli api commands for undocumented endpoints.

Updated Jun 7, 2025
One-click install
npx skills add https://github.com/TK0918/BestAds --skill lark-openapi-explorer-tk0918
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-openapi-explorer
Source: https://github.com/TK0918/BestAds/tree/main/.agents/skills/lark-openapi-explorer
Command: npx skills add https://github.com/TK0918/BestAds --skill lark-openapi-explorer-tk0918

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables users to explore and utilize the raw, undocumented Feishu/OpenAPI interfaces that are not wrapped by existing CLI commands or skills, bridging the gap between official documentation and practical API usage.

Core Features & Use Cases

  • API Exploration: Extracts API details directly from the official markdown documentation library, including endpoints, parameters, and responses.
  • Command Generation: Produces ready-to-run lark-cli api commands for calling unregistered or custom APIs.
  • Use Case: When a user needs to add a member to a chat using an API not yet encapsulated, this Skill guides the user through discovering the API and executing it precisely.

Quick Start

Find the API documentation for managing chat announcements and invoke it using the recommended CLI command.

Frequently Asked Questions about lark-openapi-explorer

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

FAQPage Schema
How do I invoke a Feishu OpenAPI endpoint not covered by existing CLI commands?

This Skill parses official markdown documentation to extract endpoint details and generates exact ready-to-run `lark-cli api` commands for calling undocumented Feishu OpenAPI endpoints.

What is the best way to discover unregistered Lark API endpoints for chat management?

The best way is to extract API details directly from the official markdown documentation library, retrieving endpoints, parameters, and response schemas to guide precise Lark chat management automation.

Can I use this to find Feishu APIs for user data and organizational settings?

Yes, this Skill specifically targets Feishu API endpoints related to user data and organizational settings, allowing you to discover and formulate exact API calls for these organizational contexts.

Do I need existing skills to call custom Lark APIs for automation?

No, you do not need existing CLI commands or skills; this Skill bridges the gap between official documentation and practical usage, enabling you to formulate exact API calls for custom automation independently.

How do I execute a Feishu chat announcements API using lark-cli?

You can execute a Feishu chat announcements API by finding its official documentation, extracting the required parameters, and running the recommended `lark-cli api` command generated for that specific endpoint.

Why use API exploration for undocumented Feishu interfaces instead of standard tools?

API exploration is necessary because standard tools do not wrap undocumented Feishu interfaces, requiring direct markdown documentation parsing to formulate exact calls and expand your automation coverage.