Skip to main content
Generaldvcrn

fsd-secure

Full Self-Driving agent with highest safety standards (Camera-Only, Redundant Checks).

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--fsd-secure
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/aadipapp--fsd-secure-skill/skills/fsd-secure/SKILL.md -o .claude/skills/fsd-secure.md

Drops the SKILL.md into .claude/skills/fsd-secure.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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

  • drive: Start the autonomous driving simulation.