← 返回 Skills 市场
bytesagain1

Mathbox

作者 bytesagain1 · GitHub ↗ · v2.0.3 · MIT-0
cross-platform ✓ 安全检测通过
180
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install mathbox
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Mathbox concepts, best practices, and implementation patterns.
安全使用建议
This skill appears to be a straightforward, local reference tool and does not request keys or network access. You can safely review the SKILL.md and scripts/script.sh (already included) before enabling. Note the small quality issues (version mismatch and help output showing "$VERSION"), which are harmless but suggest the author should update the script. As with any third-party script, if you plan to execute it on a production host, consider running it in a sandbox or reviewing the file contents first.
功能分析
Type: OpenClaw Skill Name: mathbox Version: 2.0.3 The 'mathbox' skill is a simple documentation reference tool that provides static text information about development patterns and best practices. The shell script (scripts/script.sh) contains only heredoc strings for outputting documentation and lacks any network access, file system modifications, or credential handling.
能力评估
Purpose & Capability
Name/description (Mathbox reference for devtools) align with the provided assets: an instruction-only SKILL.md and a local shell script that emit reference text. There are no unexpected required binaries, env vars, or external services listed.
Instruction Scope
SKILL.md states all commands output plain-text via heredoc with no external API calls; scripts/script.sh implements those commands and prints documentation. Minor inconsistencies: SKILL.md lists version 2.0.3 while the script sets VERSION="2.0.2"; the help heredoc is single-quoted so it will show the literal string "$VERSION" rather than expanding it. These are correctness/quality issues, not signs of malicious behavior.
Install Mechanism
No install spec is provided (instruction-only), and the included shell script is self-contained. Nothing is downloaded or written to disk at install time by an installer—lowest-risk pattern.
Credentials
The skill declares no required environment variables, credentials, or config paths; the script does not read environment variables or credentials. No disproportionate access is requested.
Persistence & Privilege
The skill is not always-enabled and does not request persistent or elevated privileges. It does not modify other skills or global agent configuration; it merely provides a local CLI-style reference implementation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mathbox
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mathbox 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.3
Fix description
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v2.0.0
Domain-specific upgrade
元数据
Slug mathbox
版本 2.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Mathbox 是什么?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Mathbox concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 180 次。

如何安装 Mathbox?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mathbox」即可一键安装,无需额外配置。

Mathbox 是免费的吗?

是的,Mathbox 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mathbox 支持哪些平台?

Mathbox 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mathbox?

由 bytesagain1(@bytesagain1)开发并维护,当前版本 v2.0.3。

💬 留言讨论