← 返回 Skills 市场
49
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install product-test-skill
功能描述
Processes CSV files to generate statistical summaries (mean, median, std, min, max) for specified numeric columns and row count.
安全使用建议
This skill appears coherent and low-risk: it only needs to read a local CSV and compute statistics. Before installing, ensure you are comfortable with the agent having access to the local files you provide (do not point it at sensitive data). Also ensure the execution environment has the required Python packages (pandas >=2.0.0, numpy >=1.24.0) or that you trust the environment to install them. Finally, verify the platform's runtime network/file permissions since the skill's SKILL.md claims no network access — platforms can still grant broader permissions at runtime.
功能分析
Type: OpenClaw Skill
Name: product-test-skill
Version: 1.0.0
The skill bundle contains metadata and documentation for a standard CSV data analysis tool. The instructions in skill.md describe basic statistical processing using pandas and numpy with local file access and no network requirements, showing no signs of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name/description (CSV statistical summaries) align with the inputs, outputs, and declared dependencies (pandas, numpy). There is no request for unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md explicitly limits actions to reading a provided local CSV path and computing statistics; it states no network access is required. The instructions do not ask the agent to read unrelated files, environment variables, or transmit data to external endpoints.
Install Mechanism
This is an instruction-only skill (no install spec, no code). That is low risk. It lists pandas and numpy as dependencies but provides no install mechanism — not a security problem but means the runtime must already have (or be allowed to install) those packages.
Credentials
The skill requests no environment variables, credentials, or config paths. The scope of access (local file read) is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request always: true, does not modify other skills, and does not claim persistent/system-wide changes. Autonomous invocation is allowed (platform default) but not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install product-test-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/product-test-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the self-improvement logging skill for OpenClaw and generic agents.
- Captures learnings, user corrections, errors, and feature requests in standardized markdown files under `.learnings/`.
- Includes initialization instructions to set up `.learnings/LEARNINGS.md`, `ERRORS.md`, and `FEATURE_REQUESTS.md` with clear file formats.
- Provides detailed workflows for logging, promoting broadly applicable insights to workspace knowledge files, and maintaining safe handling of sensitive information.
- Integrates with OpenClaw for automated reminders and cross-session learning sharing; also outlines generic usage for other agents.
元数据
常见问题
test-skill 是什么?
Processes CSV files to generate statistical summaries (mean, median, std, min, max) for specified numeric columns and row count. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。
如何安装 test-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install product-test-skill」即可一键安装,无需额外配置。
test-skill 是免费的吗?
是的,test-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
test-skill 支持哪些平台?
test-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 test-skill?
由 aidfsoft(@aidfsoft)开发并维护,当前版本 v1.0.0。
推荐 Skills