← 返回 Skills 市场
shandongwill

pcs转储

作者 shandongwill · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
261
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pcs-epbp
功能描述
从pcs页面获取数据导入到epbp
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pcs-epbp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pcs-epbp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
pcs-epbp 1.0.0 – 初始版本发布 - 自动从 PCS 页面抓取表格数据,并导出为 Excel 文件 - 支持自动将导出的数据上传导入到 EBP 系统 - 支持以定时任务方式每天自动执行 - 文档提供详细依赖安装和使用流程说明
元数据
Slug pcs-epbp
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

pcs转储 是什么?

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

如何安装 pcs转储?

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

pcs转储 是免费的吗?

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

pcs转储 支持哪些平台?

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

谁开发了 pcs转储?

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

💬 留言讨论