← 返回 Skills 市场
Rootly Morning Brief
作者
yanibu2777
· GitHub ↗
· v1.0.0
· MIT-0
211
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rootly-morning-brief
功能描述
Generate and deliver a Rootly morning incident digest for on-call operations. Use when the user asks for a daily Rootly briefing, incident summary, on-call s...
安全使用建议
This skill appears to do exactly what it says: fetch Rootly data and print a short, phone-friendly digest. Before installing, be aware of two things: (1) it requires a Rootly API key (ROOTLY_API_KEY) or a file containing the key; the script will search standard OpenClaw secret paths and user home locations as fallbacks — that's intentional to support cron runs but means a secret file named rootly_api_key in those paths would be read if present; (2) the script is local Python code (no external install), so review and test it in a safe context (use --mock-data-dir to exercise formatting) before wiring it into a production cron/Slack announcement. Note: there's a small bug in the script (a likely typo where an undefined variable 'tar' is referenced) that could cause a runtime error; you may want to run the tests or a mock run to confirm runtime stability before scheduling daily runs.
功能分析
Type: OpenClaw Skill
Name: rootly-morning-brief
Version: 1.0.0
The rootly-morning-brief skill is a well-structured and legitimate integration for generating incident reports. The Python script (scripts/rootly_morning_brief.py) uses only standard libraries, implements proper secret handling by looking for API keys in environment variables or specific local secret paths, and includes basic sanitization for Slack message formatting. The SKILL.md instructions are focused and do not contain any prompt-injection attempts or instructions to bypass security controls. No indicators of data exfiltration, malicious execution, or unauthorized access were found.
能力评估
Purpose & Capability
Name/description match the code and runtime instructions. The script fetches incidents, on-calls, and action items from Rootly and formats a short digest. The only required credential is ROOTLY_API_KEY, which is appropriate and declared as the primaryEnv.
Instruction Scope
SKILL.md instructs the agent to run the included script and return stdout; it documents mock-data usage and the exact env-file fallback behavior. The runtime rules are narrowly scoped to building and printing the digest and explicitly avoid sending to Slack themselves (OpenClaw cron handles delivery).
Install Mechanism
There is no install spec (instruction-only with an included script), so nothing arbitrary is downloaded or installed. The script is pure Python and relies on the stdlib (urllib, zoneinfo, pathlib, etc.), which is proportionate.
Credentials
The skill declares only ROOTLY_API_KEY as required, which is appropriate. The script also optionally reads ROOTLY_API_KEY_FILE plus OpenClaw-specific paths (OPENCLAW_STATE_DIR, OPENCLAW_HOME) to find a secret file — these extra env vars are only used as fallback locations and are reasonable for cron runs, but they are not declared in requires.env. No unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills. It only reads its own files and (optionally) secret files in OpenClaw state/home locations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rootly-morning-brief - 安装完成后,直接呼叫该 Skill 的名称或使用
/rootly-morning-brief触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
常见问题
Rootly Morning Brief 是什么?
Generate and deliver a Rootly morning incident digest for on-call operations. Use when the user asks for a daily Rootly briefing, incident summary, on-call s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 211 次。
如何安装 Rootly Morning Brief?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rootly-morning-brief」即可一键安装,无需额外配置。
Rootly Morning Brief 是免费的吗?
是的,Rootly Morning Brief 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rootly Morning Brief 支持哪些平台?
Rootly Morning Brief 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rootly Morning Brief?
由 yanibu2777(@yanibu2777)开发并维护,当前版本 v1.0.0。
推荐 Skills