← Back to Skills Marketplace
ivangdavila

SciPy

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
481
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install scipy
Description
Solve optimization, statistics, signal processing, and linear algebra problems with SciPy recipes and ready-to-run code.
Usage Guidance
This skill appears coherent and low-risk: it generates SciPy-based Python code and does not ask for secrets or install anything. Before using: (1) confirm you have python3 and SciPy/NumPy installed (or install them in a virtualenv: pip install numpy scipy), (2) review any generated code before running it (check for unintended file or network access and for heavy computation that could strain your machine), and (3) if you prefer, run examples in an isolated environment (virtualenv or container). The skill source is listed as "unknown" in the registry metadata — that's common for third-party skills, but if provenance matters to you, consider verifying the homepage/owner or preferring skills from known publishers.
Capability Analysis
Type: OpenClaw Skill Name: scipy Version: 1.0.0 The OpenClaw SciPy skill bundle is benign. All code examples provided in `SKILL.md` are standard computational Python using SciPy and NumPy, without any risky functions like `os.system`, network calls, or file I/O. The `SKILL.md` explicitly states that the skill does not send data externally, create persistent files, or access network resources, which is consistent with the analyzed content. Instructions to the AI agent in `SKILL.md`, `setup.md`, and `memory-template.md` are focused on providing helpful code and understanding user needs, with no evidence of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name and description match the instructions: SKILL.md directs the agent to produce ready-to-run SciPy code (optimize, stats, signal, linalg, etc.). The only required binary is python3, which is appropriate for a Python/SciPy skill. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions keep scope to providing runnable Python/SciPy examples and validation. The skill expects code to run in the user's Python environment and instructs the agent to always include complete code. It does not tell the agent to read unrelated system files, exfiltrate data, or call external endpoints. One practical gap: the skill does not provide installation steps for SciPy/NumPy (it assumes they exist in the user's environment), so users may need to install packages themselves before running examples.
Install Mechanism
No install spec and no code files — instruction-only — which is the lowest-risk pattern. Nothing will be downloaded or written by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportional to its stated purpose of producing SciPy code snippets.
Persistence & Privilege
always:false (default). The skill is stateless by design and offers an optional user-controlled memory template; it does not request persistent or elevated privileges or modify other skills' config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install scipy
  3. After installation, invoke the skill by name or use /scipy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug scipy
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is SciPy?

Solve optimization, statistics, signal processing, and linear algebra problems with SciPy recipes and ready-to-run code. It is an AI Agent Skill for Claude Code / OpenClaw, with 481 downloads so far.

How do I install SciPy?

Run "/install scipy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SciPy free?

Yes, SciPy is completely free (open-source). You can download, install and use it at no cost.

Which platforms does SciPy support?

SciPy is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created SciPy?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments