← Back to Skills Marketplace
138
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install v35-test-report
Description
分析v3.5生产部署器日志,生成测试报告和统计数据。支持运行状态监控、版本对比、策略分析,适合AI Agent性能评估和实验报告生成。
Usage Guidance
This skill appears coherent and low-risk: it runs a small local Python script that parses /tmp/agent_v35_production.log and prints statistics. Before installing or running it, verify the log path is correct and that the log file does not contain sensitive data you don't want processed. If you plan to run this in a shared environment, consider copying a sanitized sample of the log to a safe location and run the script there. Also review/modify the simple regexes in scripts/generate_report.py if your log format differs (they assume specific text patterns like '使用: V35' and '准确度: XX%').
Capability Analysis
Type: OpenClaw Skill
Name: v35-test-report
Version: 1.0.0
The skill bundle is a straightforward log analysis tool designed to generate performance reports from a specific local log file (/tmp/agent_v35_production.log). The Python script (scripts/generate_report.py) uses standard regex to parse statistics and contains no network activity, file system modifications, or suspicious execution logic.
Capability Assessment
Purpose & Capability
Name/description describe log analysis and reporting; included script and SKILL.md only read a local log file and compute stats—these requirements match the stated purpose.
Instruction Scope
SKILL.md directs the agent to run the provided Python script and documents the data source (/tmp/agent_v35_production.log). Instructions do not request reading unrelated files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec; skill is instruction-only with a small local script. No downloads or package installs are specified, which minimizes installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths beyond the single log path it uses. Requested access is proportional to the task.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or global settings, and has no built-in persistence. Autonomous invocation is allowed by default (normal).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install v35-test-report - After installation, invoke the skill by name or use
/v35-test-report - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: analyze v3.5 production logs, generate test reports with performance comparison and strategy analysis
Metadata
Frequently Asked Questions
What is v3.5 Test Report?
分析v3.5生产部署器日志,生成测试报告和统计数据。支持运行状态监控、版本对比、策略分析,适合AI Agent性能评估和实验报告生成。 It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.
How do I install v3.5 Test Report?
Run "/install v35-test-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is v3.5 Test Report free?
Yes, v3.5 Test Report is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does v3.5 Test Report support?
v3.5 Test Report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created v3.5 Test Report?
It is built and maintained by rf-AI-WH (@rf-ai-wh); the current version is v1.0.0.
More Skills