← 返回 Skills 市场
myd2002

skill-b-pre-brief

作者 myd2002 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
79
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install skill-b-pre-brief
功能描述
【会前简报定时任务】每15分钟由 OpenClaw cron 触发一次。负责在会议开始前15分钟至6小时内自动生成并发送会前进度简报。不处理会议创建、会议修改、取消会议、会后纪要等场景。触发关键词:会前简报、pre_brief、发简报、会前准备报告。cron 场景下自动触发,无需用户主动输入。
安全使用建议
Key points before installing or enabling this skill: - Metadata vs code mismatch: the package metadata claims no required env vars, but setup.sh and the Python scripts require GITEA_BASE_URL, GITEA_TOKEN_BOT, AIFUSION_META_REPO and GITEA_ROUTINE_REPORT_PATH. Do not proceed until the publisher clarifies this mismatch. - Credential scope: the GITEA_TOKEN_BOT grants broad read/write access to any repository the token can see (listing repos, reading files, creating/updating files and meta logs). Only provide a token with the minimum needed scope and preferably a dedicated bot account limited to the target repos. - Verify target Gitea instance: env-example contains an IP (43.156.243.152:3000). Confirm you trust the configured base URL before entering credentials. - Install safety: setup.sh runs pip install -r requirements.txt with --break-system-packages — review/execute in an isolated environment (virtualenv/container) rather than system Python. - Review gitea-routine-report path: the skill expects to call other code at GITEA_ROUTINE_REPORT_PATH; ensure that code is trusted because it will be executed (generate_report.py and render_email.py are invoked). - Test in staging: run the skill against a test Gitea account with limited repos to confirm behavior (scan output, commit behavior, logging) before enabling on production. If you need, ask the publisher for: (1) a corrected registry manifest listing required env vars, (2) the intended minimal token scopes, and (3) assurances or the source for the gitea-routine-report dependency.
功能分析
Type: OpenClaw Skill Name: skill-b-pre-brief Version: 1.0.1 The skill bundle is a legitimate automation tool designed to generate and distribute meeting pre-briefs by scanning Gitea repositories. It follows a structured workflow where `scan.py` identifies upcoming meetings within a specific time window, and `commit_brief.py` updates meeting metadata and prepares email content. The skill interacts with the Gitea API using standard methods and logs its activities to a central repository. No evidence of malicious intent, data exfiltration, or prompt injection was found; the functionality aligns strictly with the stated purpose of meeting management automation.
能力评估
Purpose & Capability
The skill's stated purpose (cron-driven pre-briefs using Gitea data) matches the actual code and SKILL.md: scan.py enumerates repos and meetings, commit_brief.py writes files and updates meta.yaml, and gitea_utils.py talks to the Gitea API. However the registry metadata claims 'Required env vars: none' while the code and setup require GITEA_BASE_URL, GITEA_TOKEN_BOT, AIFUSION_META_REPO and GITEA_ROUTINE_REPORT_PATH. That metadata mismatch is a meaningful incoherence—someone publishing this skill should declare the required credentials and scopes.
Instruction Scope
SKILL.md restricts behavior to scanning managed Gitea repos, producing AI JSON (OpenClaw does the AI part), rendering HTML with gitea-routine-report, committing artifacts, updating status, and returning email parameters. The runtime scripts do exactly that. Important runtime actions to be aware of: the scanner enumerates all repos accessible to the bot token (/api/v1/repos/search), fetches repository contents and user emails, writes files into meeting directories, and appends logs into the meta repo. These actions are within the intended scope but do involve broad read/write access to any repo the bot token can access.
Install Mechanism
There is no packaged installer, but a setup.sh is provided which runs pip install -r requirements.txt (with --break-system-packages). This will install Python packages from PyPI on the host. No remote arbitrary downloads beyond pip are used and included scripts are local. The --break-system-packages flag may alter system Python behavior on some distributions; review before running.
Credentials
The code requires GITEA_BASE_URL, GITEA_TOKEN_BOT, AIFUSION_META_REPO and GITEA_ROUTINE_REPORT_PATH (see env-example.txt and setup.sh). Those variables are necessary for the stated behavior, but the Gitea token is sensitive because the skill enumerates and may modify many repositories (create/update files and meta logs). The registry metadata's omission of these env vars is misleading. Also note env-example lists a numeric IP (http://43.156.243.152:3000) — ensure you trust the configured Gitea instance before supplying credentials.
Persistence & Privilege
The skill is not force-included (always: false) and does not request system-wide persistent privileges. It will write to Gitea repositories and a meta repo (intended behavior). Autonomous invocation is allowed (platform default) but that alone is not flagged; combine with the credential sensitivity noted above when deciding risk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-b-pre-brief
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-b-pre-brief 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 扫描和简报发送的会议时间窗口由“开始前30分钟至4小时”调整为“开始前15分钟至6小时” - SKILL.md 对窗口范围描述已同步更新,并明确只有该范围内会议会被 scan 命中 - 其余逻辑与接口未变,流程和指令保持一致
v1.0.0
Skill-b-pre-brief v1.0.0 — Initial Release - Introduces a fully automated pre-meeting brief system, triggered by OpenClaw cron every 15 minutes. - Scans all managed repositories to identify meetings in a 30min–4hr upcoming window and sends progress briefs without user input. - Separates responsibilities across scan (finding meetings), commit (updating status and saving briefs), Gitea data/report generation, and email sending. - Ensures robust error handling and idempotent workflow to avoid duplicate or missing briefs. - Only manages pre-meeting brief scenarios—does not handle meeting creation, editing, cancellation, or post-meeting summaries.
元数据
Slug skill-b-pre-brief
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

skill-b-pre-brief 是什么?

【会前简报定时任务】每15分钟由 OpenClaw cron 触发一次。负责在会议开始前15分钟至6小时内自动生成并发送会前进度简报。不处理会议创建、会议修改、取消会议、会后纪要等场景。触发关键词:会前简报、pre_brief、发简报、会前准备报告。cron 场景下自动触发,无需用户主动输入。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 skill-b-pre-brief?

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

skill-b-pre-brief 是免费的吗?

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

skill-b-pre-brief 支持哪些平台?

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

谁开发了 skill-b-pre-brief?

由 myd2002(@myd2002)开发并维护,当前版本 v1.0.1。

💬 留言讨论