← Back to Skills Marketplace
test转储
by
shandongwill
· GitHub ↗
· v1.0.2
· MIT-0
300
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test-test01
Description
从test页面获取数据导入到test01
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install test-test01 - After installation, invoke the skill by name or use
/test-test01 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
test-test01 v1.0.1
- 新增详细文档,描述技能用途、依赖安装、使用方式及工作流程
- 明确列出支持的触发器(RPA、数据转储)与标签(RPA、excel)
- 提供 cron 定时任务示例,支持每日自动执行
- 补充运行和页面结构变动相关注意事项
Metadata
Frequently Asked Questions
What is test转储?
从test页面获取数据导入到test01. It is an AI Agent Skill for Claude Code / OpenClaw, with 300 downloads so far.
How do I install test转储?
Run "/install test-test01" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is test转储 free?
Yes, test转储 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does test转储 support?
test转储 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created test转储?
It is built and maintained by shandongwill (@shandongwill); the current version is v1.0.2.
More Skills