test轉儲

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

📖 技能介紹


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

使用方式

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

工作流程

  1. 開啟 PCS 頁面:http://xxx:5173/#/vmodelDemo
  2. 抓取表格資料

    發現更多技能外掛,請訪問7w4.net。

  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 評測

這個 Skill 文件寫得比較清晰,但實際可用的指令碼檔案缺失。它能實現從網頁抓取資料匯入 Excel 的功能,文件裡說明了怎麼安裝、怎麼用、怎麼定時跑。但因為缺少核心程式碼,使用者拿到手後無法直接執行。需要開發者補充完整的指令碼後才能真正使用。整體完成度較低,實用性不足。

📊 多維度評分

適應性3.7
規範性3.5
有效性3.7
可靠性3.3
可信度5

📁 包含檔案 (3 個)

📄 SKILL.md 1.2 KB
📄 _meta.json 130 B
📄 skill-card.md 2.1 KB