Skills fsd-secure
Full Self-Driving agent with highest safety standards (Camera-Only, Redundant Checks).
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aadipapp/fsd-secure-skill" ~/.claude/skills/openclaw-skills-fsd-secure && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aadipapp/fsd-secure-skill" ~/.openclaw/skills/openclaw-skills-fsd-secure && rm -rf "$T"
manifest:
skills/aadipapp/fsd-secure-skill/SKILL.mdsource content
FSD Secure Skill
This skill implements a Camera-Only Full Self-Driving agent designed for maximum safety. It runs in a simulated environment and uses Dual-Pass Analysis to verify clear paths.
Safety Features
- Dual-Pass Verification: Two independent algorithms must agree the path is clear.
- Temporal Consistency: Requires 3 consecutive safe frames before acceleration.
- Fail-Safe: Any uncertainty triggers an immediate Emergency Stop.
Commands
: Start the autonomous driving simulation.drive