A comprehensive scientific computing toolkit for solving optimization, statistics, signal processing, and linear algebra problems with production-ready code.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install scipy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install scipy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The SciPy skill is a specialized technical module designed for developers, data scientists, and engineers who need to perform complex mathematical computations within their local Python environment. By leveraging Openclaw Skills, this tool provides instant access to optimized recipes for curve fitting, root finding, and numerical integration, moving beyond theoretical advice to provide fully functional, runnable code.
This skill acts as a stateless interface that builds upon NumPy, ensuring that all computations remain local and secure. Whether you are performing signal analysis or fitting experimental data to a model, the SciPy skill ensures high-performance execution by utilizing vectorized operations and industry-standard algorithms.
To use this skill, ensure you have Python 3 and the necessary libraries installed in your environment. You can install the dependencies and the skill using the following commands:
pip install scipy numpy
clawhub install scipy
The SciPy skill is stateless and does not persist data between sessions. It utilizes standard Python and NumPy structures to organize technical data:
| Data Type | Description | Structure |
|---|---|---|
| Input Arrays | Numerical data for analysis | numpy.ndarray |
| Optimization Output | Results of minimization or root finding | OptimizeResult Object |
| Statistical Results | Test statistics and p-values | NamedTuples (e.g., Ttest_indResult) |
| Sparse Matrices | Efficient storage for large, mostly-empty matrices | scipy.sparse (CSR/CSC) |
| Signal Filters | Coefficients for signal processing | b, a coefficients or SOS arrays |
Loading
A versatile skill that enables AI agents to calibrate scientific communication and research support based on the user's specific level of expertise.

A comprehensive AI-driven educational framework for K-12 students featuring adaptive learning, exam preparation, and robust parental oversight.

A professional academic research skill that enables AI agents to find, filter, and analyze peer-reviewed literature and citations.

A task scheduling engine that manages the timing of automated AI agent actions while keeping the user in control of execution.

A specialized framework for ethical web scraping that prioritizes robots.txt compliance, rate limiting, and data privacy laws.

A comprehensive automation skill for generating professional, device-framed, and marketing-ready mobile app screenshots for various app stores.








































