← 返回 Skills 市场
210
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install onewo-rtlinux
功能描述
Linux real-time programming assistant. Generates, reviews, and modifies C code for periodic control tasks and interrupt-driven programs. Enforces RT scheduli...
安全使用建议
This skill appears to do what it says (Linux RT C code help), but its runtime checklist includes root-level and disruptive commands (e.g., 'sudo init 3', changing cpufreq governors) that will affect your machine and may terminate your GUI or change system behavior. Before using: (1) run the skill only on a dedicated test or development machine (not production); (2) do not blindly copy/paste sudo commands—understand each step and confirm there are no placeholders left unreplaced (e.g., '<core>', '<N>'); (3) avoid running 'sudo init 3' unless you intend to stop the graphical session; (4) prefer running checks read-only first (cat) and defer write operations until you have root access and a rollback plan; (5) ask the skill/author to clarify ambiguous checks (irqaffinity grep, placeholders) and to provide safe, non-destructive alternatives. If you need higher assurance, request a version that omits automatic privileged operations and provides an explicit checklist the user must manually authorize.
能力评估
Purpose & Capability
Name/description (Linux real-time C code generation/review) align with the SKILL.md content: it focuses on periodic control loops, IRQ handling, SCHED_FIFO, clock_nanosleep, mmap/ioremap, etc. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions remain within Linux RT programming scope but mandate a System Environment Checklist that reads and changes system state (e.g., reading /sys and /proc, setting CPU governors, invoking 'sudo init 3'). Those commands are relevant for RT tuning but are potentially disruptive and require root. Several commands contain placeholders (e.g., '<core>', '<N>') or nonstandard checks ('irqaffinity' in cmdline) that are ambiguous and need clarification.
Install Mechanism
Instruction-only skill with no install spec and no code files—lowest install risk. The skill will not write code to disk or fetch external executables as part of installation.
Credentials
The skill does not request credentials, environment variables, or config paths. The only elevated actions implied are interactive sudo commands in the checklist; these are operational needs for RT tuning rather than hidden credential access.
Persistence & Privilege
always is false and the skill doesn't request persistent installation or modify other skills. However, the requirement to append the System Environment Checklist after every code response could repeatedly prompt privileged operations if the agent executes the checklist automatically—this is a behavioral/operational risk rather than a permission declaration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install onewo-rtlinux - 安装完成后,直接呼叫该 Skill 的名称或使用
/onewo-rtlinux触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Version 1.0.4
- No file changes detected in this release.
- Rename to onewo-rtlinux
v1.0.3
Add [CONFIRM BEFORE RUNNING] before changing system state.
v1.0.2
No functional or file changes detected.
Documentation and user instructions have been rewritten and reorganized for clarity and specificity.
- Updated SKILL.md with a clearer, more detailed description and purpose.
- Expanded coding rules and environment checklist for stricter real-time Linux compliance.
- Provided explicit code snippets and templates for both periodic tasks and interrupt handling.
- Output and validation requirements for every response are now standardized and more explicit.
- Now politely rejects any input not strictly related to Linux real-time programming with periodic control/interrupt-driven logic.
v1.0.1
No functional or behavioral changes in this release.
- Updated SKILL.md descriptions and instructions for conciseness and clarity.
- Reformatted and condensed rules for real-time programming and validation.
- No code or implementation changes applied.
v1.0.0
Initial release: Linux real-time programming C code assistant with strict compliance to industry best practices.
- Handles C code generation, review, and modification for Linux real-time periodic and interrupt-driven tasks.
- Enforces real-time scheduling (SCHED_FIFO, priority 80–90), CPU isolation, and pinning via pthreads.
- Requires clock_nanosleep-based periodic loops (no busy-waiting); prohibits print/file/log operations inside the control loop.
- Mandates an environment checklist for every code output to verify CPU isolation, IRQ routing, governor settings, and system mode.
- Limits scope strictly to Linux real-time programming; politely declines unrelated topics.
元数据
常见问题
onewo-rtlinux 是什么?
Linux real-time programming assistant. Generates, reviews, and modifies C code for periodic control tasks and interrupt-driven programs. Enforces RT scheduli... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 210 次。
如何安装 onewo-rtlinux?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install onewo-rtlinux」即可一键安装,无需额外配置。
onewo-rtlinux 是免费的吗?
是的,onewo-rtlinux 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
onewo-rtlinux 支持哪些平台?
onewo-rtlinux 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 onewo-rtlinux?
由 xgkucas(@xgkucas)开发并维护,当前版本 v1.0.4。
推荐 Skills