인증서 만료는 항상 최악의 타이밍에 사이트를 내려버립니다. 대개 누가 담당인지 아무도 기억 못 해서죠. 이 봇은 도메인을 스캔해서 모든 인증서의 만료일을 읽고, 각각 담당자를 매칭합니다.
sonnet3일Slack APIOpenSSLCronPostgreSQL
Claude
84ROI
68Scale
$3.6k92Saved
ROI for
README.md
왜 이 서브에이전트인가
인증서 만료는 항상 최악의 타이밍에 사이트를 내려버립니다. 대개 누가 담당인지 아무도 기억 못 해서죠. 이 봇은 도메인을 스캔해서 모든 인증서의 만료일을 읽고, 각각 담당자를 매칭합니다.
마감이 다가오면 Slack에서 담당자에게 직접 핑을 보냅니다. 도메인과 갱신 링크를 함께 첨부하죠. 날짜가 가까워질수록 리마인드 강도가 올라가니까, 빈 채널에 경고가 묻혀서 인증서가 만료되는 일은 없습니다.
작동 방식
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
유지 관리 중인 매핑 테이블을 사용하여 모든 인증서를 해당 소유자와 연결합니다.
pending
남은 일수를 계산하고 인증서별로 적절한 리마인더 시점을 선택합니다.
pending
도메인, 만료일, 갱신 링크가 포함된 직접 메시지를 소유자에게 전송합니다.
pending
샘플 출력
json
// Sample output
// (generated when the pipeline finishes)
Given a certificate's domain, expiry, and owner, write a short Slack reminder with the days remaining.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.