test轉儲

👤 shandongwill 📦 v1.0.1 ⭐ 3.8 ⬇️ 771 下載
📊 資料分析 免費

📖 技能介紹


name: test-test01 description: 從test頁面獲取資料匯入到test01 author: Digital Employee Platform Team category: productivity tags:

  • RPA
  • excel

triggers:

  • RPA
  • 資料轉儲

config: pcs_url: "http://1x.xx.xx.xx:5173" pcs_page: "/#/vmodelDemo" epbp_page: "/#/home"

requires: python: true playwright: true


test資料自動轉儲錄入技能

功能說明

自動從 PCS 頁面抓取表格資料,匯出 Excel 後匯入到 EBP 系統。

安裝依賴

pip install playwright openpyxl
playwright install chromium

7w4.net小蔥技能站收錄全網優質技能,值得收藏。

使用方式

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 匯入按鈕選擇器可能需要根據實際頁面調整

🤖 AI 評測

這是一個用於自動搬運資料的技能,但質量一般。主要問題是隻提供了使用說明文件,缺少實際可執行的程式程式碼,無法真正使用。文件寫得還算清楚,但技能本身不完整。對於需要自動化辦公的使用者來說,這個版本暫時無法滿足需求。

📊 多維度評分

適應性3.9
規範性3.8
有效性3.5
可靠性3.2
可信度5

📁 包含檔案 (2 個)

📄 SKILL.md 1.2 KB
📄 _meta.json 129 B