← 返回 Skills 市场
aadipapp

Pydaqua SpaceAutonomySkill

作者 Krishna Aditya · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
637
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install space-autonomy-skill
功能描述
Autonomous space navigation agent using optical quantum kernels for terrain classification.
安全使用建议
This skill appears to be a self-contained Python simulation of an optical-quantum terrain classifier and does not attempt network access or request secrets. Before installing, note: (1) the package has no homepage or known publisher — consider the usual caution for unknown sources; (2) the code requires Python and numpy (not declared) so run it in an environment with those installed or in a sandbox; (3) there are small documentation inconsistencies (failsafe threshold and metadata/version strings) — the script enforces 0.85; (4) if you do not want the agent to call skills autonomously, disable model invocation for this skill in your agent settings. If you need stronger assurance, review the included script (scripts/quantum_nav.py) yourself or run it in an isolated environment.
功能分析
Type: OpenClaw Skill Name: space-autonomy-skill Version: 1.0.0 The skill bundle contains a Python script (`scripts/quantum_nav.py`) that simulates an optical quantum kernel for terrain classification. The script performs purely computational tasks, taking numerical sensor data as input and outputting a decision. It does not engage in file system operations, network communication, shell command execution, or access sensitive environment variables. The `SKILL.md` and `README.md` files provide documentation and instructions without any evidence of prompt injection attempts or malicious directives. The input parsing in the Python script is robust, handling non-float inputs gracefully with error messages and exit, without introducing any command injection vulnerabilities.
能力评估
Purpose & Capability
Name/description match the included Python simulation (quantum_nav.py). The required resources (none) are proportional to a local simulation. Minor metadata mismatches: registry version/name differ from SKILL.md metadata, but this is cosmetic.
Instruction Scope
Runtime instructions describe running a local simulation and do not direct the agent to read unrelated files, environment variables, or external endpoints. Small inconsistency: SKILL.md text says failsafe below 0.8, README says 0.85 and the code uses 0.85 — behavior is defined by the code (0.85).
Install Mechanism
No install spec; skill is instruction-only with an included Python script. No downloads, remote installers, or archive extraction are present.
Credentials
Skill requests no environment variables or credentials and the code does not access secrets or external services. It does require a Python runtime and numpy; these are normal for a local simulation but are not declared as required binaries.
Persistence & Privilege
always is false and the skill does not modify system or other-skill configuration. disable-model-invocation is default (agent may call it autonomously), which is normal and expected.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install space-autonomy-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /space-autonomy-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Space Autonomy Quantum Skill. - Simulates an autonomous agent for space exploration using optical quantum kernels for terrain classification. - Implements strict safety by halting if classification confidence falls below 0.8. - Provides a `navigate` command to process sensor readings and recommend actions based on quantum analysis. - Supports autonomous decision making between "Navigate" and "Avoid" modes.
元数据
Slug space-autonomy-skill
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Pydaqua SpaceAutonomySkill 是什么?

Autonomous space navigation agent using optical quantum kernels for terrain classification. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 637 次。

如何安装 Pydaqua SpaceAutonomySkill?

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

Pydaqua SpaceAutonomySkill 是免费的吗?

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

Pydaqua SpaceAutonomySkill 支持哪些平台?

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

谁开发了 Pydaqua SpaceAutonomySkill?

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

💬 留言讨论