Ai Intelligent Ar Vr Platform
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
