feishu-cli-work

feishu-cli-work is a skill for Claude Code, Codex from riba2534/feishu-cli. It costs 166 tokens per session (625 once invoked), scanned A, original, MIT.

A Feishu work-management skill for calendars, tasks, approvals, attendance, and OKRs. Feishu is a workplace collaboration platform; OKRs are objectives paired with measurable results.

In plain words
What is it for?
Use it to find free time, manage events and meeting rooms, create or update tasks, process approvals, check attendance, and manage OKR cycles and progress.
Why use it?
It routes each request to the right Feishu workflow and applies the required identity, time-format, and confirmation rules for actions affecting other people.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/riba2534/feishu-cli/feishu-cli-work
Any agent
npx skills add riba2534/feishu-cli --skill feishu-cli-work
Clone the repo
git clone --depth 1 https://github.com/riba2534/feishu-cli

Made for: Claude Code, Codex.

Per session 166 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 625 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00166 $0.00625
Opus 5 $0.00083 $0.00313
Sonnet 5 $0.00033 $0.00125
Haiku 4.5 $0.00017 $0.00063

Measured 3d ago against content hash aace58cdd051, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

feishu-cli-work 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 3d 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.

skills/feishu-cli-work/SKILL.md · 36 lines

What it actually says

飞书工作管理

加载工作流后,将其中 references/scripts/templates/examples/ 相对路径按该 workflow.md 所在目录解析;执行脚本时使用解析后的实际路径,不要依赖当前 shell 目录。

路由

意图 读取文件
日历 CRUD、agenda、忙闲、智能时段、会议室、RSVP references/workflows/calendar/workflow.md
任务、子任务、成员、提醒、评论、附件、任务清单 references/workflows/task/workflow.md
审批定义、实例、任务、抄送和审批动作 references/workflows/approval/workflow.md
打卡任务和考勤统计 references/workflows/attendance/workflow.md
OKR 周期、进展记录、创建 O/KR 与量化指标(api 透传) references/workflows/okr/workflow.md

执行规则

  1. 创建、修改、删除、审批通过/拒绝等操作会影响他人,执行前展示目标和关键参数。
  2. task mytask search全部审批命令(approval get / instance get|initiated|create|cancel|cc / task query|approve|reject|transfer)和 calendar rsvp 必须使用 User Token;其他命令按各工作流说明选择身份。
  3. 时间统一使用带时区的 RFC3339;不要把全天事件和具体时段混用。
  4. 任务清单添加/移除任务使用 task-add / task-remove,不存在 add-task / remove-task
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. 3d ago First seen · 36 lines · 166 tokens per session scan A aace58cdd051

Subscribe to this mod's changes

feishu-cli-work is a skill published in the GitHub repository riba2534/feishu-cli (1,378 stars, last pushed 5d ago), licensed MIT. It adds 166 tokens to every session and 625 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

obra/superpowers · 37 tokens

auto-perf-optimize

Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.

microsoft/vscode · 62 tokens

chat-perf

Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.

microsoft/vscode · 51 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens