← Back to Skills Marketplace
oschina

Daily Digest

by 开源中国 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
279
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install gitee-daily-digest
Description
Use 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", "...
README (SKILL.md)

Note: If you have mcporter installed locally, you should use mcporter to invoke the MCP tool instead of directly calling the MCP tool. The mcporter CLI provides a more convenient interface and better error handling.

Daily Digest via Gitee MCP

Aggregate unread notifications, pending PRs, and open Issues from Gitee to generate a daily work summary.

Prerequisites

  • Gitee MCP Server configured (tools: list_user_notifications, list_repo_pulls, list_repo_issues, get_user_info)
  • Optional: user can provide a list of repositories to focus on (otherwise inferred from notifications)

Steps

Step 1: Get Current 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).

Step 2: Fetch Unread Notifications

Use list_user_notifications to get recent notifications:

  • Filter for unread notifications
  • Categorize by type: PR-related, Issue-related, @mentions, comment replies

Step 3: Fetch Pending PRs

For repositories the user cares about (extracted from notifications or specified by the user), use list_repo_pulls:

  • Filter for state=open PRs
  • Focus on:
    • PRs assigned to me for review
    • My own PRs waiting for review
    • PRs with new comments that need a reply

Step 4: Fetch Open Issues

Use list_repo_issues:

  • Filter for state=open Issues assigned to me
  • Filter for open Issues I created

Step 5: Generate Daily Digest

# 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.

Notes

  • The digest focuses on information aggregation, not deep analysis
  • If there are many repositories, prioritize time-sensitive items
  • Notifications may span multiple repositories — group them clearly
Usage Guidance
This skill appears coherent and only needs a configured Gitee MCP server. Before installing, verify (1) the MCP server configuration on your agent—what Gitee account and OAuth/token scopes it uses and whether those scopes are appropriately limited; (2) that you trust the platform/provider storing those credentials; and (3) whether you want the agent to be allowed to invoke the skill autonomously (default is allowed). If you prefer tighter control, restrict the MCP server token scopes to read-only notification/PR/issue access and disable autonomous invocation in your agent settings.
Capability Analysis
Type: OpenClaw Skill Name: gitee-daily-digest Version: 1.0.0 The skill bundle defines a standard workflow for aggregating Gitee notifications, pull requests, and issues into a daily digest. It utilizes legitimate Gitee MCP tools (e.g., list_user_notifications, list_repo_pulls) and contains no evidence of malicious execution, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (daily digest of notifications, PRs, issues) aligns with the runtime instructions, which call Gitee MCP endpoints (get_user_info, list_user_notifications, list_repo_pulls, list_repo_issues). The declared requirement (Gitee MCP server) is appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs only to query Gitee MCP endpoints, filter and format results into a digest. It does not ask to read arbitrary files, environment variables, or transmit data to unrelated endpoints. The mcporter note is optional and related to invoking the MCP tool.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is written to disk and there are no download-based risks.
Credentials
No environment variables or credentials are declared in the skill; it relies on a preconfigured Gitee MCP server (declared in requires). This is proportionate, but you should confirm what credentials/permissions the configured MCP server holds on your agent/platform and that they are limited to the Gitee account and scopes needed.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The skill does not request persistent system-wide changes or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gitee-daily-digest
  3. After installation, invoke the skill by name or use /gitee-daily-digest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the daily-digest skill: - Aggregates unread notifications, pending pull requests, and open issues from Gitee to generate a daily work summary. - Supports filtering by user assignment and notifications across multiple repositories. - Output includes unread notifications, PRs needing your review, your PRs awaiting review, and your open issues. - Provides actionable daily suggestions to help prioritize urgent tasks. - Requires Gitee MCP Server and related tools to function.
Metadata
Slug gitee-daily-digest
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Daily Digest?

Use 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", "... It is an AI Agent Skill for Claude Code / OpenClaw, with 279 downloads so far.

How do I install Daily Digest?

Run "/install gitee-daily-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Daily Digest free?

Yes, Daily Digest is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Daily Digest support?

Daily Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Daily Digest?

It is built and maintained by 开源中国 (@oschina); the current version is v1.0.0.

💬 Comments