← Back to Skills Marketplace
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install metric-skill
Description
分析 Java 业务代码,识别监控指标项,提供指标定义、标签建议及采集方案,支持AOP类补充参考。
Usage Guidance
This skill appears internally consistent and does not request credentials or perform installs. Before using it, explicitly select which files or directories to analyze (avoid scanning entire repos with secrets). Be aware that the agent will read and process your source code — if your platform sends prompts or files to external LLM services, that code may be transmitted off-host. If you need guarantees that code will not leave your environment, confirm the runtime privacy model or perform the analysis locally with tools you control.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (identify metrics from Java business code) aligns with the runtime instructions: scan Java service/controller/manager/facade classes, infer metrics from method names, parameters, returns, exceptions, timing, and optionally AOP classes. No unrelated resources (cloud credentials, system config) are requested.
Instruction Scope
The SKILL.md directs the agent to read user-provided Java files and — with explicit user consent — to scan project AOP/Interceptor/Filter classes. This is coherent for the purpose, but it means the agent will process source files from the user's repository. Users should be aware the agent will examine code that may contain sensitive information (credentials, private data) if they allow scanning whole projects; the skill itself does not declare any restrictions beyond file-glob patterns.
Install Mechanism
No install specification and no code files are present (instruction-only). This is low-risk: nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths. The requested access (reading source files and optionally AOP classes) is proportionate to the stated goal.
Persistence & Privilege
The skill does not request persistent/always-on presence and has no install actions that modify agent configuration. Autonomous invocation is allowed by platform default but is not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install metric-skill - After installation, invoke the skill by name or use
/metric-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Metric-skill 1.0.0 – Initial Release
- Analyzes Java business code to identify monitorable metrics and provide monitoring suggestions.
- Recognizes metrics using code patterns (method names, parameters, return types, etc.), without assuming specific business domains.
- Supports optional AOP/Interceptor/Filter class scanning for comprehensive metric coverage and to avoid redundant collection.
- Outputs unified metric recognition reports with actionable suggestions for metric names, labels, and collection methods.
- Clear guide on integrating metric tracking via manual, annotation-based, or existing AOP mechanisms.Analyze Java business code to identify monitorable metrics and provide metric definitions and collection suggestions.
Metadata
Frequently Asked Questions
What is MicroService Metric Skill?
分析 Java 业务代码,识别监控指标项,提供指标定义、标签建议及采集方案,支持AOP类补充参考。 It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.
How do I install MicroService Metric Skill?
Run "/install metric-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MicroService Metric Skill free?
Yes, MicroService Metric Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MicroService Metric Skill support?
MicroService Metric Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MicroService Metric Skill?
It is built and maintained by Azr (@azrcn); the current version is v1.0.0.
More Skills