← Back to Skills Marketplace
ckchzh

Gymlog

by BytesAgain2 · GitHub ↗ · v2.0.3 · MIT-0
cross-platform ✓ Security Clean
191
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install gymlog
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Gymlog concepts, best practices, and implementation patterns.
README (SKILL.md)

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

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 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.
Capability Analysis
Type: OpenClaw Skill Name: gymlog Version: 2.0.3 The gymlog skill is a simple documentation reference tool that provides static text information about development patterns and practices. The implementation in `scripts/script.sh` uses standard bash heredocs to output plain text and contains no network requests, file system modifications, or credential access. The `SKILL.md` instructions are consistent with the script's functionality and do not contain any prompt injection attempts.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gymlog
  3. After installation, invoke the skill by name or use /gymlog
  4. 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
Slug gymlog
Version 2.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Gymlog?

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

How do I install Gymlog?

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

Is Gymlog free?

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

Which platforms does Gymlog support?

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

Who created Gymlog?

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

💬 Comments