@ryan_nookpi/pi-extension-delayed-action

Pi extension for scheduling delayed follow-up actions.

Package details

extension

Install @ryan_nookpi/pi-extension-delayed-action from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@ryan_nookpi/pi-extension-delayed-action
Package
@ryan_nookpi/pi-extension-delayed-action
Version
0.1.2
Published
Apr 16, 2026
Downloads
349/mo · 11/wk
Author
ryan_nookpi
License
MIT
Types
extension
Size
9.2 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@ryan_nookpi/pi-extension-delayed-action

지금이 아니라 조금 뒤에 다시 일을 시키고 싶을 때 쓰는 리마인더 익스텐션입니다.

자연어로 "10분 있다가 배포 로그 확인해줘"처럼 말하면, 시간이 되면 pi가 다시 그 작업을 이어서 요청합니다.

설치

pi install npm:@ryan_nookpi/pi-extension-delayed-action

이런 때 좋아요

  • 배포 후 몇 분 뒤 로그를 다시 확인하고 싶을 때
  • 잠시 뒤에 후속 작업을 이어서 처리하고 싶을 때
  • "조금 있다가 다시 봐줘" 같은 흐름을 자동화하고 싶을 때

사용 예시

  • "10분 있다가 배포 로그 확인해줘"
  • "1시간 후에 에러율 다시 체크해줘"
  • "좀 있다가 PR 코멘트 다시 확인해줘"

함께 쓰는 명령어

/reminders
/reminder-cancel <id>
/reminder-cancel all

예약된 작업 목록을 보거나, 특정 리마인더 또는 전체 리마인더를 취소할 수 있습니다.