Gymlog

v2.0.3

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

0· 189·1 current·1 all-time
byBytesAgain2@ckchzh

Install

OpenClaw Prompt Flow

Install with OpenClaw

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

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install gymlog
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Gymlog reference) match the provided files: SKILL.md documents static reference commands and scripts/script.sh implements those commands. Nothing in the bundle requests unrelated capabilities or credentials.
Instruction Scope
Runtime instructions and the included script only print static heredoc content and do not read environment variables, call external endpoints, or access system config. Minor note: the shipped script is a bash program, but the registry metadata lists no required binaries; in practice the script requires a POSIX shell (#!/usr/bin/env bash). This is a small mismatch (usability, not a security red flag).
Install Mechanism
No install spec is provided and no network downloads or package installs occur. The skill is effectively instruction-only with an included local script, which means nothing will be fetched or executed from external URLs during install.
Credentials
The skill declares no environment variables or credentials and the code does not read secrets or require keys. Requested environment access is proportionate (none).
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or modify other skills. Autonomous invocation is allowed by default but the skill's limited scope keeps risk low.
Assessment
This skill appears to be a safe, read-only reference: it prints static documentation and does not access network or credentials. Before enabling, check that you are comfortable allowing the agent to execute a simple bash script (scripts/script.sh). Note two small issues: the script sets VERSION=2.0.2 while the registry metadata lists 2.0.3 (version mismatch, not a security issue), and the help heredoc uses single quotes so it will display the literal string "$VERSION" rather than substituting the variable (usability issue). If you trust the publisher (bytesagain.com) and your environment allows running small local shell scripts, this skill is coherent and low-risk. If you need extra caution, review the script file yourself or run it in an isolated environment before use.

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

latestvk978t0a7gyq8c0qhzkeaxgtcm983gapa
189downloads
0stars
4versions
Updated 1mo ago
v2.0.3
MIT-0

Gymlog

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