lark-okr
Installation
Summary
View, create, and manage OKR cycles, objectives, key results, alignments, and progress tracking.
- Eight high-level shortcuts for common operations: listing cycles and progress records, retrieving cycle details, and creating or updating progress entries
- Full API coverage for OKR entities including objectives, key results, indicators, alignments, and categories with create, read, update, and delete operations
- Support for weighted and positioned objectives and key results within cycles, with validation enforcing weight sums and position uniqueness
- Rich text content blocks for objective, key result, and progress notes, with image upload capability for progress records
- Scope-based permission model distinguishing read-only access, write-only access, and settings access across OKR operations
SKILL.md
okr (v2)
CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理
Shortcuts(推荐优先使用)
Shortcut 是对常用操作的高级封装(lark-cli okr +<verb> [flags])。有 Shortcut 的操作优先使用。
| Shortcut | 说明 |
|---|---|
+cycle-list |
获取特定用户的 OKR 周期列表,可以按时间筛选 |
+cycle-detail |
获取特定 OKR 中所有目标和关键结果的内容 |
+progress-list |
获取目标或关键结果的所有进展记录列表 |
+progress-get |
根据 ID 获取单条 OKR 进展记录 |
+progress-create |
为目标或关键结果创建进展记录 |
+progress-update |
更新指定 ID 的进展记录内容 |
+progress-delete |
删除指定 ID 的进展记录(不可恢复) |
+upload-image |
上传图片用于 OKR 进展记录的富文本内容 |