← Back to Skills Marketplace
aadipapp

Pydaqua SpaceAutonomySkill

by Krishna Aditya · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
637
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install space-autonomy-skill
Description
Autonomous space navigation agent using optical quantum kernels for terrain classification.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install space-autonomy-skill
  3. After installation, invoke the skill by name or use /space-autonomy-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug space-autonomy-skill
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Pydaqua SpaceAutonomySkill?

Autonomous space navigation agent using optical quantum kernels for terrain classification. It is an AI Agent Skill for Claude Code / OpenClaw, with 637 downloads so far.

How do I install Pydaqua SpaceAutonomySkill?

Run "/install space-autonomy-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pydaqua SpaceAutonomySkill free?

Yes, Pydaqua SpaceAutonomySkill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Pydaqua SpaceAutonomySkill support?

Pydaqua SpaceAutonomySkill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pydaqua SpaceAutonomySkill?

It is built and maintained by Krishna Aditya (@aadipapp); the current version is v1.0.0.

💬 Comments