← 返回 Skills 市场
mvogt99

Race Condition

作者 mvogt99 · GitHub ↗ · v1.0.0 · MIT-0
macoslinuxwindows ✓ 安全检测通过
48
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install race-condition
功能描述
Shared mutable state is accessed from concurrent contexts without synchronization, producing nondeterministic behavior.
安全使用建议
This is a benign, text-only troubleshooting guide. It won't install software or access secrets. Before acting on its recommendations, review and test any code changes it suggests (especially locking and atomic operations), run concurrency/stress tests in a safe environment, and avoid blindly applying fixes without code review. If you let an agent modify your repository automatically, ensure the agent has limited permissions and that changes are reviewed to prevent accidental data corruption.
功能分析
Type: OpenClaw Skill Name: race-condition Version: 1.0.0 The skill bundle is purely educational documentation describing race conditions and how to mitigate them. It contains no executable code, network requests, or instructions that could lead to malicious behavior or prompt injection, and is found in SKILL.md and _meta.json.
能力标签
crypto
能力评估
Purpose & Capability
Name, description, and SKILL.md all describe the same thing (identifying and mitigating race conditions). There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
Runtime instructions are high-level developer guidance (identify shared state, use atomic ops, prefer immutability, test concurrency). They do not direct the agent to read files, exfiltrate data, call external endpoints, or access credentials.
Install Mechanism
No install spec and no code files — nothing is written to disk or downloaded. This is the lowest-risk form (instruction-only).
Credentials
The skill declares no required env vars, credentials, or config paths; the instructions do not reference any secret or unrelated environment access.
Persistence & Privilege
always is false and the skill does not request persistent presence or modification of other skills or system settings. Autonomous invocation is allowed by platform default but is not combined here with any broad privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install race-condition
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /race-condition 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. - Introduces the race-condition skill, describing issues from unsynchronized access to shared mutable state in concurrent contexts. - Lists common symptoms, such as lost increments and data corruption under load. - Provides guidance on identifying, preventing, and testing for race conditions. - Supports macOS, Linux, and Windows platforms.
元数据
Slug race-condition
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Race Condition 是什么?

Shared mutable state is accessed from concurrent contexts without synchronization, producing nondeterministic behavior. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。

如何安装 Race Condition?

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

Race Condition 是免费的吗?

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

Race Condition 支持哪些平台?

Race Condition 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux, windows)。

谁开发了 Race Condition?

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

💬 留言讨论