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

    想要更强大的技能插件,就来小葱技能站7w4.net看看吧。

  • 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

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