← 返回 Skills 市场
ecosincronia

Reaction Processor

作者 EcosincronIA · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
289
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install reaction-processor
功能描述
Record real OpenClaw events and reactions for the current closed-loop workflow. Use for logging duplicate-skipped and proposal-created outcomes in public.ope...
安全使用建议
This script appears to do what it says (recording trigger events/reactions), but review the following before installing or running: 1) It runs docker exec into a container named 'supabase-db' and runs psql there — ensure you trust the runtime environment and that the agent is not given unnecessary Docker daemon access. 2) The DB container name, postgres user, database name, and AGENT_ID are hardcoded; consider requiring these as explicit config/env vars and avoid running on production without a backup. 3) Inspect the SQL to confirm you are comfortable with the inserts/updates to public.openclaw_* tables. 4) If you want least privilege, run the script in a test environment first or adapt it to use a less-privileged DB user and to accept connection details via environment variables rather than hardcoded values.
功能分析
Type: OpenClaw Skill Name: reaction-processor Version: 1.0.0 The skill bundle is designed to log workflow events and reactions for a 'stale missions' alert system. The primary script, scripts/reaction-processor.sh, interacts with a local Supabase database via docker exec to update internal tables (public.openclaw_agent_events, public.openclaw_agent_reactions). The logic is consistent with the stated purpose in SKILL.md, contains no external network calls or data exfiltration, and uses a hardcoded AGENT_ID rather than unsanitized user input for its SQL operations.
能力评估
Purpose & Capability
Name/description claim to record events/reactions for stale_missions_alert and the included script performs exactly that (inserting into public.openclaw_agent_events and public.openclaw_agent_reactions, updating public.openclaw_trigger_rules). Functionality matches the stated purpose.
Instruction Scope
SKILL.md and the script are narrowly scoped to the stale_missions_alert flow and only run SQL against public.openclaw_* tables. Nothing in the instructions attempts to read unrelated files or call external endpoints.
Install Mechanism
This is an instruction-only skill with no install spec — no packages or remote downloads are performed by the skill itself.
Credentials
The skill declares no required env vars or credentials, but the script assumes availability of Docker and a specific container named 'supabase-db' and a postgres user/db. Those runtime dependencies are not listed, and AGENT_ID and DB container are hardcoded rather than supplied via config.
Persistence & Privilege
Running the script requires the agent runner to be able to execute 'docker exec' (access to the Docker daemon), which is a high privilege. The script performs writes/updates to the database, so running it grants the skill the ability to mutate your DB state.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reaction-processor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reaction-processor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of reaction-processor skill: - Logs real OpenClaw agent events and reactions for the closed-loop workflow. - Records duplicate-skipped and proposal-created outcomes for stale missions. - Updates trigger fire metadata when applicable. - Operates with public.openclaw_agent_events, public.openclaw_agent_reactions, and public.openclaw_trigger_rules tables. - Currently supports only the stale_missions_alert flow.
元数据
Slug reaction-processor
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Reaction Processor 是什么?

Record real OpenClaw events and reactions for the current closed-loop workflow. Use for logging duplicate-skipped and proposal-created outcomes in public.ope... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 289 次。

如何安装 Reaction Processor?

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

Reaction Processor 是免费的吗?

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

Reaction Processor 支持哪些平台?

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

谁开发了 Reaction Processor?

由 EcosincronIA(@ecosincronia)开发并维护,当前版本 v1.0.0。

💬 留言讨论