← 返回 Skills 市场
138
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install v35-test-report
功能描述
分析v3.5生产部署器日志,生成测试报告和统计数据。支持运行状态监控、版本对比、策略分析,适合AI Agent性能评估和实验报告生成。
安全使用建议
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%').
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install v35-test-report - 安装完成后,直接呼叫该 Skill 的名称或使用
/v35-test-report触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: analyze v3.5 production logs, generate test reports with performance comparison and strategy analysis
元数据
常见问题
v3.5 Test Report 是什么?
分析v3.5生产部署器日志,生成测试报告和统计数据。支持运行状态监控、版本对比、策略分析,适合AI Agent性能评估和实验报告生成。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。
如何安装 v3.5 Test Report?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install v35-test-report」即可一键安装,无需额外配置。
v3.5 Test Report 是免费的吗?
是的,v3.5 Test Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
v3.5 Test Report 支持哪些平台?
v3.5 Test Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 v3.5 Test Report?
由 rf-AI-WH(@rf-ai-wh)开发并维护,当前版本 v1.0.0。
推荐 Skills