Skip to content

reflex-inc/reflex-sdk-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Reflex SDK skill

Agent skills for building robotics applications on top of the Reflex Labs fine-tuning + inference API.

skills.sh

Install

npx skills add reflex-inc/reflex-sdk-skill

Works with Claude Code, Cursor, Codex, OpenCode, GitHub Copilot, Windsurf, Gemini, and 50+ other agents.

Available skills

reflex-sdk-builder

Teaches an agent to use the public reflex-sdk Python package to:

  • authenticate with an rfx_… API key (env var or key file)
  • submit a LoRA fine-tune of pi0.5 on a public LeRobot HuggingFace dataset and poll the run
  • call the Reflex inference API and parse the 50-step × 14-DOF action chunk
  • drive an SO-101 arm at 25 Hz with raw-step ↔ radians conversion and per-tick safety clipping
  • handle cold-start retries, dimension mapping for single-arm robots, and adapter selection

Triggers on phrases like "reflex sdk", "reflex api", "tryreflex", "fine-tune pi0.5", "lora finetune", "robot inference", "VLA inference", "lerobot training", or "SO-101 control".

The canonical, end-to-end working example lives at https://github.com/reflex-inc/quickstart.

License

Apache-2.0 — see LICENSE.

About

Agent skills for building robotics applications on Reflex Labs (pi0.5 fine-tune + inference, SO-101 control). Install via 'npx skills add reflex-inc/reflex-sdk-skill'.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors