← Back to Skills Marketplace
physics-simulator
by
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jpeng-physics-simulator
Description
Simulate physics experiments
README (SKILL.md)
Physics Simulator
Simulate physics experiments
When to Use
- User needs physics related functionality
- Automating simulation tasks
- Science operations
Usage
python3 scripts/physics_simulator.py --input \x3Cinput> --output \x3Coutput>
Configuration
Set required environment variables:
export SIMULATION_API_KEY="your-api-key"
Output
Returns JSON with results:
{
"success": true,
"data": {}
}
Usage Guidance
This skill appears incomplete and inconsistent. Do NOT provide any API keys or secrets to it yet. Before installing or enabling: 1) Ask the publisher for the simulator code, source repo, or a clear remote API endpoint and documentation explaining what SIMULATION_API_KEY is for. 2) Verify that scripts/physics_simulator.py (or an install step) is included — if not, treat the skill as non-functional. 3) If you must test, run it in an isolated/sandboxed environment and monitor network activity. 4) Prefer skills that declare required env vars and include code or an install spec; if the author cannot explain the missing pieces, avoid using the skill.
Capability Analysis
Type: OpenClaw Skill
Name: jpeng-physics-simulator
Version: 1.0.0
The provided files contain standard metadata and documentation for a physics simulation tool. The SKILL.md file describes legitimate usage, configuration via an API key, and expected output formats without any indicators of malicious intent, prompt injection, or suspicious execution patterns.
Capability Assessment
Purpose & Capability
The SKILL.md claims the skill 'Simulate physics experiments' and gives a usage command that runs scripts/physics_simulator.py, but the package contains no code files or install steps. A simulation skill would normally include the simulator code, a remote API endpoint, or an install spec; none are present, so it's unclear how the skill actually performs simulations.
Instruction Scope
The instructions explicitly tell the agent to run a local Python script path (scripts/physics_simulator.py) and to export SIMULATION_API_KEY. The skill bundle contains no such script and the declared requirements list no env vars, so the runtime instructions reference files and secrets that are not part of the skill — this mismatch could cause an agent to attempt arbitrary local commands or request secrets without a clear target.
Install Mechanism
There is no install spec (instruction-only), which is low-risk in general. However, the usage assumes a Python script exists in the environment; without install instructions or code, the skill is incomplete and relies on external, unspecified artifacts being present on the host.
Credentials
The SKILL.md asks users to set SIMULATION_API_KEY, but the registry metadata lists no required environment variables or primary credential. Requesting an API key is plausible for a simulator that calls a remote service, but because no endpoint, provider, or credential declaration is present, the need for this secret is unexplained.
Persistence & Privilege
The skill does not request always-on presence and uses default autonomous invocation settings. There is no evidence it requests elevated persistence or attempts to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jpeng-physics-simulator - After installation, invoke the skill by name or use
/jpeng-physics-simulator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of jpeng-physics-simulator.
- Simulate physics experiments via command line.
- Supports automating simulation tasks and science operations.
- Provides results as JSON output.
- Requires SIMULATION_API_KEY environment variable for configuration.
Metadata
Frequently Asked Questions
What is physics-simulator?
Simulate physics experiments. It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install physics-simulator?
Run "/install jpeng-physics-simulator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is physics-simulator free?
Yes, physics-simulator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does physics-simulator support?
physics-simulator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created physics-simulator?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.
More Skills