← 返回 Skills 市场
oschina

Daily Digest

作者 开源中国 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
279
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gitee-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", "...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gitee-daily-digest
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gitee-daily-digest 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug gitee-daily-digest
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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", "... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 279 次。

如何安装 Daily Digest?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gitee-daily-digest」即可一键安装,无需额外配置。

Daily Digest 是免费的吗?

是的,Daily Digest 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Daily Digest 支持哪些平台?

Daily Digest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Daily Digest?

由 开源中国(@oschina)开发并维护,当前版本 v1.0.0。

💬 留言讨论