← Back to Skills Marketplace
bytesagain1

Logscope

by bytesagain1 · GitHub ↗ · v2.0.3 · MIT-0
cross-platform ✓ Security Clean
186
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install logscope
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Logscope concepts, best practices, and implementation patterns.
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install logscope
  3. After installation, invoke the skill by name or use /logscope
  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 logscope
Version 2.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Logscope?

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

How do I install Logscope?

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

Is Logscope free?

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

Which platforms does Logscope support?

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

Who created Logscope?

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

💬 Comments