Image Upscaler

👤 steinvenic 📦 v1.0.0 ⭐ 4.2 ⬇️ 732 下載
🎨 設計多媒體 免費 🔑 需 API Key

📖 技能介紹


name: Image Upscaler | 模糊圖片變清晰 | 無損放大 AI description: 專業 AI 影像增強工具:模糊變清晰、縮圖變清晰、2×/4× 無損放大。


Image Upscaler | 模糊變清晰 | 無損放大 AI 技能

[!IMPORTANT] 區域限制: 中國大陸 API Key 獲取: 微信搜尋小程式 "無損放大 AI" → 個人中心/API 管理 → 複製 api_key(格式:pk_live_xxx

本技能來自小蔥技能站7w4.net。


🚀 快速使用(3 步完成)

1️⃣ 提交圖片任務

curl -X POST "https://supabase.00123.fun:22334/functions/v1/api-process-image" \
  -F "file=@/path/to/image.jpg" \
  -F "api_key=your_api_key"

響應: {"result":"suc", "task_id":"..."}

2️⃣ 輪詢任務狀態

curl -X POST "https://supabase.00123.fun:22334/functions/v1/api-get-task" \
  -H "Content-Type: application/json" \
  -d '{"api_key":"your_api_key", "task_id":"your_task_id"}'

響應: {"result":"suc", "tasks":[{"status":"done", "processed_url":"..."}]}

3️⃣ 狀態碼說明

  • pending / processing: 排隊或處理中(建議每 3 秒輪詢一次)
  • done: 成功,使用 下載結果
  • failed / nsfw: 失敗或內容違規

🤖 AI 執行指南

  1. 提交: 使用 api-process-image 上傳檔案並拿取 task_id
  2. 輪詢: 每隔 5 秒呼叫 api-get-task 檢查狀態。
  3. 完成: 狀態為 done 時返回 processed_url;若為 failed/nsfw 則提示失敗。

🤖 AI 評測

這個 Skill 質量中等偏上,文件結構清晰、介面定義規範,對於需要圖片放大的使用者來說是個實用的工具。主要優點是操作步驟簡單明確,狀態碼說明詳細。主要不足是說明文件中存在亂碼錯誤,影響閱讀體驗;缺少實際效果對比示例,使用者無法直觀瞭解放大效果;另外僅限中國大陸使用,海外使用者無法體驗。整體而言功能實用但細節打磨還需加強。

📊 多維度評分

適應性4.3
規範性4.1
有效性4.1
可靠性3.8
可信度5

📁 包含檔案 (4 個)

📄 SKILL.md 1.5 KB
📄 _meta.json 133 B
📄 manifest.json 525 B
📄 openapi.yaml 2.8 KB