← Back to Skills Marketplace
ckchzh

Container Runner

by BytesAgain2 · GitHub ↗ · v3.0.2 · MIT-0
cross-platform ✓ Security Clean
367
Downloads
0
Stars
1
Active Installs
13
Versions
Install in OpenClaw
/install container-runner
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Container Runner concepts, best practices, and implementation pat...
README (SKILL.md)

Container Runner

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Container Runner concepts, best practices, and implementation pat... 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]

Usage Guidance
This skill appears to be a benign, local reference tool that prints static documentation. If you plan to let the agent invoke it autonomously, note the agent will execute the included script locally when called (it only prints text). You may want to: 1) verify the small script is acceptable to run in your environment (it doesn't access network or secrets); 2) ignore the minor version/metadata inconsistencies (harmless documentation drift); and 3) if you prefer to avoid any autonomous execution at all, disable model invocation for the skill in your agent settings.
Capability Analysis
Type: OpenClaw Skill Name: container-runner Version: 3.0.2 The container-runner skill is a documentation reference tool that provides static information about container concepts. The implementation in scripts/script.sh consists entirely of bash heredocs that output plain text, with no network activity, file system manipulation, or credential access, aligning perfectly with its stated purpose in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description match the included files: SKILL.md and scripts/script.sh provide reference documentation and command output. Minor inconsistencies: registry/version metadata (3.0.2), SKILL.md header (3.0.1) and script VERSION (3.0.0) differ, and the quickstart text generically mentions "Required tools and access credentials" even though the skill itself does not require or request any credentials — these are documentation artifacts rather than functional mismatches.
Instruction Scope
SKILL.md states the skill outputs plain-text heredocs and requires no network or credentials. The included script simply prints static documentation for commands and does not read unspecified files, environment variables, or invoke network endpoints.
Install Mechanism
No install specification is provided and the skill is effectively instruction-only with a small helper script. Nothing is downloaded or written to disk by an installer; risk from installation is minimal.
Credentials
The skill declares no required environment variables, no credentials, and the script does not read or use env vars or secret-like paths. Requested privileges are proportional (none).
Persistence & Privilege
always is false, the skill does not request persistent presence or modify other skill/system configs. Autonomous invocation is permitted by default (platform normal) but the skill's actions are limited and local.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install container-runner
  3. After installation, invoke the skill by name or use /container-runner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.2
Fix description
v3.0.1
Fix description
v3.0.0
Clean package
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.7
yaml-fix+quality
v1.0.6
yaml-fix+quality
v1.0.5
Quality upgrade
v1.0.4
Quality upgrade: custom functionality
v1.0.3
De-template, unique content, script cleanup
v1.0.2
Quality fix: cleaner docs, removed flags
v1.0.1
Quality improvement: better docs, examples, cleaner text
v1.0.0
Initial release
Metadata
Slug container-runner
Version 3.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 13
Frequently Asked Questions

What is Container Runner?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Container Runner concepts, best practices, and implementation pat... It is an AI Agent Skill for Claude Code / OpenClaw, with 367 downloads so far.

How do I install Container Runner?

Run "/install container-runner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Container Runner free?

Yes, Container Runner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Container Runner support?

Container Runner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Container Runner?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v3.0.2.

💬 Comments