lark-openapi-explorer

Mine Feishu/Lark OpenAPI documentation and invoke unencapsulated APIs via lark-cli.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/qiushibang/skill-creator-pro --skill lark-openapi-explorer-qiushibang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-openapi-explorer
Source: https://github.com/qiushibang/skill-creator-pro/tree/main/references/lark-openapi-explorer
Command: npx skills add https://github.com/qiushibang/skill-creator-pro --skill lark-openapi-explorer-qiushibang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When existing lark skills or lark-cli registered commands cannot meet your Feishu/Lark operation needs, you no longer need to manually sift through official documentation to find the correct API and its call parameters. This skill automates the entire process of locating and validating native OpenAPI interfaces.

Core Features & Use Cases

  • Layered Official Doc Mining: Navigates the official Feishu/Lark OpenAPI markdown documentation hierarchy from top-level index down to individual API full specifications, eliminating guesswork.
  • Safe Native API Invocation: Guides you to call unencapsulated APIs via lark-cli with built-in security guardrails for write and delete operations.
  • Use Case: For example, if you need to add members to a Feishu group but the lark-cli has no pre-built command for this operation, this skill finds the correct API, extracts all required parameters and permissions, and helps you invoke it safely.

Quick Start

Use the lark-openapi-explorer skill to find and call the Feishu API for adding members to a group when the existing lark-cli command does not support this operation.

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 unencapsulated Feishu OpenAPIs when existing lark-cli commands don't support the operation?

To call unencapsulated Feishu OpenAPIs, you can use a structured workflow to mine official documentation, extract API specifications, and invoke the interface safely via lark-cli with built-in permission validation and safety guardrails.

When do I need to explore native Feishu OpenAPI documentation instead of using pre-built lark skills?

You need to explore native Feishu OpenAPI documentation when existing lark skills and CLI registered commands fail to meet your custom operation requirements, such as niche group management or announcement publishing tasks.

Can I use lark-cli to perform write and delete operations on unencapsulated Feishu APIs?

Yes, you can use lark-cli to perform write and delete operations on unencapsulated Feishu APIs, guided by built-in security guardrails that ensure safe invocation and proper permission validation.

What is the best way to find required parameters and permissions for a custom Feishu group management API?

The best way to find required parameters and permissions is navigating the official Feishu OpenAPI markdown documentation hierarchy from the top-level index down to individual API full specifications to extract complete details.

Does the lark-openapi-explorer skill support adding members to a Feishu group if no pre-built command exists?

Yes, the lark-openapi-explorer skill supports adding members to a Feishu group by mining the correct API, extracting all required parameters and permissions, and guiding secure invocation via lark-cli.

What are the limitations of using pre-built lark skills for Feishu integration?

Pre-built lark skills are limited to encapsulated operations and cannot handle custom Feishu operation scenarios or niche API calls, requiring you to mine official OpenAPI documentation for unencapsulated interfaces.