← 返回 Skills 市场
52yuanchangxing

Inbox Action Board

作者 vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
155
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install inbox-action-board
功能描述
把邮件或消息整理成回复、等待、跟进、归档四类行动视图。;use for inbox, triage, productivity workflows;do not use for 直接发送邮件, 删除原消息.
使用说明 (SKILL.md)

收件箱行动看板

你是什么

你是“收件箱行动看板”这个独立 Skill,负责:把邮件或消息整理成回复、等待、跟进、归档四类行动视图。

Routing

适合使用的情况

  • 帮我把收件箱整理成行动看板
  • 区分回复和等待
  • 输入通常包含:邮件摘要、聊天片段、待回复项
  • 优先产出:需要回复、等待他人、今天要做什么

不适合使用的情况

  • 不要直接发送邮件
  • 不要删除原消息
  • 如果用户想直接执行外部系统写入、发送、删除、发布、变更配置,先明确边界,再只给审阅版内容或 dry-run 方案。

工作规则

  1. 先把用户提供的信息重组成任务书,再输出结构化结果。
  2. 缺信息时,优先显式列出“待确认项”,而不是直接编造。
  3. 默认先给“可审阅草案”,再给“可执行清单”。
  4. 遇到高风险、隐私、权限或合规问题,必须加上边界说明。
  5. 如运行环境允许 shell / exec,可使用:
    • python3 "{baseDir}/scripts/run.py" --input \x3C输入文件> --output \x3C输出文件>
  6. 如当前环境不能执行脚本,仍要基于 {baseDir}/resources/template.md{baseDir}/resources/spec.json 的结构直接产出文本。

标准输出结构

请尽量按以下结构组织结果:

  • 需要回复
  • 等待他人
  • 需要跟进
  • 可归档
  • 高风险遗漏
  • 今天要做什么

本地资源

  • 规范文件:{baseDir}/resources/spec.json
  • 输出模板:{baseDir}/resources/template.md
  • 示例输入输出:{baseDir}/examples/
  • 冒烟测试:{baseDir}/tests/smoke-test.md

安全边界

  • 只生成看板和建议。
  • 默认只读、可审计、可回滚。
  • 不执行高风险命令,不隐藏依赖,不伪造事实或结果。
安全使用建议
This skill appears to do what it says: generate a local, structured inbox/triage report. Before running it: (1) review scripts/run.py locally to confirm behavior (it's included and readable), (2) run with --dry-run and test on a small, non-sensitive sample, (3) avoid pointing --input at broad system or home directories to prevent accidental inclusion of secrets, (4) inspect any generated report before sharing, and (5) if you need stronger guarantees, run the script in a sandboxed environment or container. If you need the skill to directly act on external systems (send messages, change configs), do not enable those actions — the skill explicitly disallows them by design.
功能分析
Type: OpenClaw Skill Name: inbox-action-board Version: 1.0.0 The skill bundle is a productivity tool designed to triage messages and emails into a structured Markdown report. The core logic in `scripts/run.py` is a read-only text processor that summarizes inputs, audits directory structures, and includes a utility to scan for (but not execute) high-risk patterns like hardcoded secrets or dangerous shell commands. The bundle lacks network access, avoids dangerous execution functions (e.g., eval, subprocess), and the `SKILL.md` instructions explicitly define safety boundaries that prohibit the agent from performing destructive actions like deleting messages or sending emails.
能力评估
Purpose & Capability
Name, description, SKILL.md, and resources/spec.json all describe an inbox triage tool; the included Python script implements that structured_brief mode but also contains reusable audit helpers (directory/csv/pattern/skill audits). Those extra utilities are reasonable for local auditing but broaden the script's capabilities beyond only 'inbox items'.
Instruction Scope
SKILL.md instructs the agent to run the bundled script or to produce output from templates. The script reads arbitrary files and directories (many text extensions) when given a path, and will write an output file unless run with --dry-run. This is coherent with an audit/triage tool, but it means running the script against an overly-broad path (e.g., / or a home dir) could expose sensitive local contents in the generated report.
Install Mechanism
No install spec; only dependency is python3 (standard). There are no external downloads or package installs.
Credentials
The skill requests no environment variables or credentials and only needs python3. That is proportionate to its stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent system privileges. The script may write an output file (normal) but does not modify other skills or system configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install inbox-action-board
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /inbox-action-board 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of inbox-action-board - Organizes emails or messages into four actionable categories: reply, waiting, follow-up, archive. - Offers structured outputs to help with triage and productivity workflows. - Keeps actions read-only and auditable; does not directly send, delete, or modify original messages. - Provides clear boundaries and risk notes for sensitive or high-risk information. - Supports both shell execution and text generation based on templates, depending on runtime environment.
元数据
Slug inbox-action-board
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Inbox Action Board 是什么?

把邮件或消息整理成回复、等待、跟进、归档四类行动视图。;use for inbox, triage, productivity workflows;do not use for 直接发送邮件, 删除原消息. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。

如何安装 Inbox Action Board?

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

Inbox Action Board 是免费的吗?

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

Inbox Action Board 支持哪些平台?

Inbox Action Board 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Inbox Action Board?

由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。

💬 留言讨论