reflex-scripting
Installation
SKILL.md
Reflex Scripting & Library Skill
Purpose
Use this skill when you need to use Reflex libraries — whether through direct CLI commands, inline scripts, or saved script files. This covers:
- Direct library commands:
reflex xlsx open data.xlsx sheet Sheet1 get-cell 1 1— one-liner operations without writing any script - Inline scripts:
reflex lua exec "..."— complex one-off logic without creating a file - Saved scripts:
reflex lua run <file>— reusable automation the user can run again
Default language: Lua. Use Python only when the user explicitly asks for Python or there is a clear reason not to use Lua.
When To Use This Skill
Related skills