Mailcheck

v2.0.3

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Mailcheck concepts, best practices, and implementation patterns.

0· 192·1 current·1 all-time
bybytesagain4@xueyetianya

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xueyetianya/mailcheck.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Mailcheck" (xueyetianya/mailcheck) from ClawHub.
Skill page: https://clawhub.ai/xueyetianya/mailcheck
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install mailcheck

ClawHub CLI

Package manager switcher

npx clawhub@latest install mailcheck
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9756rtk8w7119p7k20vsb1pss83hm0w
192downloads
0stars
4versions
Updated 1mo ago
v2.0.3
MIT-0

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

CommandDescription
introintro reference
quickstartquickstart reference
patternspatterns reference
debuggingdebugging reference
performanceperformance reference
securitysecurity reference
migrationmigration reference
cheatsheetcheatsheet 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 | hello@bytesagain.com

Comments

Loading comments...