← 返回 Skills 市场
xueyetianya

Mailcheck

作者 bytesagain4 · GitHub ↗ · v2.0.3 · MIT-0
cross-platform ✓ 安全检测通过
197
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install mailcheck
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Mailcheck concepts, best practices, and implementation patterns.
使用说明 (SKILL.md)

Mailcheck

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Mailcheck concepts, best practices, and implementation patterns. No API keys or credentials required.

Commands

Command Description
intro intro reference
quickstart quickstart reference
patterns patterns reference
debugging debugging reference
performance performance reference
security security reference
migration migration reference
cheatsheet cheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears coherent and low-risk: it just prints local documentation and does not ask for credentials or perform network I/O. Minor non-security issues: the script's internal VERSION is 2.0.2 while registry metadata is 2.0.3 (cosmetic), and the help heredoc uses single quotes so $VERSION won't expand (display quirk). If you allow the agent to execute this skill, it's safe in normal contexts, but as with any skill that runs code, consider running it in a sandbox or reviewing the included script before giving it permission to execute on sensitive hosts.
功能分析
Type: OpenClaw Skill Name: mailcheck Version: 2.0.3 The 'mailcheck' skill is a purely informational reference tool that provides static documentation about devtools concepts. The shell script (scripts/script.sh) only uses heredocs to output plain text and contains no network calls, file system modifications, or credential access.
能力评估
Purpose & Capability
The name/description promise a local reference for Mailcheck guidance. The included SKILL.md and scripts/script.sh only produce plaintext documentation (heredocs) and command-line help; they do not require external services, binaries, or credentials. The requested capabilities match the stated purpose.
Instruction Scope
SKILL.md explicitly states 'No external API calls, no credentials needed, no network access' and the shipped script corroborates this: it only prints static documentation, reads no files, does not read environment variables, and does not make network calls. There is no scope creep.
Install Mechanism
There is no install specification (instruction-only skill with a helper script). Nothing is downloaded or written to disk by an installer. The only file is a small shell script included in the bundle.
Credentials
The skill declares no required environment variables, no credentials, and the runtime script does not access environment secrets. The credential/access footprint is minimal and proportional to a documentation reference tool.
Persistence & Privilege
always is false (default) and the skill does not request persistent system presence or modify agent/system config. It does not access other skills' configs or privileged paths.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mailcheck
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mailcheck 触发
  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 mailcheck
版本 2.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Mailcheck 是什么?

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

如何安装 Mailcheck?

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

Mailcheck 是免费的吗?

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

Mailcheck 支持哪些平台?

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

谁开发了 Mailcheck?

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

💬 留言讨论