← 返回 Skills 市场
331
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install mind
功能描述
Write and generate statically typed, tensor-oriented MIND language source files with full autodiff support and Rust-like syntax for ML and scientific computing.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mind - 安装完成后,直接呼叫该 Skill 的名称或使用
/mind触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 331 次。
如何安装 MIND Language?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mind」即可一键安装,无需额外配置。
MIND Language 是免费的吗?
是的,MIND Language 完全免费(开源免费),可自由下载、安装和使用。
MIND Language 支持哪些平台?
MIND Language 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MIND Language?
由 star-ga(@star-ga)开发并维护,当前版本 v1.0.2。
推荐 Skills