Serverless Runner

v2.0.1

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

0· 169·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 bytesagain3/serverless-runner.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Serverless Runner" (bytesagain3/serverless-runner) from ClawHub.
Skill page: https://clawhub.ai/bytesagain3/serverless-runner
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 serverless-runner

ClawHub CLI

Package manager switcher

npx clawhub@latest install serverless-runner
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's description, SKILL.md, and included script are coherent: they provide local reference text and commands. Minor inconsistencies: the shipped script uses a bash shebang (so bash is required to execute it) but the registry metadata lists no required binaries; the script's internal VERSION is "2.0.0" while the skill metadata version is 2.0.1. These are implementation inconsistencies but do not indicate malicious behavior.
Instruction Scope
SKILL.md explicitly states all commands produce plain-text heredoc output and that there are no external API calls, credentials, or network access. The included script only emits static documentation via heredocs and does not read files, access environment variables, or contact external endpoints.
Install Mechanism
No install spec is provided and no downloads or extracts occur. The skill is instruction-only with a bundled script, which is the lowest-risk install posture.
Credentials
The skill declares no required environment variables or credentials and the runtime instructions and script do not reference any secrets or external tokens.
Persistence & Privilege
always is false, no persistent or elevated privileges are requested, and the skill does not attempt to modify other skills, agent configurations, or system settings.
Assessment
This skill appears to be a simple, local documentation/reference tool and is internally coherent. Recommended precautions before installing: (1) if you plan to execute the included script, ensure it runs in an environment with bash available (or update the metadata to list bash as a requirement); (2) review the few minor inconsistencies (version string mismatch and a quoted heredoc in the help function that prevents $VERSION expansion) if you expect exact version reporting; (3) run the script in a sandboxed environment if you need an extra safety check — the script itself is static and does not perform network or file-write operations.

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

latestvk97042ddc3wfymw9mq71s4x32s83gdmt
169downloads
0stars
3versions
Updated 1mo ago
v2.0.1
MIT-0

Serverless Runner

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