Open
Conversation
Adds `skills/lark-scan-report` — generates structured Lark/Feishu work reports as message cards by combining Task v2 API data and chat messages. All logic runs through lark-cli commands — no code execution or SDK dependency. Any AI agent that can run shell commands can operate this skill. Five report types: - morning: TOP 3 tasks (DDL today > P0 > overdue) + overnight action items - evening: completed tasks + tomorrow push list + conversation highlights - quick-scan: delta @mentions + task updates since last scan - full: comprehensive snapshot across all sources - weekly: exec-facing narrative + internal task list (two output blocks) Key implementation notes: - tasklists list returns error 1470500 — GUIDs discovered from tasks list - Sections API returns 404 — section names hardcoded in config.yaml - Delta scanning via .last-scan-ts avoids re-processing messages - Cards sent via messages-send --msg-type interactive --as bot Includes bilingual README (EN/ZH), five report templates, and config.example.yaml with no personal data. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
739f438 to
aaeed0b
Compare
Author
|
Hi @timzhong1024 @liuxinyanglxy — this PR adds a new Would love a review when you get a chance. Happy to adjust anything to match your conventions. Thanks! |
Author
|
@schumilin would appreciate your eyes on this as well 🙏 |
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
skills/lark-scan-report— a skill that generates structured Lark/Feishu work reports as message cards by combining task data and chat messages.Five report types:
Implementation notes
What is included
🤖 Generated with Claude Code