← 返回 Skills 市场
aadipapp

PolaBea

作者 Krishna Aditya · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
630
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fsd-secure-skill
功能描述
Full Self-Driving agent with highest safety standards (Camera-Only, Redundant Checks).
使用说明 (SKILL.md)

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.
安全使用建议
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 the script in an isolated environment if you want to be extra cautious, and review any future modifications for added network, file, or credential usage.
功能分析
Type: OpenClaw Skill Name: fsd-secure-skill Version: 1.0.0 The skill bundle is benign. The `scripts/fsd_agent.py` file contains a self-contained simulation of an autonomous driving agent, using only standard Python libraries (`time`, `random`, `sys`) without any file system, network, or shell interactions beyond printing to stdout. The `SKILL.md` and `README.md` files provide documentation and instructions consistent with the simulation's purpose, with no evidence of prompt injection attempts or commands designed for malicious activities like data exfiltration, persistence, or unauthorized execution.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
No install spec is provided (instruction-only plus an included script). Nothing is downloaded or written by an installer; risk from installation is minimal.
Credentials
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.
Persistence & Privilege
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fsd-secure-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fsd-secure-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of fsd-secure: a Camera-Only Full Self-Driving agent prioritizing safety. - Introduced Dual-Pass Verification using two independent algorithms to clear paths. - Added Temporal Consistency requirement: 3 consecutive safe frames needed before moving. - Implemented Emergency Stop on any uncertainty as a fail-safe. - Included `drive` command to start simulation.
元数据
Slug fsd-secure-skill
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

PolaBea 是什么?

Full Self-Driving agent with highest safety standards (Camera-Only, Redundant Checks). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 630 次。

如何安装 PolaBea?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install fsd-secure-skill」即可一键安装,无需额外配置。

PolaBea 是免费的吗?

是的,PolaBea 完全免费(开源免费),可自由下载、安装和使用。

PolaBea 支持哪些平台?

PolaBea 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 PolaBea?

由 Krishna Aditya(@aadipapp)开发并维护,当前版本 v1.0.0。

💬 留言讨论