Skip to content
Skillv1.0.0

slip-parser

Parse a Thai bank/PromptPay payment slip image entirely client-side into a structured transaction. Use whenever implementing or modifying the slip-reading pipeline — QR decoding, tesseract.js OCR (tha

by porrab(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from porrab/jodSa (.agents/skills/slip-parser/SKILL.md). Install upstream with npx skills add porrab/jodSa --skill slip-parser. Copyright stays with the author.

Codex discovery shim

The canonical workflow is at ../../../.claude/skills/slip-parser/SKILL.md. Read that file completely before acting. Resolve every relative reference from the canonical skill directory, not from this shim directory.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/porrab-jodsa-slip-parser/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

porrab-jodsa-slip-parser.ocm.jsonjson
{
  "ocm": "1",
  "id": "porrab-jodsa-slip-parser",
  "kind": "skill",
  "name": "slip-parser",
  "description": "Parse a Thai bank/PromptPay payment slip image entirely client-side into a structured transaction. Use whenever implementing or modifying the slip-reading pipeline — QR decoding, tesseract.js OCR (tha+eng), field extraction heuristics, confidence scoring, image preprocessing, or the income-by-recipient-name guess. Do NOT use for server-side parsing, paid vision APIs, or non-Thai receipts.",
  "publisher": "porrab",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "ocr",
      "thai",
      "client-side",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Parse a Thai bank/PromptPay payment slip image entirely client-side into a structured transaction. Use whenever implementing or modifying the slip-reading pipeline — QR decoding, tesseract.js OCR (tha+eng), field extraction heuristics, confidence scoring, image preprocessing, or the income-by-recipient-name guess. Do NOT use for server-side parsing, paid vision APIs, or non-Thai receipts."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/porrab/jodSa",
      "path": ".agents/skills/slip-parser/SKILL.md",
      "ref": "e4afe8814a37d31ad21006ef8a62d506746417a0",
      "url": "https://github.com/porrab/jodSa/blob/e4afe8814a37d31ad21006ef8a62d506746417a0/.agents/skills/slip-parser/SKILL.md",
      "key": "porrab/jodSa/.agents/skills/slip-parser/SKILL.md"
    }
  },
  "instructions": "<!-- generated by scripts/sync-codex-skill-shims.ps1; do not edit -->\n\n# Codex discovery shim\n\nThe canonical workflow is at `../../../.claude/skills/slip-parser/SKILL.md`. Read that file completely before acting.\nResolve every relative reference from the canonical skill directory, not from this shim directory.",
  "cost": {
    "context_tokens": 77
  }
}

Fetch it by URL: GET /api/v1/registry/porrab-jodsa-slip-parser/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.