npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@kodocagent/cli

v0.7.1

Published

한국어 특화 문서 AI 에이전트 — HWP/HWPX/DOCX/XLSX 읽기·수정, 한국 법령 기반 검토

Downloads

1,992

Readme

@kodocagent/cli

한국어 특화 문서 AI 에이전트 — HWP/HWPX/DOCX/XLSX 문서를 읽고 수정하며, 한국 법령을 확인해 문서를 검토·추천하는 터미널 에이전트. 설치 후 실행 명령은 kodocagent 입니다.

설치

# npm 글로벌 설치
npm install -g @kodocagent/cli

# pnpm 글로벌 설치
pnpm add -g @kodocagent/cli

# npx로 바로 실행
npx @kodocagent/cli@latest

요구 사항: Node.js 20 이상

빠른 시작

# 최초 실행 — 온보딩 (프로바이더·API 키 설정)
kodocagent

# 단발 질의
kodocagent -p "이 계약서에서 위약금 조항을 찾아줘"

# 세션 재개
kodocagent --continue

CLI 명령

| 명령 | 설명 | |------|------| | kodocagent | 채팅 시작 (최초 실행 시 온보딩) | | kodocagent -p "<질문>" | 단발 질의 (쓰기 툴 비활성) | | kodocagent --continue | 가장 최근 세션 재개 | | kodocagent --resume <id> | 지정한 세션 ID 재개 | | kodocagent sessions | 세션 목록 | | kodocagent config set <key> <value> | 설정값 저장 | | kodocagent config show | 현재 설정 표시 | | kodocagent mcp list | MCP 서버 상태 목록 | | kodocagent mcp test <server> | MCP 서버 연결 테스트 | | kodocagent clean | 스테이징 전체 + 30일 경과 백업 정리 (--all로 백업 전체) | | kodocagent update | 최신 버전으로 업데이트 | | kodocagent --version | 버전 출력 |

개발자 참고

이 패키지는 모노레포의 packages/cli에 위치하며, 빌드 시 내부 워크스페이스 패키지(@kodocagent/core, @kodocagent/doc-tools, @kodocagent/shared)를 번들링해 단일 자급자족 npm 패키지로 배포됩니다. 내부 패키지는 "private": true로 npm에 배포되지 않습니다.

자세한 문서

전체 문서, 기능 설명, 개발자 섹션은 GitHub 저장소를 참고하세요.

라이선스

MIT