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

@h6s-ai/toolkit

v1.0.1

Published

headless AI Toolkit — Claude Code plugin + skills + MCP server entry for fetching Korean financial data

Downloads

2,147

Readme

@h6s-ai/toolkit — headless AI Toolkit

headless 의 한국 금융 데이터(은행·홈택스)를 AI 에이전트 환경(Claude Code, Cursor, Gemini CLI, 일반 MCP 클라이언트)에 한 줄로 붙이는 toolkit. Claude Code plugin · Agent skill · MCP server 매니페스트가 한 패키지에 들어있다.

설치

Claude Code (권장)

/plugin marketplace add bolta-io/h6s-toolkit
/plugin install h6s-data@h6s

설치 후 자연어("1월 국민은행 입출금내역") 또는 /h6s-data: 로 호출.

그 외 플랫폼

| 플랫폼 | 명령 | 위치 | |---|---|---| | Cursor | npx @h6s-ai/toolkit install --target=cursor | ~/.cursor/mcp.jsonmcpServers.h6s 병합 | | Gemini CLI | npx @h6s-ai/toolkit install --target=gemini | ~/.gemini/extensions/h6s-data/ | | 일반 MCP 클라이언트 | npx @h6s-ai/toolkit install --target=mcp | stdout 으로 스니펫만 출력 (사용자가 클라이언트 설정에 붙여넣음) | | Claude Code (수동) | npx @h6s-ai/toolkit install --target=claude-manual | ~/.claude/plugins/h6s-data/ |

공통 옵션: --dry-run (변경 없이 미리보기), --uninstall (h6s 만 제거, 다른 server 는 보존)

첫 호출 지연 (cold-start)

.mcp.json 진입점이 npx -y @h6s-ai/cli 라서 처음 한 번은 npm cache hydration 으로 1~2분 걸린다. MCP 클라이언트의 stdio handshake 가 그 안에 끝나지 않으면 timeout 으로 보인다. 회피: npm i -g @h6s-ai/cli 로 한 번 글로벌 설치해 두면 이후 호출은 즉시 시작한다 (.mcp.jsoncommand 는 그대로 유효).

지원

버그 리포트·기능 요청·기여: https://h6s.ai · [email protected]