Mychef

v2.0.3

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

0· 192·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain-lab/mychef.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Mychef" (bytesagain-lab/mychef) from ClawHub.
Skill page: https://clawhub.ai/bytesagain-lab/mychef
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 mychef

ClawHub CLI

Package manager switcher

npx clawhub@latest install mychef
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (Mychef reference for devtools) matches the provided SKILL.md and the included script: both produce plain-text reference documentation. The only minor mismatch is metadata: registry version is 2.0.3 while the script sets VERSION="2.0.2" — a cosmetic inconsistency, not a security issue.
Instruction Scope
SKILL.md explicitly states the commands output heredoc text with no external API calls; scripts/script.sh only prints local heredoc content and uses no network, credentials, or reads arbitrary system paths. No scope creep detected.
Install Mechanism
There is no install specification (instruction-only skill). A single shell script is included but nothing in the bundle downloads or executes remote code during install.
Credentials
The skill declares no required environment variables, no primary credential, and the script does not read environment variables or credentials. No disproportionate secrets or config access requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not attempt to modify agent/system configurations or request permanent presence.
Assessment
This skill appears to be a harmless local reference tool: it includes a shell script that prints documentation and does not perform network calls or request credentials. Before installing or running, you may want to: (1) review the script (scripts/script.sh) yourself — it is short and readable; (2) note the minor version mismatch (metadata 2.0.3 vs script VERSION 2.0.2) and a small help-text substitution bug (the help heredoc is single-quoted so $VERSION won't expand) — both are non-malicious; and (3) as with any skill that contains executable scripts, only enable it in environments where running simple shell tools is acceptable. Overall risk is low.

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

latestvk974131mthctfc9y885jxs85gn83g7d8
192downloads
0stars
4versions
Updated 1w ago
v2.0.3
MIT-0

Mychef

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Mychef 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...