Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计通过

inbox-to-action-closer收件箱与行动更接近

Agent Skill

inbox-to-action-closer 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 OpenClaw 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,998

周安装

245

GitHub Stars

公开资料未说明

下载量

1,940
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:inbox-to-action-closer(收件箱与行动更接近)
来源仓库:https://github.com/honouralexwill/inbox-to-action-closer
安装命令:
openclaw skills install inbox-to-action-closer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install inbox-to-action-closer

简介

inbox-to-action-closer 整合 Slack、GitHub、日历等多平台工作项数据,推动任务闭环。

  • 适合在 OpenClaw 中需要统一管理分散任务、减少上下文切换或加速决策流程时使用。
  • 自动解析原始数据并生成可执行动作清单,支持优先级排序与责任人分配。
  • 安装命令:openclaw skills install inbox-to-action-closer,需接入各平台 Webhook 或 API 接口。
  • 注意数据源权限需单独配置,避免因某平台授权失效导致整体功能异常。

SKILL.md

name
inbox-to-action-closer
description
Orchestration skill that processes raw work-item data from Slack, GitHub, calendar, Notion, Trello, and email — supplied by the caller or by other OpenClaw tools — and produces a single merged, prioritised action board with owners, due dates, reply drafts, and follow-up questions. Does not connect to external APIs directly; it normalises, deduplicates, scores, and renders data that is provided to it.

Inbox-to-Action Closer

Purpose

Process raw pending-work data from multiple sources, deduplicate and score the items, and present one unified action board. This skill does not fetch data from external APIs. It expects raw source data to be supplied by the caller, by other OpenClaw skills, or by tools that have already retrieved it. All output is draft-only until the user explicitly confirms a write action.

Data Acquisition

This skill does not include API connectors or manage credentials. To use it:

  • Supply raw JSON data from each source (Slack messages, GitHub PRs, calendar events, etc.)
  • Use existing OpenClaw tools or installed skills that already connect to these services
  • Or pipe output from CLI tools (gh, himalaya, slack-cli, etc.) into the normalisation pipeline

The skill handles everything after data retrieval: normalisation, deduplication, scoring, and rendering.

Supported Source Formats

  1. Slack — message and thread JSON (sender, channel, timestamp, participants, permalink)
  2. GitHub — PR, issue, and review request JSON (assignee, title, state, URL)
  3. Calendar — event JSON (summary, start/end times, attendees, location)
  4. Notion — page or task JSON (title, status, assignee, due date, URL)
  5. Trello — card JSON (name, list, members, due date, URL)
  6. Email — message JSON (from, subject, date, flags, thread references)

Execution Steps

  1. Receive raw source data from the caller or upstream tools.
  2. For each source, call the corresponding adapter via normalize (src/normalize.ts) to convert raw items into the normalised action-item schema defined in src/types.ts. If a source is missing, skip it cleanly.
  3. Pass all normalised items through dedupe (src/dedupe.ts) to merge cross-source duplicates using conservative confidence-based matching.
  4. Score every item using score (src/score.ts) to compute transparent urgency rankings.
  5. Generate the final action board using render (src/render.ts) in both markdown and structured JSON formats.
  6. The orchestration entrypoint is index (src/index.ts), which coordinates steps 1-5.

Safety Rules

  1. All output MUST be draft-only by default. NEVER auto-send messages, post comments, close issues, or perform any write action without explicit user confirmation.
  2. NEVER auto-post to any source system. Generated reply drafts and suggested actions are proposals, not executions.
  3. NEVER perform destructive actions such as deleting items, archiving threads, or dismissing notifications.
  4. ALWAYS ask the user for explicit confirmation before executing any write action, including sending replies, posting comments, updating task statuses, or creating new items. This confirmation gate is mandatory and separate from the draft-only default.
  5. If a source is unavailable, misconfigured, or returns an error, skip it cleanly and continue processing remaining sources. NEVER fail the entire run because one source is unreachable.
  6. MUST NOT fabricate or hallucinate action items. Only surface items that exist in the source data.
  7. MUST preserve the original source URL for every action item so the user can verify and act in context.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.73%
按下载量换算1,527

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills