← Back to Skills Marketplace
bytesagain1

Apm Monitor

by bytesagain1 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
364
Downloads
0
Stars
1
Active Installs
9
Versions
Install in OpenClaw
/install apm-monitor
Description
APM, (Application Performance Management) tool for large-scale distributed systems. apm-monitor, java, agent, apm, distributed-tracing, monitoring.
README (SKILL.md)

Pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems. ## Commands

  • help - Help
  • run - Run
  • info - Info
  • status - Status

Features

  • Core functionality from apm-monitor-apm/apm-monitor

Usage

Run any command: apm-monitor \x3Ccommand> [args]

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

# Show help
apm-monitor help

# Run
apm-monitor run
  • Run apm-monitor help for commands

  • No API keys needed

  • Run apm-monitor help for all commands

  • Run apm-monitor help for all commands

Output

Results go to stdout. Save with apm-monitor run > output.txt.

Configuration

Set APM_MONITOR_DIR to change data directory. Default: ~/.local/share/apm-monitor/

Usage Guidance
This skill appears to be a lightweight, local APM/monitoring CLI stub that logs data under ~/.local/share/apm-monitor (or APM_MONITOR_DIR if set). It does not ask for credentials or perform network calls. Before installing: (1) confirm you are comfortable with the skill creating files in your home directory (history.log, data.log), (2) review the included shell scripts if you want to be certain they match your security requirements (they are short and readable), and (3) note the naming inconsistencies (Pinpoint vs apm-monitor) and unimplemented parts (e.g., TODO in run) — this suggests the project may be incomplete. If you need a production-grade APM, prefer the official upstream project rather than this minimal toolkit.
Capability Analysis
Type: OpenClaw Skill Name: apm-monitor Version: 2.0.0 The skill bundle consists of placeholder shell scripts (pinpoint.sh and script.sh) for an Application Performance Management (APM) tool. The scripts implement basic command-line interfaces with no functional logic beyond logging actions to a local directory (~/.local/share/apm-monitor/) and printing status messages. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (APM CLI) align with the included scripts (apm-monitor / pinpoint helper). The included scripts implement help, simple data operations, and local logging — consistent with a minimal monitoring/analysis toolkit. Minor mismatch: SKILL.md and scripts use the name 'Pinpoint' and reference both 'pinpoint-apm' and 'apm-monitor' upstream projects, which is likely a naming/copying inconsistency but not a functional concern.
Instruction Scope
SKILL.md instructs running local commands (apm-monitor help/run/etc.). The scripts only read/write files under APM_MONITOR_DIR (default ~/.local/share/apm-monitor) and do not access other system paths, environment variables (except the one for data dir), or remote endpoints. No instructions ask the agent to collect or transmit data externally.
Install Mechanism
No install spec — instruction-only skill with small shell scripts included. Nothing is downloaded or installed from external URLs at runtime, so install risk is low.
Credentials
The skill requests no environment variables or credentials. It optionally uses APM_MONITOR_DIR to locate its data directory (declared in SKILL.md). No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent elevated privileges or attempt to modify other skills or global agent settings. It will create and write files only within its own data directory.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install apm-monitor
  3. After installation, invoke the skill by name or use /apm-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.7
yaml-fix+quality
v1.0.6
yaml-fix+quality
v1.0.5
Quality upgrade
v1.0.4
Quality upgrade: custom functionality
v1.0.3
De-template, unique content, script cleanup
v1.0.2
Quality fix: cleaner docs, removed flags
v1.0.1
Quality improvement: better docs, examples, cleaner text
v1.0.0
Initial release
Metadata
Slug apm-monitor
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 9
Frequently Asked Questions

What is Apm Monitor?

APM, (Application Performance Management) tool for large-scale distributed systems. apm-monitor, java, agent, apm, distributed-tracing, monitoring. It is an AI Agent Skill for Claude Code / OpenClaw, with 364 downloads so far.

How do I install Apm Monitor?

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

Is Apm Monitor free?

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

Which platforms does Apm Monitor support?

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

Who created Apm Monitor?

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

💬 Comments