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 chromium7w4.net小蔥技能站收錄全網優質技能,值得收藏。
cd ~/.openclaw/skills/pcs-epbp/scripts
python main.py
可配合 cron 實現每日自動執行:
# 每天上午9點執行
0 9 * * * cd ~/.openclaw/skills/test-test01/scripts && python main.py
這是一個用於自動搬運資料的技能,但質量一般。主要問題是隻提供了使用說明文件,缺少實際可執行的程式程式碼,無法真正使用。文件寫得還算清楚,但技能本身不完整。對於需要自動化辦公的使用者來說,這個版本暫時無法滿足需求。