← 返回 Skills 市场
shandongwill

test转储

作者 shandongwill · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
300
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test-test01
功能描述
从test页面获取数据导入到test01
安全使用建议
Do not run the commands in SKILL.md until you verify what main.py is and review its code. The published skill contains only documentation, no code—its instructions expect a script at ~/.openclaw/skills/test-test01/scripts/main.py that is not provided. Before installing or scheduling anything: (1) obtain the actual implementation and inspect it line-by-line to ensure it only accesses the intended PCS/EBP URLs and does not exfiltrate data; (2) confirm how authentication is handled (do not hard-code credentials in scripts; use secure storage); (3) be aware that `playwright install` will download browser binaries to the machine; (4) if you plan to cron this, test interactively first and limit the account privileges it runs under. If the publisher supplies the missing main.py, share its code for a re-evaluation—if that code matches the described behavior and contains no unexpected network calls or file access, the assessment could be upgraded to benign.
功能分析
Type: OpenClaw Skill Name: test-test01 Version: 1.0.2 The skill bundle describes a standard Robotic Process Automation (RPA) workflow for transferring data between two web interfaces using Playwright and Excel. The provided files (_meta.json and SKILL.md) contain no malicious code, obfuscation, or harmful instructions. While the implementation script (main.py) is referenced but not included in the provided text, the documented purpose and configuration are consistent with legitimate productivity tools for data entry.
能力评估
Purpose & Capability
The declared purpose (automatically scrape a PCS page, export Excel, and import to EBP) matches the dependencies (python, playwright). However the SKILL.md expects a main.py under ~/.openclaw/skills/test-test01/scripts but the published skill contains no code files—this mismatch means the package does not actually provide the implementation it instructs to run.
Instruction Scope
Runtime instructions tell the agent/user to cd into a path in the user's home and run python main.py, install Playwright (which downloads browser binaries), and add a cron job. Because no script is included, following these instructions would execute whatever main.py already exists on disk (potentially arbitrary code). The instructions do not declare how to authenticate to PCS/EBP (no creds specified) yet describe performing uploads and downloads, which is an unexplained gap.
Install Mechanism
There is no install spec in the registry package (instruction-only). The SKILL.md recommends pip install and playwright install, which are normal for a Playwright-based RPA task; no remote, arbitrary download URLs or extract steps are specified in the package itself.
Credentials
The skill declares no required environment variables or credentials. In practice, automating login/upload to PCS/EBP normally requires authentication (username/password, API token) but the skill neither requests these nor explains where credentials should come from. That omission is a design gap and could lead to unsafe ad-hoc credential handling by the user or the script.
Persistence & Privilege
The skill is not marked always:true and uses normal autonomous invocation defaults. The SKILL.md suggests the user may add a cron job, but the package itself does not request persistent or system-wide privileges or modify other skills' settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install test-test01
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /test-test01 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
test-test01 v1.0.1 - 新增详细文档,描述技能用途、依赖安装、使用方式及工作流程 - 明确列出支持的触发器(RPA、数据转储)与标签(RPA、excel) - 提供 cron 定时任务示例,支持每日自动执行 - 补充运行和页面结构变动相关注意事项
元数据
Slug test-test01
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

test转储 是什么?

从test页面获取数据导入到test01. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 300 次。

如何安装 test转储?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-test01」即可一键安装,无需额外配置。

test转储 是免费的吗?

是的,test转储 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

test转储 支持哪些平台?

test转储 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 test转储?

由 shandongwill(@shandongwill)开发并维护,当前版本 v1.0.2。

💬 留言讨论