30-SECOND BRIEF
What it does—and when it fits
Lark OpenAPI Explorer is a fallback workflow for capabilities not covered by an existing lark-* Skill or registered CLI command. It walks Feishu's official llms.txt hierarchy from module index to an individual API specification, extracts method, path, parameters, scopes, responses, and errors, then makes a raw request through lark-cli api without guessing fields.
INSTALL BY AGENT
Choose your Agent
Paths come from official Agent docs or the universal installer behind skills.sh. Compatibility still follows this Skill's record.
.claude/skills/lark-openapi-explorer/~/.claude/skills/lark-openapi-explorer/Use project scope for team sharing and personal scope across repositories. The installer defaults to project scope; add -g for personal scope.
This source cannot produce a reliable command. Open the listed source and copy the complete Skill folder manually.
Claude Code discovers custom Skill folders automatically at project or personal scope.
View path evidence ↗TYPICAL WORKFLOW
A practical workflow
Find an uncovered API
Confirm the CLI gap, locate the relevant official module, and identify the exact endpoint.
Extract a call contract
Capture required parameters, scopes, response fields, errors, and rate-limit notes from the API page.
Call through lark-cli
Issue a raw authenticated request only after the official contract has been verified.
THE TRADEOFFS
Advantages and tradeoffs
Notable strengths
- This profile is manually organized around the current upstream SKILL.md workflow.
- The capability boundary remains explicitly tied to open.feishu.cn.
- Core uses, limitations, and risks are separated for pre-install review.
Limitations
- It should not replace a maintained domain Skill or CLI shortcut that already covers the operation.
- Official documentation can still omit tenant-specific policy and runtime behavior that must be tested safely.
BEST FIT
Who it is for
Developers integrating less common Feishu APIs
Agents extending a workflow beyond registered commands
BEFORE YOU USE IT
Risks to review before use
Raw API side effects
A verified endpoint can still delete, publish, or change shared resources. Preview when possible and obtain explicit approval for POST, PUT, PATCH, or DELETE operations.
External data and identity boundary
Requests access Feishu tenant resources. Use the correct identity, least-privilege scopes, and keep sensitive content out of logs.
SECURITY
What the permission profile means
- Declared access remains governed by the current upstream SKILL.md and runtime requests.
- Treat Feishu documents, messages, people, and business records as permission-controlled data.
- SkillSignal has not independently executed or security-audited this package; external skills.sh labels are not SkillSignal certification.
Not a security certification. External ratings are attributed references. SkillSignal has not independently executed or security-reviewed this Skill.
INSIDE THE PACKAGE
Indexed files
TAGS
Manually expanded from the current upstream SKILL.md and linked source at open.feishu.cn, checked 2026-08-19. This is an original summary, not an execution result or security certification.