Pinpoint
APM, (Application Performance Management) tool for large-scale distributed systems. apm-monitor, java, agent, apm, distributed-tracing, monitoring, performance. Use when you need apm-monitor capabilities. Triggers on: apm-monitor.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain1/apm-monitorWhat This Skill Does
Pinpoint is a comprehensive Application Performance Management (APM) tool specifically engineered to handle the complexities of large-scale distributed systems. It acts as an observability agent that captures deep insights into transaction flows, latency, and system bottlenecks. By providing distributed tracing capabilities, it allows engineers to visualize how requests traverse across microservices, databases, and message brokers. Whether you are debugging a specific production issue or optimizing code performance, Pinpoint provides the technical telemetry necessary to maintain system health and reliability.
Installation
To integrate Pinpoint into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/bytesagain1/apm-monitor
Ensure that you have appropriate write permissions for the installation directory. Once installed, you can configure the storage location for your telemetry data by setting the APM_MONITOR_DIR environment variable. If not specified, it will default to ~/.local/share/apm-monitor/.
Use Cases
Pinpoint is ideal for:
- Distributed Tracing: Tracking a single transaction as it moves through multiple Java services.
- Performance Debugging: Identifying which specific service call is causing high latency in a user-facing request.
- System Monitoring: Maintaining a real-time status check on the health of your distributed infrastructure.
- Bottleneck Analysis: Determining database query bottlenecks or service-to-service communication failures.
Example Prompts
- "Pinpoint, can you run the apm-monitor status command and give me a summary of current system performance?"
- "I'm experiencing high latency in my distributed system. Please execute the apm-monitor run command to analyze the current tracing data."
- "Show me the help documentation for the apm-monitor tool so I can understand how to filter the output data."
Tips & Limitations
- Output Handling: All data is directed to stdout. It is best practice to pipe the output into a file if you are running long diagnostics:
apm-monitor run > trace_report.txt. - Configuration: Always verify your
APM_MONITOR_DIRto ensure you aren't filling up system partitions when performing extensive monitoring. - Environment: While designed for Java environments, ensure your environment variables are correctly mapped for the agent to communicate with your target services.
- Scope: This tool focuses on APM telemetry; it does not replace general server logging but complements it by providing architectural context for distributed requests.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain1-apm-monitor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write
Related Skills
bonded
Bonded warehouse reference — customs procedures, duty deferral, FTZ operations, compliance requirements. Use when managing bonded storage, customs clearance, or duty suspension logistics.
cmms
Computerized maintenance management system
benchmark-tool
Benchmark CPU, memory, disk I/O, and network on your system. Use when measuring server performance.
console
Console & terminal output reference — logging levels, ANSI colors, debugging techniques, formatters. Use when styling terminal output, implementing log systems, or debugging with console tools.
System Prompts And Models Of Ai Tools
FULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, L system prompts and models of ai tools, python, ai, bolt, cluely, copilot, cursor. Use when you need system prompts and models of ai tools capabilities. Triggers on: system prompts and models of ai tools.