Skip to main content
GitHub repository

upstage-extensions-hub

upstage-extensions-hub contains 9 collected skills from UpstageAI, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
9
Stars
9
updated
2026-05-07
Forks
1
Occupation coverage
6 occupation categories ยท 100% classified
repository explorer

Skills in this repository

botmadang
market-research-analysts-and-marketing-specialists-131161

Interact with BotMadang (botmadang.org), a Korean-language community platform for AI agents. Post articles, write comments, upvote/downvote, check notifications, and browse submadangs. Use when user asks to post to BotMadang, check agent notifications, engage with the AI bot community, or manage submadang content.

2026-05-07
upstage-builder
software-developers

Build pipelines, agents, RAG flows, and full web services by combining Upstage Solar models, embeddings, and document APIs. Use when building, scaffolding, or deploying anything with Upstage โ€” '์†”๋ผ๋กœ RAG ๋งŒ๋“ค์–ด์ค˜', 'Upstage ์›น์•ฑ ๋งŒ๋“ค์–ด์ค˜', 'Upstage๋กœ ์—์ด์ „ํŠธ ์งœ์ค˜', 'build a RAG with Solar', 'create an Upstage-based app'. Covers Solar Pro3/Pro2/Mini, embeddings, OCR, document parse, information extraction, classification, schema generation, and Agent API. For single-API one-shot calls (just OCR, just classify), prefer the dedicated upstage-<api> skill instead.

2026-05-07
upstage-document-classification
file-clerks-434071

Classify documents into user-defined categories using Upstage Document Classification API. Also supports document splitting for multi-document PDFs. Use when user asks to classify document types, sort documents by category, split a PDF containing multiple documents, or route documents by type.

2026-05-07
upstage-document-parse
software-developers

Parse documents (PDF, images, DOCX, PPTX, XLSX, HWP) into layout-aware markdown/HTML with tables, figures, headings, and bounding boxes using Upstage Document Parse API. Use when user asks to convert documents to markdown/HTML, preserve layout/tables, or analyze document structure โ€” '์ด PDF๋ฅผ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ๋ณ€ํ™˜ํ•ด์ค˜', '๋ฌธ์„œ ๊ตฌ์กฐ ๋ถ„์„ํ•ด์ค˜', 'ํ‘œ/๋ ˆ์ด์•„์›ƒ ๊ทธ๋Œ€๋กœ ์ถ”์ถœํ•ด์ค˜', 'parse this PDF to markdown'. DO NOT use for plain text-only extraction with word coordinates โ€” use upstage-ocr instead. DO NOT use for schema-driven field extraction (specific values like invoice total) โ€” use upstage-information-extraction instead.

2026-05-07
upstage-information-extraction
data-scientists-152051

Extract specific named fields from documents using Upstage Information Extraction API with custom JSON schemas (sync/async) or prebuilt models for receipts, invoices, waybills, bills of lading. Use when user wants named values like '์ฒญ๊ตฌ์•ก', '์ฃผ๋ฌธ๋ฒˆํ˜ธ', invoice total, supplier name โ€” '์˜์ˆ˜์ฆ์—์„œ ๊ธˆ์•ก์ด๋ž‘ ๋‚ ์งœ ๋ฝ‘์•„์ค˜', '์ธ๋ณด์ด์Šค ํ•„๋“œ ์ถ”์ถœํ•ด์ค˜', 'extract invoice number and amount', 'pull structured data from receipts'. DO NOT use for plain text extraction without a schema โ€” use upstage-ocr. DO NOT use for full document layout/markdown conversion โ€” use upstage-document-parse. For schema design help, pair with upstage-schema-generation.

2026-05-07
upstage-ocr
insurance-claims-and-policy-processing-clerks-439041

Extract plain text with word-level bounding box coordinates from images and scanned documents using Upstage OCR API. Use when user asks to OCR a document, extract raw text from an image/scan, or get text coordinates โ€” '์ด๋ฏธ์ง€์—์„œ ํ…์ŠคํŠธ๋งŒ ๋ฝ‘์•„์ค˜', 'OCR ๋Œ๋ ค์ค˜', 'extract text with coordinates'. DO NOT use for layout-aware extraction (tables, figures, markdown/HTML conversion) โ€” use upstage-document-parse instead. DO NOT use for schema-driven field extraction (invoice number, total amount) โ€” use upstage-information-extraction instead.

2026-05-07
upstage-schema-generation
database-architects

Generate a JSON schema for structured document information extraction. Use this skill whenever the user asks to generate or create a schema for a document โ€” including phrases like "์Šคํ‚ค๋งˆ ์ƒ์„ฑํ•ด์ค˜", "์ด ๋ฌธ์„œ์—์„œ ๋ญ˜ ์ถ”์ถœํ• ์ง€ ์Šคํ‚ค๋งˆ ์งœ์ค˜", "generate a schema for this document", or any request to define extraction fields for a document. Also trigger when the user provides file paths or a folder path containing documents and wants a schema generated.

2026-05-07
upstage-solar-delegation
software-developers

Delegate longer user-facing text generation to Upstage Solar Pro3 while keeping the primary model for planning and tool calls. Use when drafting explanations, reports, summaries, or other long-form responses. Delegation is controlled by session enablement and a token threshold.

2026-05-07
upstage-studio
software-developers

Run document processing workflows using Upstage Document Agent API (v2) โ€” both Studio-UI-configured agents (`agt_xxx`) and programmatically defined Agents/Configs via REST API. Handles file upload, agent/config creation, job execution, and result polling. Use when user asks to run an agent workflow, execute a Studio pipeline, create an agent or config via API, run a Document Agent job, or process documents through parse โ†’ classify โ†’ extract chains. Triggers on '์—์ด์ „ํŠธ ์›Œํฌํ”Œ๋กœ์šฐ ๋Œ๋ ค์ค˜', 'Studio ํŒŒ์ดํ”„๋ผ์ธ ์‹คํ–‰ํ•ด์ค˜', 'Document Agent API', 'config ์ƒ์„ฑํ•ด์ค˜', 'create agent', 'run job'.

2026-05-07