lark-okr

lark-okr is a skill for Claude Code, Codex from davidtoby/agent-skills. It costs 87 tokens per session (2,605 once invoked), scanned A, a copy of lark-okr, MIT.

A tool for managing OKRs in Feishu. OKRs are Objectives and Key Results: goals paired with measurable outcomes used to track progress.

In plain words
What is it for?
View or create OKR cycles, objectives, and key results; update progress and scores; change weights and order; and manage alignment relationships.
Why use it?
It keeps goals, measurements, progress notes, weights, scores, and relationships between aligned goals in one system.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit View or create OKR cycles, objectives, and key results; update progress and scores; change weights and order; and manage alignment relationships.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/davidtoby/agent-skills/lark-okr
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add davidtoby/agent-skills --skill lark-okr
Clone the repo
git clone --depth 1 https://github.com/davidtoby/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lark-okr

README.md
[![agentmods](https://agentmods.dev/badge/skills/davidtoby/agent-skills/lark-okr/github.svg)](https://agentmods.dev/skills/davidtoby/agent-skills/lark-okr)
Your own site
<a href="https://agentmods.dev/skills/davidtoby/agent-skills/lark-okr"><img src="https://agentmods.dev/badge/skills/davidtoby/agent-skills/lark-okr/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lark-okr

Your own site · 80×15
<a href="https://agentmods.dev/skills/davidtoby/agent-skills/lark-okr"><img src="https://agentmods.dev/badge/skills/davidtoby/agent-skills/lark-okr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,605 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00087 $0.02605
Opus 5 $0.00044 $0.01303
Sonnet 5 $0.00017 $0.00521
Haiku 4.5 $0.00009 $0.00261

Measured 6d ago against content hash 0bc1368507e6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

lark-okr scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to lark-okr — 67 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/lark-okr/SKILL.md · 166 lines

How it starts

The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.

okr (v2)

CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理

身份:OKR 操作默认使用 --as user(查看当前用户/上下级的 OKR 时)。也支持 --as bot 查看他人 OKR(需相应权限)。

快速决策

用户需求 操作路径 参考文档
查看自己/他人的 OKR 获取用户 ID -> +cycle-list -> +cycle-detail -> 按需查指标/进展记录 cycle-list, cycle-detail, indicators, progress-list
为自己写一组 OKR 优先用 +batch-create 创建 Objective/KR 骨架 batch-create, contentblock
只新增一条 O 或单条 KR +create create
编辑内容/备注/截止时间 +patch patch
修改 OKR 分数 只有用户明确说“分数”“评分”“打分”“score”时才用 +patch --score;分数不是进度/完成度 patch
调整顺序或权重 +reorder / +weight reorder, weight
更新数字进度/完成度 百分比或不带单位数字用 +indicator-update;需要改单位/目标值时查指标后用 indicators patch indicator-update, indicators
写文字进展 +progress-create;如果文本和数字都有,百分比或默认单位可使用 --progress-percent 统一改,非百分比单位更新量化指标 progress-create, progress-list, progress-update
对齐目标 直接按对齐关系工作流处理 alignments

Read the full file on GitHub · 166 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 166 lines · 87 tokens per session scan A 0bc1368507e6

Subscribe to this mod's changes

lark-okr is a skill published in the GitHub repository davidtoby/agent-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 87 tokens to every session and 2,605 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to lark-okr, differing in 67 lines, and is treated as a copy.

Related

Other skills, from other repositories

templates

Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.

danstrem2/clawdbot-skill-master-pack · 27 tokens

mcp-atlassian

Run the Model Context Protocol (MCP) Atlassian server in Docker, enabling integration with Jira, Confluence, and other Atlassian products. Use when you need to query Jira issues, search Confluence, or interact with Atlassian services programmatically. Requires Docker and valid Jira API credentials.

danstrem2/clawdbot-skill-master-pack · 68 tokens

better-notion

Full CRUD for Notion pages, databases, and blocks. Create, read, update, delete, search, and query.

danstrem2/clawdbot-skill-master-pack · 29 tokens

officecli-academic-paper

Use this skill to build academic-style .docx output: journal / conference / thesis chapters carrying formal citation style (APA, Chicago, IEEE, MLA), numbered equations, figure & table cross-references, footnotes/endnotes, bibliography, or multi-column journal layout. Trigger on: 'research paper', 'journal paper'…

iOfficeAI/OfficeCLI · 141 tokens

officecli

Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) using the officecli CLI tool. Use when the user wants to create, inspect, check formatting, find issues, add charts, or modify Office documents.

iOfficeAI/OfficeCLI · 56 tokens

incident-commander

Coordinate active incidents through severity assessment, roles, mitigation, communications, recovery verification, and postmortem handoff.

seaworld008/Commonly-used-high-value-skills · 28 tokens