← 返回 Skills 市场
bytesagain1

Logscope

作者 bytesagain1 · GitHub ↗ · v2.0.3 · MIT-0
cross-platform ✓ 安全检测通过
186
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install logscope
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Logscope concepts, best practices, and implementation patterns.
使用说明 (SKILL.md)

Logscope

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Logscope 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 simple local reference: installing it only adds a small script that prints documentation and it does not request credentials or perform network calls. Before enabling, you can (1) inspect scripts/script.sh yourself to verify behavior (it’s short and readable), (2) note the small version string mismatch (2.0.3 vs 2.0.2) which is likely a packaging oversight, and (3) remember that while the skill itself makes no network requests, the agent platform could still be permitted to access network resources—only enable if you trust the agent runtime and its network policies.
功能分析
Type: OpenClaw Skill Name: logscope Version: 2.0.3 The 'logscope' skill is a simple documentation reference tool that provides static text guides for development concepts. Analysis of 'scripts/script.sh' and 'SKILL.md' shows no network activity, file system modifications, credential access, or prompt injection attempts; it strictly outputs documentation via heredocs.
能力评估
Purpose & Capability
The name/description (Logscope reference) match the delivered artifacts: SKILL.md documents reference commands and the included script prints static reference text. There are no unrelated env vars, binaries, or capabilities requested.
Instruction Scope
SKILL.md instructs the agent to output plain-text heredocs with no external API calls or credentials. The runtime script implements those commands and does not read arbitrary files, environment secrets, or perform network calls. Minor inconsistency: SKILL metadata/version is 2.0.3 while the script sets VERSION="2.0.2" (harmless but worth noting).
Install Mechanism
No install spec is provided (instruction-only). The only code is a small local shell script; nothing is downloaded or written to disk during an install step.
Credentials
No required environment variables, credentials, or config paths are declared or accessed by the script or SKILL.md. The documentation mentions tools like tcpdump/wireshark in examples but does not request their credentials or invoke them.
Persistence & Privilege
always:false and default invocation settings are used. The skill does not request persistent system presence or attempt to modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install logscope
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /logscope 触发
  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 logscope
版本 2.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Logscope 是什么?

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

如何安装 Logscope?

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

Logscope 是免费的吗?

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

Logscope 支持哪些平台?

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

谁开发了 Logscope?

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

💬 留言讨论