Instructions file CodexOpenCode
Instructions for espressif/esp-claw, covering agents.md, project overview, development commands, high-level architecture and boot and runtime flow.
Instructions file CodexOpenCode
Instructions for espressif/esp-claw, covering agents.md, project overview, development commands, high-level architecture and boot and runtime flow.
Instructions file
Instructions for espressif/esp-claw, a project described as: ESP-Claw, a "Chat Coding" AI agent framework for IoT devices.
Skill Claude CodeCodex
Turn a board light on or off, set LED strip color or brightness, and control GPIO lights. Requires boardhardwareinfo skill.
Skill Claude CodeCodex
Enter Plan Mode and return an executable plan when a user request cannot be directly satisfied by the current Skills, Tools, firmware configuration, hardware, network, storage, or known parameters.
Skill Claude CodeCodex
Add timer-based scheduled tasks, periodic reminders, scheduled agent wake-ups, fixed IM messages, or scheduled Lua script runs. Prefer to use this skill rather than calling scheduleradd and addrouterrule directly.
Skill Claude CodeCodex
Call allowlisted HTTP or HTTPS endpoints directly and return response status plus body text, or stream the response body to a file.
Skill Claude CodeCodex
How to send additional text, images, or local files back to IM chats.
Skill Claude CodeCodex
How to inspect a local image with inspectimage.
Skill Claude CodeCodex
Manage router automation rules: list/get/add/update/delete/reload with strict rulejson format.
Skill Claude CodeCodex
Manage scheduler rules: list/get/add/update/remove/enable/disable/pause/resume/trigger/reload.
Skill Claude CodeCodex
Search the public web for current information through the configured Tavily or Brave provider.
Skill Claude CodeCodex
Use on-device long-term memory tools to remember, recall, list, update, and forget structured memories.
Skill Claude CodeCodex
Use the editable profile markdown files to persist changes to the agent's soul, identity card, persona, role, and the user's standing profile.
Skill Claude CodeCodex
Create or update model-invoked functions/features/skills, workflows, and Lua-backed capabilities.
Skill Claude CodeCodex
Download a skill from the ESP-Skill hub by exact skill name, verify required peripherals against boardhardwareinfo, and save it into the on-device skills directory.
Skill Claude CodeCodex
Search skills from the ESP-Skill hub by keywords and advanced filters, then guide the user to download a selected skill with skillslabdownloader.
Skill Claude CodeCodex
Read smoothed capacitive touch sensor values from one or more input GPIO channels. Use when the user asks for touch smooth values, capacitive touch channel readings, or smoothed touch data. Requires explicit gpios and boardhardwareinfo before assigning GPIOs.
Skill Claude CodeCodex
Operate ESP-Claw BLE: initialize BLE, advertise, handle connections, process events, and inspect module state.
Skill Claude CodeCodex
Operate ESP-Claw BLE HID: start HID advertising and send media/keyboard/mouse actions.
Skill Claude CodeCodex
Take one photo with the board camera and save it as a JPEG file. Requires boardhardwareinfo skill.
Skill Claude CodeCodex
Start a small Lua-hosted web page that shows Hello World and logs switch toggles from the browser.