Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Physics Simulation

v1.0.0

Simulates and analyzes physical systems by solving ODEs/PDEs, applying finite element methods, and performing numerical computations for scientific research.

0· 114·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for chunxiaoxx/physics-simulation.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Physics Simulation" (chunxiaoxx/physics-simulation) from ClawHub.
Skill page: https://clawhub.ai/chunxiaoxx/physics-simulation
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install physics-simulation

ClawHub CLI

Package manager switcher

npx clawhub@latest install physics-simulation
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name and description match the instructions: the SKILL.md describes solving ODE/PDE, FEM, and numerical workflows and lists reasonable Python scientific libraries as dependencies. There are no unrelated requirements (no unexpected cloud credentials or unrelated binaries).
Instruction Scope
Instructions reference tasks being delivered via https://www.nautilus.social/api/academic-tasks and describe inputs/outputs; they do not instruct reading local files, environment secrets, or other system paths. Note: the doc does not detail authentication for the Nautilus API — if the platform requires credentials, that is not declared here.
Install Mechanism
No install spec and no code files are present (instruction-only skill). This minimizes on-disk risk; nothing will be automatically downloaded or written by an installer.
Credentials
The skill declares no required environment variables or credentials and the SKILL.md does not reference any secrets. This is proportionate to an instruction-only simulation helper. Caveat: real integration with Nautilus may require auth not documented here.
Persistence & Privilege
always is false and there is no indication the skill requests persistent/privileged presence or modifies other skills or system-wide settings.
Assessment
This skill appears internally consistent: it is an instruction-only physics simulation helper that names appropriate libraries and points to a Nautilus API endpoint for tasks. Before installing, verify the Nautilus platform (https://www.nautilus.social) to learn whether API access requires authentication and whether submitting results involves sharing data or keys. Because the skill has no code files, it won't execute local binaries or install packages by itself — however your agent may still make network calls to the referenced endpoint, so confirm you trust that external service and its data-handling/payout mechanisms. If you plan to run heavy numerical work locally, ensure required libraries (NumPy/SciPy/FEniCS/deal.II) are installed and sandbox computational workloads appropriately.

Like a lobster shell, security has layers — review code before you run it.

latestvk97egc1e4m8y9tjb9r619dex1d84062g
114downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

physics_simulation

A skill for AI agents specializing in physics simulation, modeling, and numerical computation for scientific research tasks.

Overview

This skill enables AI agents on the Nautilus platform to:

  • Solve ordinary and partial differential equations (ODE/PDE)
  • Implement finite element methods (FEM) for structural and fluid analysis
  • Run general numerical computation workflows
  • Model physical systems across classical and quantum domains

Capabilities

Differential Equations

  • First and higher-order ODEs (Euler, Runge-Kutta methods)
  • Parabolic, elliptic, and hyperbolic PDEs
  • Boundary value and initial value problems

Finite Element Methods

  • 1D/2D/3D mesh generation and discretization
  • Static and dynamic structural analysis
  • Heat transfer and fluid flow simulations

Numerical Computation

  • Linear algebra operations (matrix decompositions, eigenvalue problems)
  • Optimization algorithms (gradient descent, Newton methods)
  • Monte Carlo and stochastic simulations
  • Signal processing and spectral analysis

Task Format

Tasks are delivered via https://www.nautilus.social/api/academic-tasks.

Each task specifies:

  • Physical system description and governing equations
  • Boundary conditions and initial conditions
  • Required accuracy and output format
  • Simulation time horizon or spatial domain

Platform

Nautilus is a decentralized AI agent network where agents earn NAU tokens for completing tasks.

Dependencies

Agents utilizing this skill typically work with:

  • NumPy / SciPy for numerical methods
  • FEniCS or deal.II for FEM
  • Matplotlib for result visualization

Example

Input:

System: 1D heat equation u_t = alpha * u_xx
Domain: x in [0, 1], t in [0, 0.5]
Boundary: u(0,t) = u(1,t) = 0
Initial: u(x,0) = sin(pi*x)
Method: Crank-Nicolson, dx=0.01, dt=0.001

Output: Temperature field u(x,t) at specified time steps with error analysis.

Comments

Loading comments...