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.
npx skills add seaworld008/Commonly-used-high-value-skills --skill lark-calendargit clone --depth 1 https://github.com/seaworld008/Commonly-used-high-value-skillsWrote 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.
[](https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/lark-calendar)<a href="https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/lark-calendar"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/lark-calendar/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.
<a href="https://agentmods.dev/skills/seaworld008/commonly-used-high-value-skills/lark-calendar"><img src="https://agentmods.dev/badge/skills/seaworld008/commonly-used-high-value-skills/lark-calendar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00092 | $0.05238 |
| Opus 5 | $0.00046 | $0.02619 |
| Sonnet 5 | $0.00018 | $0.01048 |
| Haiku 4.5 | $0.00009 | $0.00524 |
Grade A, and why
lark-calendar 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 5d 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.
This is a copy
88% identical to lark-calendar — 60 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.
How it starts
The opening of the file, as written. The whole thing — 283 lines — stays where its author put it; the contents beside it link to each section on GitHub.
calendar (v4)
开始前先读 ../lark-shared/SKILL.md(认证、权限处理)。
CRITICAL — 凡涉及预约日程/会议室、调整时间或查询/搜索会议室,第一步 MUST 读 references/lark-calendar-schedule-meeting.md。仅编辑字段(改标题/描述)或增删参会人(不涉及时间和会议室)时可跳过,直接读 references/lark-calendar-update.md。
身份
按日程归属选身份:
- 查看/管理登录用户本人的日程 →
--as user(默认,绝大多数场景)。 - 查看/管理 bot 自己创建/拥有的日程 →
--as bot
对话人称映射:「我」= 登录用户,「你」= 应用(bot);作为字段取值的人称(参会人、会议 owner 等)不参与身份判定,如「你创建日程,邀请我、会议 owner 为我」→ --as bot 创建,登录用户仅作参会人与会议 owner。
# 用户本人日程 → user
lark-cli calendar +agenda --as user
# bot 自建或参与的日程 → bot
lark-cli calendar +agenda --as bot
Shortcuts
| Shortcut | 说明 |
|---|---|
+agenda |
查看日程安排(默认今天) |
+meeting |
通过日程事件 ID 获取关联的视频会议信息(meeting_id、meeting_note),日程开过视频会议才会有meeting_id,注意: 视频会议链接获取走+get命令 |
+create |
创建日程并邀请参会人(ISO 8601 时间) |
+update |
更新既有日程字段,或独立增量添加/移除参会人和会议室;重复性日程/例外必须传 --apply-to(详见 重复性日程操作规范) |
+delete |
删除日程;重复性日程/例外必须传 --apply-to(详见 重复性日程操作规范) |
+freebusy |
查询主日历的忙闲/RSVP状态/空闲时间段。(如需预约/推荐时间段走 +suggestion——它综合工作时间、忙碌区间和休息时间推荐。) |
+room-find |
针对一个或多个明确的时间块查找可用会议室(无明确时间时禁止直接调用,需先走 +suggestion) |
+rsvp |
回复日程(接受/拒绝/待定) |
+suggestion |
根据非明确时间或一段时间范围,推荐多个可用时间块方案 |
+transfer |
把日程组织者转让给另一个用户或机器人;不可逆,需 --yes |
+list-attendees |
列出日程的参与人和会议室(支持按 --type 过滤:user / resource / chat / third_party) |
+get — 单日程详情
通过 calendar_id + event_id 获取单个日程详情。
# calendar_id不传,默认primary
lark-cli calendar +get --calendar-id <calendar_id> --event-id <event_id>
What ships with it
12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/lark-calendar-create.md 6.0 KB
- references/lark-calendar-list-attendees.md 1.3 KB
- references/lark-calendar-meeting.md 1.6 KB
- references/lark-calendar-recurring.md 6.6 KB
- references/lark-calendar-room-find.md 8.2 KB
- references/lark-calendar-rsvp.md 1.1 KB
- references/lark-calendar-schedule-clear-time.md 2.8 KB
- references/lark-calendar-schedule-fuzzy-time.md 3.3 KB
- references/lark-calendar-schedule-meeting.md 6.1 KB
- references/lark-calendar-suggestion.md 6.9 KB
- references/lark-calendar-transfer.md 4.5 KB
- references/lark-calendar-update.md 7.8 KB
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.
- 5d ago Changed · +35 lines bf25861b8baf
- 9d ago First seen · 248 lines · 92 tokens per session scan A 41a728131fef
lark-calendar is a skill published in the GitHub repository seaworld008/Commonly-used-high-value-skills (70 stars, last pushed 5d ago), licensed MIT. It adds 92 tokens to every session and 5,238 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to lark-calendar, differing in 60 lines, and is treated as a copy.
Other skills, from other repositories
update-scheduled-task
Modify scheduled task settings WITHOUT deleting. Can modify notifyonstart, notifyoncomplete, enabled. Common uses - (1) 'Turn off notification' = notify=false, (2) 'Pause task' = enabled=false, (3) 'Resume task' = enabled=true.
workflow-builder
Use when building and automating business workflows with Notion task tracking, Slack notifications, Kanban boards, and cross-functional process orchestration.
daily-brief
Surfaces recent updates relevant to you from GitHub, Linear, Slack, and other configured sources — PR reviews, new assignments, ticket changes, mentions, and CI failures. Use when starting work, catching up after being away, or prepping for standup.
morning
Use when performing daily status check-ins, PR reviews, and morning workflow routines.
communications-productivity-integrations
Class-level workflow for messaging, email, calendars, notes, boards, workspaces, and collaboration integrations via CLIs/APIs: Discord, Slack, Gmail/IMAP, Google Workspace, CalDAV, Trello, Notion, Obsidian, Apple Notes/Reminders, iMessage/SMS, and Clawk. Use when asked to send/read/manage messages, email, calendar…
trello
Manage Trello boards, lists, and cards via the Trello REST API.