Skip to main content
Glama
Kminer2053

artifact-intelligence

문서지능 · Artifact Intelligence

Give it what to report, to whom, why, plus facts and figures, and you get a document draft ready for approval.
Rules handle table of contents, bullet-point conversion, one-page fitting, and Hangul (HWPX) conversion. People just review for accuracy and point out what needs fixing.

Try it first — no installation — https://artifact-intelligence.app

Output Where it's used Output Verification


Demo video

Just input your intent and materials → AI designs the document structure → edit the finished document item by item, down to diagrams and phrasing → download as Hangul (HWPX).

문서지능 demo video

Watch full video (41 seconds) · Try it first without installation — https://artifact-intelligence.app


It changes how you work

Word and Hangul give you a blank screen and you fill it all in. 문서지능 changes the way AI and people work together — AI reads, structures, creates, and checks, while people make judgments. It's like having a practitioner by your side.

  • Just provide intent and context. Give it the what, to whom, why, plus facts and figures, and you get a draft ready for approval. No need to predefine format, table of contents, or style.

  • It shows you the design first. It shows you the document type and table of contents before drafting, and only writes once you approve. It catches "this should be a results report, not a review report" before you write the content.

  • AI creates, people verify. You don't start from a blank page, so it's fast, and rules back the quality, so it stays consistent.

  • Output as HTML, final version as Hangul (HWPX). Create living documents with tables, diagrams, and illustrations, then move them straight into Hangul files.

  • It gets better the more you use it. Rules learn from where people make corrections. The more practitioner touches accumulate, the more accurate the next document becomes.

Quality is measured in three dimensions: structure, style, and design — information flow and table of contents, bullet-point noun-phrase endings and no translationese, markers and visual hierarchy. These three are aligned with writing rules drawn from over 16,000 real reports, and verification gates block narrative endings, pages over one, and missing figures. If something fails, it fixes itself and resubmits.

Related MCP server: mcp-server-docx

Six document types for approval

Document

Purpose

Output

One-page report

One page for decision-makers

HTML·PDF·HWPX

Full report

Multiple pages with cover, TOC, and body

HTML·PDF·HWPX

Official letter

Official correspondence to external agencies and the public

HTML·PDF·HWPX

Regulation

Articles for enactment and amendment

HTML·PDF·HWPX

Press release

Media distribution

HTML·PDF·HWPX

Presentation slides

Policy reports and briefings (16:9)

HTML·PDF·PPTX

Each document has a defined format, so the same content renders identically in any environment, down to the fonts.

Your documents never leave this computer

From assessment, drafting, assembly, and checking to Hangul conversion, everything involved in creating documents is processed on your installed computer. Neither the materials you provide, the drafts you create, nor the finished documents are uploaded to a server. The only thing fetched from the server is writing rule fragments, and even those are fetched on demand, only as much as needed for the task.

Installation

Claude Code — via the marketplace:

/plugin marketplace add Kminer2053/Artifact-Intelligence-public
/plugin install artifact-intelligence@artifact-intelligence

Codex — via the plugin marketplace (no clone needed):

codex plugin marketplace add Kminer2053/Artifact-Intelligence-public
codex plugin add artifact-intelligence@artifact-intelligence

Requires Python 3.10+. To use Hangul (HWPX), uploads, and rule lookup, run bash bin/bootstrap.sh once from the installed plugin folder (check the path with codex plugin list).

Cursor — connect via MCP server + rules:

git clone https://github.com/Kminer2053/Artifact-Intelligence-public
cd Artifact-Intelligence-public/artifact-intelligence
bash bin/bootstrap.sh
cp .cursor/rules/artifact-intelligence.mdc ~/.cursor/rules/   # 작업 안내 규칙(선택)

Then add the following to mcpServers in ~/.cursor/mcp.json and restart Cursor (<경로> is the absolute path of the folder above):

"artifact-intelligence": { "command": "<경로>/mcp/run.sh" }

Cursor works through MCP tools (assessment, assembly, gates, export), and placing the rule files above also guides you through the workflow.

Web app — use it right away at https://artifact-intelligence.app without installation.

On installation, you automatically receive a rule lookup token at first launch, and everything needed for Hangul (HWPX) and upload processing is prepared at once. Requires Python 3.10 or later.


F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables secure local proofreading of Korean official documents (.hwpx/.hwp) using 3-layer AI correction for spelling, grammar, and official document style. Provides 50 administrative document templates for generating standardized official correspondence without cloud dependencies or API keys.
    23
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Recognizes HWP/HWPX form structures and fills in AI-generated values while preserving original formatting, enabling natural language interaction with Korean word processor documents.
    62
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • Turn a description into a shareable, editable PDF — invoices, certificates, reports, resumes.

  • Deterministic, fully editable PowerPoint from typed slide intents. 200+ layouts, brand templates.

  • Author rules from policy docs, then decide: a Rete engine gives the verdict, an LLM explains why.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kminer2053/Artifact-Intelligence-public'

If you have feedback or need assistance with the MCP directory API, please join our Discord server