← 返回 Skills 市场
ckchzh

Event

作者 BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
163
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install event
功能描述
Event-driven architecture reference — event sourcing, pub/sub, CQRS, event buses, and stream processing. Use when designing event systems, implementing pub/s...
使用说明 (SKILL.md)

Event — Event-Driven Architecture Reference

Quick-reference skill for event-driven architecture, event sourcing, pub/sub patterns, and stream processing.

When to Use

  • Designing event-driven microservice architectures
  • Implementing pub/sub or event bus patterns
  • Building event sourcing and CQRS systems
  • Choosing between event brokers (Kafka, RabbitMQ, etc.)
  • Handling event ordering, idempotency, and exactly-once semantics

Commands

intro

scripts/script.sh intro

Overview of event-driven architecture — patterns, benefits, and tradeoffs.

patterns

scripts/script.sh patterns

Core patterns — pub/sub, event sourcing, CQRS, saga, choreography.

design

scripts/script.sh design

Event design — naming, schema, versioning, and payload structure.

brokers

scripts/script.sh brokers

Event broker comparison — Kafka, RabbitMQ, NATS, Pulsar, SQS, EventBridge.

sourcing

scripts/script.sh sourcing

Event sourcing deep dive — event store, projections, snapshots.

delivery

scripts/script.sh delivery

Delivery guarantees — at-most-once, at-least-once, exactly-once.

stream

scripts/script.sh stream

Stream processing — windowing, aggregation, and real-time analytics.

checklist

scripts/script.sh checklist

Event-driven architecture checklist.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Variable Description
EVENT_DIR Data directory (default: ~/.event/)

Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears coherent and benign: it provides local reference content and runs a bundled shell script to display sections. Before installing, quickly review the full scripts/script.sh (the provided excerpt was truncated) to confirm there are no network calls, shell execs that touch arbitrary paths, or unexpected writes outside the declared EVENT_DIR. If you run it, do so in an environment where you can control network access or inspect file writes (or run it in a sandbox) to be extra safe. If you want higher confidence, paste the remaining portion of scripts/script.sh for a complete review.
功能分析
Type: OpenClaw Skill Name: event Version: 1.0.0 The 'event' skill bundle is a purely informational reference tool for event-driven architecture patterns and design. All commands in 'scripts/script.sh' simply output static text documentation to the console, and there are no signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description describe an architecture reference and the skill only includes a README-style SKILL.md and a shell script that prints documentation pages. Requested resources (none) and declared configuration (optional EVENT_DIR) are proportional to a local reference tool.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with specific subcommands (intro, patterns, design, etc.). Those instructions stay within the stated purpose (displaying reference content). The SKILL.md references an EVENT_DIR for data storage; review the script to confirm it only reads/writes local docs or caches and does not access unrelated files or network endpoints.
Install Mechanism
No install spec — instruction-only plus a bundled shell script. Nothing is downloaded or installed from external URLs.
Credentials
No required environment variables or credentials. An optional EVENT_DIR config is reasonable for storing local data; no unexpected secrets or unrelated service credentials are requested.
Persistence & Privilege
always is false and agent-autonomy flags are default. The skill does not request persistent privileges or claim to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install event
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /event 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug event
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Event 是什么?

Event-driven architecture reference — event sourcing, pub/sub, CQRS, event buses, and stream processing. Use when designing event systems, implementing pub/s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。

如何安装 Event?

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

Event 是免费的吗?

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

Event 支持哪些平台?

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

谁开发了 Event?

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

💬 留言讨论