← 返回 Skills 市场
ckchzh

Gymlog

作者 BytesAgain2 · GitHub ↗ · v2.0.3 · MIT-0
cross-platform ✓ 安全检测通过
191
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install gymlog
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Gymlog concepts, best practices, and implementation patterns.
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gymlog
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gymlog 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug gymlog
版本 2.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Gymlog 是什么?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Gymlog concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。

如何安装 Gymlog?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gymlog」即可一键安装,无需额外配置。

Gymlog 是免费的吗?

是的,Gymlog 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gymlog 支持哪些平台?

Gymlog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gymlog?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.3。

💬 留言讨论