idf_component_register(
    SRCS
        "src/claw_cap.c"
    INCLUDE_DIRS
        "include"
    REQUIRES
        claw_core
        claw_skill
        freertos
        json
)
