← Back to Skills Marketplace
79
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install skill-b-pre-brief
Description
【会前简报定时任务】每15分钟由 OpenClaw cron 触发一次。负责在会议开始前15分钟至6小时内自动生成并发送会前进度简报。不处理会议创建、会议修改、取消会议、会后纪要等场景。触发关键词:会前简报、pre_brief、发简报、会前准备报告。cron 场景下自动触发,无需用户主动输入。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-b-pre-brief - After installation, invoke the skill by name or use
/skill-b-pre-brief - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is skill-b-pre-brief?
【会前简报定时任务】每15分钟由 OpenClaw cron 触发一次。负责在会议开始前15分钟至6小时内自动生成并发送会前进度简报。不处理会议创建、会议修改、取消会议、会后纪要等场景。触发关键词:会前简报、pre_brief、发简报、会前准备报告。cron 场景下自动触发,无需用户主动输入。 It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.
How do I install skill-b-pre-brief?
Run "/install skill-b-pre-brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is skill-b-pre-brief free?
Yes, skill-b-pre-brief is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does skill-b-pre-brief support?
skill-b-pre-brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created skill-b-pre-brief?
It is built and maintained by myd2002 (@myd2002); the current version is v1.0.1.
More Skills