image-collect

👤 bondli 📦 v1.0.0 ⭐ 4.0 ⬇️ 647 下載
📚 知識管理 免費

📖 技能介紹


name: image-collect description: This skill extracts knowledge from an image and saves it locally.


Image Collect Skill

This skill extracts knowledge from an image and saves it locally.

When to use

Use this skill when:

  • User sends an image
  • User asks to save image as knowledge
  • Image needs OCR or content understanding

What it does

  1. Download image
  2. Extract text and meaning
  3. Generate summary
  4. Save image locally
  5. Append knowledge to JSON database

Command

來源於7w4.net。

Run:

node dist/index.js ""

Example:

node dist/index.js "https://example.com/image.png" node dist/index.js "data:image/png;base64,xxxx" node dist/index.js "/tmp/image.png"

Output

Returns extracted knowledge including:

  • summary
  • keywords
  • text
  • saved image path

🤖 AI 評測

這是一款實用的圖片知識提取工具,能從圖片中識別文字並提取關鍵資訊。優點是上手簡單、支援多種圖片來源、文件清晰完整。不足之處在於文字摘要生成較為簡單、僅能識別中文、對長圖處理時缺乏進度提示。整體質量中規中矩,能滿足基礎需求,但在資訊提取的智慧化程度上還有提升空間。

📊 多維度評分

適應性4.2
規範性3.9
有效性3.8
可靠性3.7
可信度4.8

📁 包含檔案 (6 個)

📄 README.md 839 B
📄 SKILL.md 779 B
📄 _meta.json 132 B
📄 dist/index.d.ts 46 B
📄 dist/index.js 2.8 KB
📄 package.json 383 B