·openlark-api
</>

openlark-api

foxzool/open-lark

OpenLark 项目 API 接口实现规范(速查)。用于添加/重构飞书开放平台 API:确定落盘路径、实现 Body/Response + Builder(Request)、对齐 endpoints 常量/enum、补齐 mod.rs 导出,并明确"调用服务端 API"的方法签名/RequestOption 传递约定。触发关键词:API 接口、API 文件、飞书 API、添加 API、调用服务端 API

4Installs·0Trend·@foxzool

Installation

$npx skills add https://github.com/foxzool/open-lark --skill openlark-api

SKILL.md

1) 定位 API:在 ./apilistexport.csv 拿到 bizTag、meta.Project、meta.Version、meta.Resource、meta.Name

2) 选 crate:根据 bizTag 选择 feature crate(见 §1) 3) 定路径:crates/{crate}/src/{bizTag}/{project}/{version}/{resource...}/{name}.rs 4) 写代码:Body/Response + Builder(execute/send)+ 端点常量/enum

5) 补导出:在 mod.rs 中 pub mod ... / pub use ... 6) 补链路:在约定入口补齐链式调用(默认 service.rs,但 openlark-docs 例外,见 §2) 7) 验证:just fmt && just lint && just test

OpenLark 项目 API 接口实现规范(速查)。用于添加/重构飞书开放平台 API:确定落盘路径、实现 Body/Response + Builder(Request)、对齐 endpoints 常量/enum、补齐 mod.rs 导出,并明确"调用服务端 API"的方法签名/RequestOption 传递约定。触发关键词:API 接口、API 文件、飞书 API、添加 API、调用服务端 API Source: foxzool/open-lark.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/foxzool/open-lark --skill openlark-api
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is openlark-api?

OpenLark 项目 API 接口实现规范(速查)。用于添加/重构飞书开放平台 API:确定落盘路径、实现 Body/Response + Builder(Request)、对齐 endpoints 常量/enum、补齐 mod.rs 导出,并明确"调用服务端 API"的方法签名/RequestOption 传递约定。触发关键词:API 接口、API 文件、飞书 API、添加 API、调用服务端 API Source: foxzool/open-lark.

How do I install openlark-api?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/foxzool/open-lark --skill openlark-api Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/foxzool/open-lark

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01

Related Skills

None