Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/innae1121-bit/gsghwp/agents-mdgit clone --depth 1 https://github.com/innae1121-bit/gsghwpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/innae1121-bit/gsghwp/agents-md)<a href="https://agentmods.dev/instructions/innae1121-bit/gsghwp/agents-md"><img src="https://agentmods.dev/badge/instructions/innae1121-bit/gsghwp/agents-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02007 | $0.02007 |
| Opus 5 | $0.01004 | $0.01004 |
| Sonnet 5 | $0.00401 | $0.00401 |
| Haiku 4.5 | $0.00201 | $0.00201 |
Grade A, and why
gsghwp AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GSG HWP 설치 에이전트 지침
이 저장소를 설치·업데이트·제거해 달라는 요청을 받으면 이 문서와 README.md를 먼저 읽는다. 레지스트리를 직접 편집하거나 DLL을 임의 경로에 복사하지 않고 저장소의 스크립트만 사용한다.
변경 전 사용자 안내
실제 설치 전에 다음 내용을 사용자에게 분명히 알린다.
%LOCALAPPDATA%\HancomDocumentAutomation\native\<compatibility-manifest.json의 native_bridge 값>\HancomLiveBridge.dll이 복사 또는 교체된다.%LOCALAPPDATA%\GSG_HWP\security\FilePathCheckerModule.dll이 복사 또는 교체된다.- HKCU의 다음 세 값이 변경된다.
Software\HNC\HwpUserAction\ModulesSoftware\HNC\HwpUserAction\Modules\UsesSoftware\HNC\HwpAutomation\Modules의FilePathCheckerModule
- 기존 DLL 2개와 레지스트리 값의 존재 여부·종류·값은
%LOCALAPPDATA%\GSG_HWP\backups에 먼저 저장된다. uninstall.ps1 -AcceptChanges로 설치 전 상태를 복원할 수 있다.- HKLM,
regsvr32, 관리자 권한은 사용하지 않는다. - 설치 후 MCP 시작 시
update-policy.json의check_interval_hours간격(현재 6시간)으로 공식 GitHub Release를 확인하고, 한/글이 종료된 경우에만 해시 검증된 업데이트의 DLL·HKCU 값을 적용한다. - 각 업데이트 전 직전 상태도 백업되며
restore-update.ps1 -AcceptChanges로 직전 버전을 복원할 수 있다. - Python은 시스템 설치본이 아니라
%LOCALAPPDATA%\GSG_HWP\runtime\<버전>\.venv의 uv 관리 Python 3.12만 사용한다. uninstall.ps1 -AcceptChanges는 위 복원에 더해%LOCALAPPDATA%\GSG_HWP의packages와updater를 지우고,-KeepRuntime을 함께 주지 않으면runtime아래 설치된 모든 버전의.venv도 지운다. 백업 폴더는 지우지 않는다.
설치 절차
- Windows, 한/글 2024,
uv를 확인한다. 배포 ZIP으로 설치하면 Git은 필요 없다. 저장소를git clone으로 받아 쓰는 경우에만 Git이 필요하다. - 한/글 프로세스가 실행 중이면 저장을 안내하고 모두 종료한다. 설치 목적으로 사용자의 열린 문서를 수정하거나 테스트 문서를 새로 열지 않는다.
- 저장소 루트에서
install.ps1을 옵션 없이 실행한다. 종료 코드 2는 변경 없이 미리보기만 마친 정상 결과다. - 위 변경·백업·복원 내용을 안내했고 사용자가 설치를 요청한 상태라면
install.ps1 -AcceptChanges를 실행한다. uv가 없다는 오류가 나면 사용자에게 알리고winget install --id astral-sh.uv -e로 설치한 뒤 다시 실행한다. 설치기는uv sync --managed-python으로 버전별.venv를 만들고, 잠금된pyhwpx환경에서 파일 경로 보안 DLL을 가져와 해시를 검증한다. 일반 Python이나 개발자의.venv를 사용하지 않는다.- 대상 앱에 맞게 MCP를 등록한다.
Codex
<배포경로>는 압축을 푼 gsghwp 폴더의 절대 경로다. marketplace.json의 플러그인 소스가 로컬 경로(./plugins/gsg-hwp)이므로 배포 ZIP으로 설치했다면 같은 폴더를 마켓플레이스로 등록한다.
codex plugin marketplace add "<배포경로>"
codex plugin add gsg-hwp@gsg-hwp
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed · +9 lines · +634 tokens per session eb55530d4f7d
- 5d ago First seen · 83 lines · 1,373 tokens per session scan A f02de4bdaf5b
gsghwp AGENTS.md is an instructions file published in the GitHub repository innae1121-bit/gsghwp (101 stars, last pushed 5d ago), licensed MIT. It adds 2,007 tokens to every session, about $0.0100 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).