技能详情(站内镜像,无评论)
作者:Krishna Aditya @AadiPapp
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 461 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:aadipapp/fsd-secure-skill
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is internally consistent: it's a self-contained, camera-only FSD simulation with no network calls, no credential or filesystem access, and no install steps, so it matches its description.
目的
Name/description (camera-only FSD simulation) align with the provided files: SKILL.md, README, and a single Python simulation script. There are no unexpected binaries, services, or credentials required.
说明范围
SKILL.md instructs running the included Python simulation; the runtime instructions and code operate on simulated frames and do not reference external endpoints, system files, or environment variables beyond normal execution.
安装机制
No install spec is provided (instruction-only plus an included script). Nothing is downloaded or written by an installer; risk from installation is minimal.
证书
The skill requires no environment variables, credentials, or config paths. The code does not access secrets or external services, so requested privileges are proportionate to the stated purpose.
持久
The skill does not request persistent/always-on presence (always: false) and does not modify other skills or system settings. It is user-invocable and does not autonomously alter agent configuration.
综合结论
This appears to be a harmless, self-contained driving simulation. Before using, keep in mind: (1) it's a simulation that uses random data and a very high confidence threshold—do not deploy this code on real vehicles or hardware without extensive safety review; (2) there are no network calls or secret accesses in the included files, but if you adapt the code to real sensors or add telemetry, re-check for endpoints and credential use; (3) run th…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「PolaBea」。简介:Full Self-Driving agent with highest safety standards (Camera-Only, Redundant C…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aadipapp/fsd-secure-skill/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: fsd-secure
description: Full Self-Driving agent with highest safety standards (Camera-Only, Redundant Checks).
author: tempguest
version: 0.1.0
license: MIT
---
# 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.