test-test01

从test页面获取数据导入到test01

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "test-test01" with this command: npx skills add shandongwill/test-test1

test数据自动转储录入技能

功能说明

自动从 PCS 页面抓取表格数据,导出 Excel 后导入到 EBP 系统。

安装依赖

pip install playwright openpyxl
playwright install chromium

使用方式

cd ~/.openclaw/skills/pcs-epbp/scripts
python main.py

工作流程

  1. 打开 PCS 页面:http://xxx:5173/#/vmodelDemo
  2. 抓取表格数据
  3. 导出为 Excel (pcs_data.xlsx)
  4. 打开 EBP 页面:http://xxx:5173/#/home
  5. 自动上传 Excel 并导入

定时任务

可配合 cron 实现每日自动执行:

# 每天上午9点执行
0 9 * * * cd ~/.openclaw/skills/test-test01/scripts && python main.py

注意事项

  • 首次运行需要安装 Playwright 浏览器
  • 如页面结构变化,需调整选择器
  • EBP 导入按钮选择器可能需要根据实际页面调整

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

AutoClaw Browser Automation

Complete browser automation skill with MCP protocol support and Chrome extension

Registry SourceRecently Updated
0348
Profile unavailable
Coding

Doc Handler - 文档处理

读取和编辑 Word、PDF、Excel 文档。使用 python-docx、pdfplumber、openpyxl

Registry SourceRecently Updated
0594
Profile unavailable
Automation

Metal Price

全球铁合金网价格查询与导出技能。自动登录www.qqthj.com网站,查询指定金属(如锰铁、钒铁等)的当日价格数据,抓取价格表格并导出为Excel文件。

Registry SourceRecently Updated
0290
Profile unavailable