image تایید شده

Extract text from images using a vision LLM

35از ۱۰۰
۳۱۹
ستاره
۶۵
دانلود
۲۰۶
بازدید

// نصب مهارت

نصب مهارت

مهارت‌ها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناخته‌شده را اسکن می‌کند اما نمی‌تواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.

نصب سراسری (سطح کاربر):

npx skillhub install axoviq-ai/synthadoc/image

نصب در پروژه فعلی:

npx skillhub install axoviq-ai/synthadoc/image --project

skill.install.customTargetHelp

npx skillhub install axoviq-ai/synthadoc/image --target-dir /path/to/skills

مسیر پیشنهادی: ~/.claude/skills/image/

بررسی هوش مصنوعی

35
از ۱۰۰
کیفیت دستورالعمل30
دقت توضیحات55
کاربردی بودن37
صحت فنی60

Low score due to minimal SKILL.md instructions and tight coupling to the 'synthadoc' framework. The actual logic is a simple base64 wrapper for vision LLMs without advanced error handling or multi-step workflow. Valuable only within its specific ecosystem.

prototypesimplesynthadoc-usersimage-extractionocrvision-llm
بررسی‌شده توسط reviewer-service(z-ai/glm-5.2) در تاریخ ۱۴۰۵/۵/۲۵

محتوای SKILL.md

---
name: image
version: "1.0"
description: Extract text from images using a vision LLM
entry:
  script: scripts/main.py
  class: ImageSkill
triggers:
  extensions:
    - ".png"
    - ".jpg"
    - ".jpeg"
    - ".webp"
    - ".gif"
    - ".tiff"
  intents:
    - "image"
    - "screenshot"
    - "diagram"
    - "photo"
requires: []
author: axoviq.com
license: AGPL-3.0-or-later
---

# Image Skill

Base64-encodes the image and returns it in `metadata` for the IngestAgent to
process via a vision-capable LLM. The `text` field is left empty at extract
time and filled in by the agent.

## When this skill is used

- Source path ends with `.png`, `.jpg`, `.jpeg`, `.webp`, `.gif`, or `.tiff`
- User intent contains: `image`, `screenshot`, `diagram`, `photo`

مجوز

مجوز اعلام‌شده: AGPL-3.0-or-later

متن کامل مجوز در مخزن منبع در دسترس است.

مشاهدهٔ مجوز در مخزن منبعنسخهٔ منتشرشده در آن‌جا مرجع است.