← Back to Skills Marketplace
Mychef
by
bytesagain-lab
· GitHub ↗
· v2.0.3
· MIT-0
198
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install mychef
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Mychef concepts, best practices, and implementation patterns.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: mychef
Version: 2.0.3
The 'mychef' skill is a purely informational documentation tool providing reference material for development workflows. The primary script (scripts/script.sh) uses static heredocs to output text and contains no network requests, file system modifications, credential access, or obfuscated code.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mychef - After installation, invoke the skill by name or use
/mychef - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Mychef?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Mychef concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 198 downloads so far.
How do I install Mychef?
Run "/install mychef" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mychef free?
Yes, Mychef is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mychef support?
Mychef is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mychef?
It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.0.3.
More Skills