Stats
Links
Categories
Help us improve
Share bugs, ideas, or general feedback.
Auto-discovered marketplace from linayoun/claude-code-screenshot-for-mac
npx claudepluginhub linayoun/claude-code-screenshot-for-macAAutomatically take screenshot claude codde screen.
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Development marketplace for Superpowers core skills library
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Share bugs, ideas, or general feedback.
Mac에서 Claude Code 세션 중 자동으로 활성 창 스크린샷을 촬영하는 플러그인입니다.
| 커맨드 | 설명 |
|---|---|
/start-screenshot | 스크린샷 캡처 활성화 |
/stop-screenshot | 스크린샷 캡처 비활성화 |
그림 > ClaudeScreenshots그림 > ClaudeScreenshots\<session_id>\screenshot_yyyyMMdd_HHmmss_fff.jpg/plugin marketplace add https://github.com/LinaYoun/claude-code-screenshot-for-mac.git
.claude-plugin/
├── plugin.json # 플러그인 매니페스트
├── README.md # 이 파일
├── commands/
│ ├── start-screenshot.md # 스크린샷 활성화 커맨드
│ └── stop-screenshot.md # 스크린샷 비활성화 커맨드
└── hooks/
├── hooks.json # 훅 설정
├── session_start.ps1 # 세션 시작 스크립트
├── capture_screen.ps1 # 스크린샷 캡처 스크립트
└── session_end.ps1 # 세션 종료 스크립트
세션 로그는 C:\Screenshots\_session_log.txt에 기록됩니다.
MIT License - 자유롭게 사용, 수정, 배포할 수 있습니다.
| Name | Role |
|---|---|
| Rose Youn | 마켓 플레이스에 배포, 설계 |
| siungryu(https://github.com/siungryu) | 맥 용으로 변환 |