lark-openapi-explorer

Discover native Feishu/Lark OpenAPI endpoints from official documentation and execute via lark-cli api.

12|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/baibairui/WoClaw --skill lark-openapi-explorer-baibairui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-openapi-explorer
Source: https://github.com/baibairui/WoClaw/tree/main/.codex-runtime/home/.agents/skills/lark-openapi-explorer
Command: npx skills add https://github.com/baibairui/WoClaw --skill lark-openapi-explorer-baibairui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers access native Feishu/Lark OpenAPI endpoints directly from the official documentation when existing lark-* skills or lark-cli commands cannot cover the user's request.

Core Features & Use Cases

  • Discover native OpenAPI endpoints from the Feishu/Lark documentation.
  • Validate and prepare API calls, then execute them via lark-cli api.
  • Use cases include obtaining endpoints for undocumented features or extending current toolchains with raw API calls.

Quick Start

Ask me to locate a native Feishu/Lark OpenAPI endpoint from the official docs and execute it via lark-cli api.

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 native Feishu OpenAPI endpoints not covered by existing lark-cli commands?

To call native Feishu OpenAPI endpoints not covered by existing lark-cli commands, you can discover the required endpoint from official documentation and execute it via lark-cli api. This ensures valid parameters and required scopes are applied before returning the API response.

What is the process for discovering Feishu OpenAPI specifications from official documentation?

Discovering Feishu OpenAPI specifications involves locating the relevant module index, finding the specific API documentation, and fetching the complete API specification. This strict discovery flow ensures accurate parameter validation before constructing a lark-cli api call.

Can I execute raw Feishu API calls when my current lark-* skills do not support the feature I need?

Yes, you can execute raw Feishu API calls when current lark-* skills lack feature support. The skill locates the necessary native OpenAPI endpoint from official docs and validates the call with required scopes using lark-cli api for safe execution.

Does lark-cli api execution validate required scopes and parameters for native OpenAPI endpoints?

Yes, lark-cli api execution validates required scopes and parameters for native OpenAPI endpoints. After fetching the complete API specification from Feishu documentation, the skill ensures the call uses valid parameters and safe execution before returning the mapped result.