Install
openclaw skills install gitee-daily-digestUse this skill when the user asks for a daily summary, today's to-dos, "what's on my plate today", "daily digest", "daily-digest", "show my notifications", "...
openclaw skills install gitee-daily-digestNote: If you have
mcporterinstalled locally, you should usemcporterto invoke the MCP tool instead of directly calling the MCP tool. ThemcporterCLI provides a more convenient interface and better error handling.
Aggregate unread notifications, pending PRs, and open Issues from Gitee to generate a daily work summary.
list_user_notifications, list_repo_pulls, list_repo_issues, get_user_info)Use get_user_info to retrieve the currently authenticated user's information, used for filtering (e.g., only show tasks assigned to me).
Use list_user_notifications to get recent notifications:
For repositories the user cares about (extracted from notifications or specified by the user), use list_repo_pulls:
state=open PRsUse list_repo_issues:
state=open Issues assigned to me# Daily Work Digest
📅 [date] 👤 [username]
---
## 📬 Unread Notifications ([N])
### @Mentions
- [repo] [Issue/PR title] - [notification summary]
### PR Comments
- [repo] PR #N [title] - [comment summary]
### Issue Updates
- [repo] Issue #N [title] - [update summary]
---
## 🔀 Pending PRs
### Needs My Review
| Repo | PR | Author | Updated |
|------|----|--------|---------|
| [repo] | #N [title] | [@author] | [time] |
### My PRs Awaiting Review
| Repo | PR | Status | Updated |
|------|----|--------|---------|
| [repo] | #N [title] | [Awaiting review / Has new comments] | [time] |
---
## 📋 My Open Issues
| Repo | Issue | Priority | Status |
|------|-------|----------|--------|
| [repo] | #N [title] | P1 | In progress |
---
## Today's Suggestions
**Handle first:**
1. [Most urgent item, e.g., a review request blocking someone else]
2. [Second priority item]
**Can defer:**
- [Low priority items]
If there is nothing pending:
# Daily Work Digest
📅 [date]
All clear! No pending PRs, Issues, or unread notifications.