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

doorai-bot

v1.0.2

Published

두레이 메신저와 Claude Code를 연결하는 봇

Readme

doorai-bot

두레이 메신저에서 Claude Code를 사용할 수 있게 해주는 봇입니다.

요구사항

설치

npm install -g doorai-bot

설정

1. 초기 설정

doorai-bot init

다음 정보를 입력합니다:

  • Proxy URL: doorai-proxy 서버 주소
  • 포트: 로컬 서버 포트 (기본값: 4847)
  • IP 주소: 본인 PC의 내부 IP (자동 감지)
  • Hook URL: 두레이 채널의 Incoming Hook URL
  • 닉네임: 두레이에 표시될 이름

설정 완료 후 6자리 설정 코드가 생성됩니다.

2. 서버 시작

doorai-bot start

3. 두레이에서 등록

  1. 두레이 메신저에서 /doorai-init 입력
  2. 설정 창에 6자리 코드 입력
  3. 등록 완료

사용법

| 명령어 | 설명 | |--------|------| | /n [메시지] | 새 AI 세션 시작 | | /c [메시지] | AI에게 메시지 전송 |

예시

/n 안녕, 오늘 뭘 도와줄까?
/c 이 프로젝트의 구조를 설명해줘
/c 테스트 코드 작성해줘

터미널 세션 이어가기

터미널에서 claude 명령으로 시작한 기존 세션을 두레이에서 이어갈 수 있습니다.

  1. 터미널에서 Claude Code 실행 후 작업
  2. doorai-bot start같은 디렉토리에서 실행
  3. 두레이에서 /c로 메시지 전송

/c는 활성 세션이 없으면 자동으로 터미널 세션을 이어갑니다 (--continue 모드).

문제 해결

서버가 시작되지 않음

  • claude 명령어가 PATH에 있는지 확인
  • Claude Code CLI 인증이 완료되었는지 확인

응답이 없음

  • doorai-proxy 서버가 실행 중인지 확인
  • 본인 PC의 IP가 doorai-proxy에서 접근 가능한지 확인

라이선스

ISC