labarchive-integration
自動化電子實驗室筆記本工作流程
Auch verfügbar von: K-Dense-AI
LabArchives 整合可透過程式化方式存取電子實驗室筆記本。自動執行資料備份、條目建立和檔案附加。連接 Jupyter、Prism 和 REDCap 等科學工具,以簡化研究文檔工作。
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "labarchive-integration". Backup notebook 12345 to JSON format without attachments
Erwartetes Ergebnis:
- 正在備份筆記本 12345...
- 備份已儲存:backups/notebook_12345_20250107_120000.json
- 檔案大小:2.45 MB
- 備份完成:1 成功,0 失敗
Verwendung von "labarchive-integration". Create entry titled PCR Results with sample data
Erwartetes Ergebnis:
- 正在建立條目:PCR Results
- 條目已成功建立
- 條目 ID:67890
- 準備好上傳附件
Verwendung von "labarchive-integration". Upload experiment data files to notebook
Erwartetes Ergebnis:
- 正在批次上傳 ./experiment_data/ 中的 5 個檔案
- 正在上傳:sample_data.csv... 成功
- 正在上傳:reaction_log.txt... 成功
- 正在上傳:plate_layout.png... 成功
- 批次上傳完成:5 成功,0 失敗
Sicherheitsaudit
Niedriges RisikoThis is a legitimate LabArchives API integration skill for electronic lab notebook automation. All 264 static findings are false positives caused by the scanner misinterpreting markdown code blocks as shell commands and flagging documentation references to encryption concepts. The actual Python code implements secure credential handling with 0o600 file permissions, makes documented API calls only to LabArchives servers, and performs standard file operations for backups. No malicious patterns, credential exfiltration, or suspicious network behavior detected.
Risikofaktoren
⚡ Enthält Skripte (3)
🌐 Netzwerkzugriff (1)
📁 Dateisystemzugriff (2)
Qualitätsbewertung
Was du bauen kannst
記錄實驗資料
自動將儀器資料、影像和分析結果上傳至電子實驗室筆記本,以建立永久記錄
備份研究筆記本
排程自動化備份所有實驗室筆記本,以防止資料遺失並確保合規性
連接研究工具
建立管線,將資料從 Jupyter、REDCap 和其他工具自動移入 LabArchives
Probiere diese Prompts
使用 LabArchives 技能列出使用者 [email] 可存取的所有筆記本
在筆記本 [nbid] 中建立名為「實驗結果」的新 LabArchives 條目,內容為「[description]」
將檔案 /path/to/data.csv 作為附件上傳至筆記本 [nbid] 中的條目 [entry_id]
將所有 LabArchives 筆記本備份至本機「backups」目錄,並加上時間戳記
Bewährte Verfahren
- 將憑證儲存在環境變數或安全配置檔案中,切勿寫入程式碼
- 將 config.yaml 加入 .gitignore,以防止憑證在版本控制中暴露
- 在 API 呼叫之間實作 1-2 秒的延遲,以避免速率限制
Vermeiden
- 將憑證硬編碼在指令碼中或在文件中分享它們
- 建立配置檔案時忽略檔案權限
- 在沒有實作速率限制的情況下發出過多 API 請求