← Back to Skills Marketplace
331
Downloads
0
Stars
2
Active Installs
3
Versions
Install in OpenClaw
/install mind
Description
Write and generate statically typed, tensor-oriented MIND language source files with full autodiff support and Rust-like syntax for ML and scientific computing.
Usage Guidance
This skill is a static language specification and appears safe to install: it neither asks for secrets nor pulls code from external URLs. Before asking the agent to save, compile, or run generated .mind files, verify the produced source yourself and only run it in trusted build/run environments. If you later grant the agent filesystem or executor permissions (e.g., to write files, invoke a compiler, or run binaries), be aware that executing generated code carries the usual risks — review outputs and limit runtime privileges and network access accordingly.
Capability Analysis
Type: OpenClaw Skill
Name: mind
Version: 1.0.2
The skill bundle provides a comprehensive specification and instructions for an AI agent to write code in the 'MIND' programming language, a Rust-inspired DSL for numerical computing and machine learning. It includes detailed EBNF grammars (lexical, surface, and IR) and various benign code examples such as neural network layers and ODE solvers. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description (MIND language authoring) match the content: the skill is a language reference and generation helper. It does not request unrelated binaries, credentials, or config paths, which is appropriate for an instruction-only spec.
Instruction Scope
SKILL.md contains language grammar, examples, and guidance for writing .mind files. It does not instruct the agent to read system files, environment variables, or send data to external endpoints. The runtime guidance is scoped to producing language source and explanations.
Install Mechanism
No install specification or external downloads are present (instruction-only). Nothing will be written to disk by the skill itself during install.
Credentials
The skill declares no required environment variables, credentials, or config paths. This is proportionate for a documentation/authoring skill.
Persistence & Privilege
always is false and normal autonomous invocation is allowed. That default is expected for skills and is not combined with broad access or persistence, so no elevated privilege concerns are present.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mind - After installation, invoke the skill by name or use
/mind - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Expanded skill description with a comprehensive MIND language overview, including syntax, types, and key features
- Added detailed usage triggers, language constructs, and standard library functions for MIND
- Included EBNF lexical grammar excerpt for language reference
- Clarified when and how to activate this skill for code generation, porting, and explanation tasks
v1.0.1
- Clarified preferred tensor type syntax in code examples and documentation.
- Added guidance: use `tensor<dtype[dims]>` (lowercase, bracket dims) for surface `.mind` files; `Tensor<dtype, [dims]>` (uppercase, comma-separated) is also supported.
- All examples now consistently use the lowercase tensor type style.
- Provided a clear note distinguishing the EBNF grammar format from idiomatic source code usage.
v1.0.0
MIND code generation skill – initial release:
- Generate correct `.mind` source files in the MIND programming language.
- Supports syntax, type system, and control flow modeled after Rust for numerical and tensor-based programming.
- Statically typed with first-class tensor types and compile-time shape checking.
- Automatic differentiation with `diff` types and `backward()` intrinsic.
- Includes standard library outlines for tensors, math, activations, and core operations.
- Complete with function, struct, enum, trait, generics, and import/export examples.
Metadata
Frequently Asked Questions
What is MIND Language?
Write and generate statically typed, tensor-oriented MIND language source files with full autodiff support and Rust-like syntax for ML and scientific computing. It is an AI Agent Skill for Claude Code / OpenClaw, with 331 downloads so far.
How do I install MIND Language?
Run "/install mind" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MIND Language free?
Yes, MIND Language is completely free (open-source). You can download, install and use it at no cost.
Which platforms does MIND Language support?
MIND Language is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MIND Language?
It is built and maintained by star-ga (@star-ga); the current version is v1.0.2.
More Skills