LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

kernel-services - Zephyr Kernel Services for RTOS applications

Provides Zephyr RTOS kernel services including inter-thread communication, state management, background processing, and persistent storage

Tags

Updated: 2026-02-15

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • manage inter-thread communication
  • define state machines
  • submit background work
  • save configuration data
  • restore configuration data

Inputs

  • Zephyr RTOS environment
  • thread configuration
  • state definitions
  • work queue definitions
  • configuration data

Outputs

  • published messages
  • state transitions
  • queued work items
  • saved configuration
  • restored configuration

Requirements

  • Zephyr RTOS platform
  • kernel services enabled
  • C development environment

Source

  • Spec: SKILL.md
RTOS
embedded-systems
kernel
zephyr
real-time
manage inter-thread communication
define state machines
submit background work
save configuration data
Zephyr RTOS environment
thread configuration
state definitions
published messages
state transitions
queued work items