Sns Devtools Reply banner
jkf87 jkf87

Sns Devtools Reply

Communication community

Description

Chrome DevTools MCP(autoConnect) 기반 SNS 순차 댓글 답글 스킬 (YouTube, Threads, Facebook)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

sns-devtools-reply

Chrome DevTools MCP(autoConnect)를 통한 SNS 순차 댓글 답글 자동화 스킬입니다.

Chrome Relay 확장 프로그램 없이, 기존에 사용 중인 Chrome 브라우저에 바로 붙어서 YouTube, Threads, Facebook 댓글에 채널 주인 입장으로 답글을 답니다.

지원 플랫폼

플랫폼 기능
YouTube 영상 댓글에 순차 대댓글
Threads 포스트 댓글에 순차 답글
Facebook 포스트/릴스 댓글에 순차 답글

사전 요구사항

  1. Chrome 144+ (최신 Chrome이면 OK)
  2. Chrome DevTools MCP 서버가 --autoConnect로 설정
  3. Chrome에서 chrome://inspect/#remote-debugging 토글 ON

설정 방법은 [references/setup-guide.md](references/setup-guide.md) 참조.

설치

.skill 파일로 설치

# Claude Code
claude install-skill sns-devtools-reply.skill

# 또는 직접 복사
cp -r sns-devtools-reply/ ~/.claude/custom-skills/

직접 사용

스킬 파일 없이도 SKILL.md와 references/ 를 프로젝트에 넣으면 사용 가능합니다.

사용 예시

유튜브 영상 https://youtube.com/watch?v=... 댓글에 답글 달아줘
쓰레드 포스트 https://threads.net/... 댓글에 답글 달아줘
페이스북 포스트 https://facebook.com/... 댓글에 답글 달아줘

기존 Chrome Relay 버전과 차이점

Chrome Relay (기존) DevTools MCP (이 버전)
브라우저 연결 Relay 확장 프로그램 chrome://inspect 토글
요소 조작 Relay snapshot uid 기반 click/type
JS 실행 불가 evaluate_script 지원
안정성 핸드셰이크 타임아웃 CDP 직접 연결
스킬 구조 3개 별도 스킬 1개 통합 스킬

라이선스

MIT