← 返回 Skills 市场
bytesagain1

Console

作者 bytesagain1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
210
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install console
功能描述
Console & terminal output reference — logging levels, ANSI colors, debugging techniques, formatters. Use when styling terminal output, implementing log syste...
使用说明 (SKILL.md)

Console — Console Output & Debugging Reference

Quick-reference skill for console output formatting, logging systems, ANSI escape codes, and debugging techniques.

When to Use

  • Formatting terminal output with colors and styles
  • Implementing a logging system with proper levels
  • Debugging with browser/Node.js console methods
  • Building CLI tools with professional output
  • Understanding ANSI escape codes and terminal capabilities

Commands

intro

scripts/script.sh intro

Overview of console output — streams, TTY detection, output principles.

ansi

scripts/script.sh ansi

ANSI escape codes — colors, styles, cursor control, 256-color and truecolor.

logging

scripts/script.sh logging

Log levels and best practices — DEBUG, INFO, WARN, ERROR, FATAL.

browser

scripts/script.sh browser

Browser console API — log, table, group, time, profile, assert.

node

scripts/script.sh node

Node.js console and util — inspect, format, debug module, chalk.

cli

scripts/script.sh cli

CLI output patterns — progress bars, spinners, tables, prompts.

debug

scripts/script.sh debug

Debugging techniques — breakpoints, stack traces, conditional logging.

tools

scripts/script.sh tools

Console tools and libraries — chalk, winston, pino, log4j, structlog.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Variable Description
CONSOLE_DIR Data directory (default: ~/.console/)

Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to be a safe, local reference: inspect the bundled scripts/script.sh (already provided) before running to confirm there are no unexpected commands. If you plan to run it in an automated agent, ensure the agent's runtime environment restricts network access or file writes if you want extra caution, though the visible portion of the script only emits help text and examples.
功能分析
Type: OpenClaw Skill Name: console Version: 1.0.0 The 'console' skill bundle is a purely informational reference tool for terminal output formatting, logging best practices, and debugging techniques. The primary script (scripts/script.sh) contains static text blocks delivered via heredocs and lacks any network activity, file system modifications, or sensitive data access.
能力评估
Purpose & Capability
Name/description match the provided artifacts: an instruction-only skill that documents console output, ANSI codes, logging, and debugging. It does not request unrelated credentials, binaries, or system access.
Instruction Scope
SKILL.md directs the agent to run the included scripts/script.sh subcommands, which render help text. The instructions reference a single optional config variable (CONSOLE_DIR) but do not instruct reading unrelated files, contacting external endpoints, or exfiltrating data.
Install Mechanism
No install spec is provided (instruction-only). The skill includes a local script file that will be run; there are no downloads or archive extractions from external URLs.
Credentials
The skill declares no required environment variables, secrets, or config paths. The documentation mentions respecting NO_COLOR and suggests LOG_LEVEL patterns, which are reasonable and not demanding credentials.
Persistence & Privilege
always is false and the skill is user-invocable/autonomous by default — appropriate for this kind of reference skill. It does not request persistent privileges or modify other skills/config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install console
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /console 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug console
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Console 是什么?

Console & terminal output reference — logging levels, ANSI colors, debugging techniques, formatters. Use when styling terminal output, implementing log syste... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 210 次。

如何安装 Console?

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

Console 是免费的吗?

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

Console 支持哪些平台?

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

谁开发了 Console?

由 bytesagain1(@bytesagain1)开发并维护,当前版本 v1.0.0。

💬 留言讨论