← Back to Skills Marketplace
pcs转储
by
shandongwill
· GitHub ↗
· v1.0.0
· MIT-0
261
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pcs-epbp
Description
从pcs页面获取数据导入到epbp
Usage Guidance
This skill appears to do exactly what it says: scrape a PCS page and import an Excel into an EBP page. Before installing/running: (1) review and, if needed, parameterize the hardcoded PCS/EBP URLs in scripts (SKILL.md lists configurable values but the script ignores them); (2) confirm the internal host 10.68.160.117 is the correct/trusted target on your network and that any required authentication is handled (the script does not perform login); (3) install Playwright and its browser as instructed and run the script in a controlled environment first (it launches headless Chromium and writes pcs_data.xlsx to disk); (4) verify the upload selectors and that the import action behaves as expected to avoid accidental data changes; and (5) inspect the script for any modifications if you plan to run it automatically (cron) to ensure it won't be repointed to other hosts or exfiltrate data.
Capability Analysis
Type: OpenClaw Skill
Name: pcs-epbp
Version: 1.0.0
The skill is a standard Robotic Process Automation (RPA) tool designed to scrape data from one internal web interface and upload it to another on the same local network (10.68.160.117). The Python script (scripts/main.py) uses Playwright and openpyxl to perform these tasks as described in SKILL.md, with no evidence of data exfiltration, malicious intent, or prompt injection.
Capability Assessment
Purpose & Capability
The skill's name/description (fetch data from PCS and import to EBP) aligns with the included script: the Python script uses Playwright to load the PCS page, extract table rows, save an Excel, and navigate to the EBP page to upload it. One minor mismatch: SKILL.md shows a configurable 'config' block (pcs_url, pages, fields) but the script uses hardcoded PCS/EBP constants instead of reading a config — this is an implementation inconsistency but not a security mismatch.
Instruction Scope
SKILL.md and the script stay within the stated workflow: visiting internal URLs, scraping a table, writing pcs_data.xlsx, and uploading it via a file input. The instructions do not read unrelated files, environment variables, or transmit data to external endpoints. The script does not attempt to access credentials or system-wide config.
Install Mechanism
There is no automated install spec in the registry (instruction-only), and SKILL.md suggests installing standard Python packages (playwright, openpyxl) and running 'playwright install chromium'. This is typical for a Playwright-based script and does not fetch arbitrary code from an unknown host.
Credentials
The skill does not request environment variables, credentials, or config paths. It operates on local file pcs_data.xlsx and accesses internal HTTP addresses (10.68.160.117), which is consistent with its declared purpose.
Persistence & Privilege
The skill is not always-enabled and uses the normal invocation model. It does not modify other skills or system-wide settings. It writes only the exported Excel file in the working directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pcs-epbp - After installation, invoke the skill by name or use
/pcs-epbp - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
pcs-epbp 1.0.0 – 初始版本发布
- 自动从 PCS 页面抓取表格数据,并导出为 Excel 文件
- 支持自动将导出的数据上传导入到 EBP 系统
- 支持以定时任务方式每天自动执行
- 文档提供详细依赖安装和使用流程说明
Metadata
Frequently Asked Questions
What is pcs转储?
从pcs页面获取数据导入到epbp. It is an AI Agent Skill for Claude Code / OpenClaw, with 261 downloads so far.
How do I install pcs转储?
Run "/install pcs-epbp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is pcs转储 free?
Yes, pcs转储 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does pcs转储 support?
pcs转储 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created pcs转储?
It is built and maintained by shandongwill (@shandongwill); the current version is v1.0.0.
More Skills