← Back to Skills Marketplace
rasptorch
by
Joshua-Ludolf
· GitHub ↗
· v1.0.0
· MIT-0
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install rasptorch-cli
Description
Use the rasptorch CLI to create tensors, inspect Vulkan (GPU) availability, build models, and run training.
Usage Guidance
This skill is a thin wrapper around the rasptorch CLI and appears internally consistent. Before installing or enabling it: 1) ensure you trust the rasptorch binary you will run (the skill executes that binary — if the binary is untrusted it could do anything your account can). 2) Confirm you want the agent to be able to run long-running tasks, start a Streamlit server, or save/load model files; the skill correctly asks for approval for these actions but you should enforce that in your agent policy. 3) If you need stronger isolation, run rasptorch and the agent in a sandboxed environment or inspect the rasptorch package source prior to use.
Capability Analysis
Type: OpenClaw Skill
Name: rasptorch-cli
Version: 1.0.0
The skill bundle provides a standard interface for a machine learning CLI tool named 'rasptorch'. The instructions in SKILL.md focus on tensor operations, model management, and hardware status (Vulkan/GPU), and include explicit safety reminders for the agent to seek user approval before performing stateful actions like saving files or starting long-running training sessions.
Capability Assessment
Purpose & Capability
The name/description (manage tensors, inspect Vulkan, build/train models) align with the runtime instructions, which call the rasptorch CLI or python -m rasptorch. Required binaries (rasptorch, python/py) are appropriate for this purpose.
Instruction Scope
SKILL.md instructs only CLI invocations and prefers JSON output. It explicitly warns to ask user approval before writing files, launching Streamlit UI, starting long-running servers, or training. It does not instruct reading unrelated files, harvesting environment variables, or sending data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no bundled code. Nothing is downloaded or written by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The declared runtime requirements (presence of rasptorch/python) are proportionate to a CLI integration.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system privileges. It does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but that is expected for skills and not by itself a concern.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rasptorch-cli - After installation, invoke the skill by name or use
/rasptorch-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
rasptorch 1.0.0 initial release:
- Provides skill for interacting with the rasptorch CLI, supporting tensor creation, GPU/Vulkan inspection, model building, and training.
- Adds detailed command usage patterns, emphasizing JSON output and explicit device selection.
- Supports querying environment and Vulkan status, creating random/zero/one tensors, and running various model workflows (create, list, remove, save/load, train).
- Notes usage conditions around long-running UI/chat modes and file writing.
Metadata
Frequently Asked Questions
What is rasptorch?
Use the rasptorch CLI to create tensors, inspect Vulkan (GPU) availability, build models, and run training. It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.
How do I install rasptorch?
Run "/install rasptorch-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is rasptorch free?
Yes, rasptorch is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does rasptorch support?
rasptorch is cross-platform and runs anywhere OpenClaw / Claude Code is available (windows, linux).
Who created rasptorch?
It is built and maintained by Joshua-Ludolf (@joshua-ludolf); the current version is v1.0.0.
More Skills