artifact-intelligence

artifact-intelligence

Turns your intent and source facts into approval-ready Korean public-sector documents — reports, official letters, regulations, press releases, and slides — as HTML, PDF, HWPX, and PPTX. Everything runs locally so your documents never leave your machine; only formatting-rule fragments are fetched from a policy server.

Category
Visit Server

README

<div align="center">

문서지능 · Artifact Intelligence

무엇을·누구에게·왜 보고할지와 사실·수치만 넘기면, 결재에 올릴 수 있는 문서 초안이 나옵니다.
목차 잡기·개조식 변환·한 장 맞춤·한글(HWPX) 변환은 규칙이 알아서 합니다. 사람은 맞는지 보고 고칠 데만 짚습니다.

먼저 써 보기 — 설치 없이 https://artifact-intelligence.app

산출 쓰는곳 출력 검증

</div>


<!-- DEMO-VIDEO -->

시연 영상

의도와 자료만 넣으면 → AI가 문서 구조를 설계하고 → 완성 문서를 → 도식·문구까지 항목별로 손쉽게 편집하고 → 한글(HWPX)로 내려받습니다.

문서지능 시연 영상

전체 영상 보기 (41초) · 설치 없이 먼저 써 보기 — https://artifact-intelligence.app


일하는 방식을 바꿉니다

워드·한글은 빈 화면을 주고 사람이 다 채웁니다. 문서지능은 AI와 사람이 함께 일하도록 방식을 바꿉니다 — AI가 읽고 세우고 만들고 검사하면, 사람은 판단합니다. 실무자 한 명이 옆에 붙은 것에 가깝습니다.

  • 의도와 맥락만 주면 됩니다. "무엇을·누구에게·왜"와 사실·수치만 넘기면 결재에 올릴 초안이 나옵니다. 서식·목차·문체를 미리 정해 줄 필요가 없습니다.
  • 설계를 먼저 보여 드립니다. 어떤 유형으로 보고 목차를 어떻게 잡을지 초안을 만들기 전에 보여 드리고, 승인하면 그제서야 씁니다. "이건 검토보고가 아니라 결과보고였네"를 내용 쓰기 전에 바로잡습니다.
  • AI가 만들고, 사람이 검증합니다. 백지에서 시작하지 않으니 빠르고, 규칙이 품질을 받쳐 주니 흔들리지 않습니다.
  • 결과물은 HTML로, 최종본은 한글(HWPX)로. 표·도식·삽화로 살아 있는 문서를 만들고, 그대로 한글 파일로 옮깁니다.
  • 쓸수록 좋아집니다. 사람이 고친 곳을 규칙이 배웁니다. 실무자의 손길이 쌓일수록 다음 문서가 더 정확해집니다.

품질을 구성·문체·디자인 세 가지로 봅니다 — 정보 흐름과 목차, 개조식 명사형 종결과 번역투 금지, 마커와 시각 위계. 실물 보고서 1만 6천여 건에서 뽑은 작성 규칙으로 이 셋을 맞추고, 서술식 종결·한 장 초과·없는 수치를 검증 게이트가 막습니다. 걸리면 스스로 고쳐 다시 냅니다.

결재에 올리는 문서, 여섯 가지

문서 용도 출력
1페이지 보고서 의사결정자에게 한 장으로 HTML·PDF·HWPX
풀버전 보고서 표지·목차·본문을 갖춘 여러 장 HTML·PDF·HWPX
시행문 외부 기관·국민 대상 공문 HTML·PDF·HWPX
규정 제정·개정 조문 HTML·PDF·HWPX
보도자료 언론 배포 HTML·PDF·HWPX
발표 슬라이드 정책보고·브리핑(16:9) HTML·PDF·PPTX

문서마다 정해진 서식이 있어, 같은 내용은 어느 환경에서든 글꼴까지 똑같이 나옵니다.

문서는 이 컴퓨터를 떠나지 않습니다

판정·작성·조립·검사·한글 변환까지, 문서를 만드는 일은 전부 설치한 컴퓨터에서 처리합니다. 넘긴 자료도, 만든 초안도, 완성한 문서도 서버로 올라가지 않습니다. 서버에서 받아 오는 것은 작성 규칙 조각뿐이고, 그마저 작업에 필요한 만큼만 그때그때 받습니다.

설치

Claude Code — 마켓플레이스로:

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

Codex — 플러그인 마켓플레이스로(클론 불필요):

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

Python 3.10+ 필요. 한글(HWPX)·업로드·규칙 조회까지 쓰려면 설치된 플러그인 폴더(codex plugin list 로 경로 확인)에서 bash bin/bootstrap.sh 를 한 번 실행하세요.

Cursor — MCP 서버 + 규칙으로 붙입니다:

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/   # 작업 안내 규칙(선택)

그다음 ~/.cursor/mcp.jsonmcpServers 에 아래를 추가하고 Cursor를 재시작하세요(<경로> 는 위 폴더의 절대경로):

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

Cursor는 MCP 도구(판정·조립·게이트·내보내기)로 동작하고, 위 규칙 파일을 두면 작업 절차까지 안내됩니다.

웹앱 — 설치 없이 https://artifact-intelligence.app 에서 바로 씁니다.

설치하면 첫 기동 때 규칙 조회용 토큰을 자동으로 받고, 한글(HWPX)·업로드 처리에 필요한 것도 한 번에 준비합니다. 파이썬 3.10 이상이 필요합니다.


<div align="center"><sub>공공기관 보고서 작성을 도구로 열어 둡니다. 문의: park2053@gmail.com</sub></div>

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured