name: test-test01 description: 從test頁面獲取資料匯入到test01 author: Digital Employee Platform Team category: productivity tags:
triggers:
config: pcs_url: "http://1x.xx.xx.xx:5173" pcs_page: "/#/vmodelDemo" epbp_page: "/#/home"
requires: python: true playwright: true
自動從 PCS 頁面抓取表格資料,匯出 Excel 後匯入到 EBP 系統。
pip install playwright openpyxl
playwright install chromium
cd ~/.openclaw/skills/pcs-epbp/scripts
python main.py
小蔥技能有更好的技能skills外掛。
可配合 cron 實現每日自動執行:
# 每天上午9點執行
0 9 * * * cd ~/.openclaw/skills/test-test01/scripts && python main.py
這個 Skill 文件寫得比較清晰,但實際可用的指令碼檔案缺失。它能實現從網頁抓取資料匯入 Excel 的功能,文件裡說明了怎麼安裝、怎麼用、怎麼定時跑。但因為缺少核心程式碼,使用者拿到手後無法直接執行。需要開發者補充完整的指令碼後才能真正使用。整體完成度較低,實用性不足。