Ai Intelligent Ar Vr Platform
PassAudited by ClawScan on May 1, 2026.
Overview
No malicious behavior is shown in the supplied artifacts, but the skill’s manual install instructions ask users to clone, install, and run an external Python project.
Treat this as a lightweight instruction page rather than a fully reviewed AR/VR platform. Before installing, inspect the linked GitHub repository and dependency list, and run it only in an environment where you are comfortable executing external Python code.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If the user follows the setup, they may install dependencies from code that was not part of this artifact review.
The skill is submitted as instruction-only, but its setup points to an external repository and dependency file that are not included in the reviewed artifacts.
git clone https://github.com/openclaw-skills/ai-intelligent-ar-vr-platform cd ai-intelligent-ar-vr-platform pip install -r requirements.txt
Review the external repository, requirements file, and package provenance before running the install commands.
Running the command will execute code from the cloned project on the user’s machine.
The documentation tells the user to execute a Python application after cloning the external project. This appears to be a manual, purpose-aligned setup step, not automatic execution by the skill.
python app.py
Only run the application after inspecting or trusting the cloned source, preferably in a controlled development environment.
