{"slug":"leehueeng-store-screenshots","name":"store-screenshots","description":"앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store sizes. \"스토어 스크린샷 만들어줘\", \"앱스토어 이미지\", \"플레이스토어 스크린샷\", \"make App Store screenshots\", \"Play Store screenshots\" 같은 요청에 사용.","long_description":"---\nname: store-screenshots\ndescription: 앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store sizes. \"스토어 스크린샷 만들어줘\", \"앱스토어 이미지\", \"플레이스토어 스크린샷\", \"make App Store screenshots\", \"Play Store screenshots\" 같은 요청에 사용.\nargument-hint: [원본 스크린샷 폴더 경로]\n---\n\n# 스토어 스크린샷 생성기\n\n원본 앱 스크린샷을 받아 → 기기 프레임 + 브랜드 배경 + 홍보 문구를 얹은 스토어 등록용 이미지를 만든다.\n\n## 에이전트 호환\n\n이 스킬은 Claude Code와 OpenAI Codex 어디서든 동작한다. 본문의 표현은 실행 중인 에이전트에 맞게 해석한다:\n\n- **\"선택지로 묻는다\"** — 선택지 UI 툴이 있으면 그걸 쓰고(Claude Code: AskUserQuestion, multiSelect 지원), 없으면(Codex 등) 번호를 매긴 선택지를 텍스트로 제시하고 번호로 답하게 한다. 추천 항목에는 \"(Recommended)\"를 붙인다.\n- **\"이미지를 열어 확인한다\"** — 에이전트의 이미지 열람 수단을 쓴다(Claude Code: Read, Codex: view_image).\n- **원본 폴더 인자** — Claude Code는 `$ARGUMENTS`, Codex는 스킬 호출 문장에 함께 적힌 경로를 쓴다.\n\n## 절대 규칙\n\n1. **컨펌 전에는 전체 렌더링을 하지 않는다.** 문구 초안 표 + 시안 1장(첫 슬라이드)을 보여주고 사용자 OK를 받은 뒤에만 나머지를 렌더링한다.\n2. 최종 PNG는 전부 픽셀 크기를 검증(`sips` 또는 ImageMagick `identify`)하고, 규격 표와 다르면 다시 렌더링한다.\n3. 기기 프레임은 외부에서 다운로드하지 않고 HTML/CSS로 직접 그린다(라이선스·네트워크 문제 없음). 실사 프레임을 원하면 아래 \"실사 프레임\" 참고.\n4. 중간 작업 파일(html 등)은 임시 폴더(스크래치패드 등)에 두고, 출력 폴더에는 최종 PNG만 남긴다.\n5. **사용자에게 손을 쓰게 하지 않는다.** 화면 전환·탭 같은 기기 조작은 에이전트가 adb/idb/AppleScript로 직접 한다(아래 \"자동 캡처\"). 사용자의 개입은 선택지 고르기나 짧은 타이핑까지만. \"화면 띄우고 메시지 보내주세요\" 같은 진행은 금지 — 자동화 수단이 전부 실패했을 때만 선택지로 수동 진행 여부를 묻는다.\n\n## 워크플로\n\n### 1. 원본 수집\n\n- **재실행이면 먼저 묻는다.** 출력 폴더(`store-screenshots/`)나 이전에 쓰던 원본이 이미 있는 상태에서 \"다시 해줘\" 류의 요청이 오면, 작업 전에 선택지로 묻는다:\n  - \"기존 스크린샷 재활용해서 업데이트 (Recommended)\" — 캡처를 생략하고 기존 원본으로 문구·디자인·규격만 다시 작업한다.\n  - \"처음부터 새로 만들기\" — 앱에서 원본 캡처부터 전부 다시 한다.\n  - 어느 쪽이든 렌더링 전에 대상 출력 폴더를 비워, 장수가 달라졌을 때 이전 파일이 섞이지 않게 한다.\n- 인자로 폴더를 받았으면 거기서, 아니면 현재 디렉토리에서 png/jpg를 스캔한다:\n  `find . -maxdepth 2 \\( -iname '*.png' -o -iname '*.jpg' \\) -not -path '*/store-screenshots/*'`\n- 파일이 없으면 **에이전트가 직접 기기를 조작해서 캡처한다**(아래 자동 캡처). 사용자에게 화면 전환을 부탁하지 않는다.\n- **각 원본 이미지를 열어 무슨 화면인지 파악한다.** 문구는 실제 화면 내용에 근거해야 한다. 직접 캡처한 경우에도 캡처 직후 이미지를 열어 의도한 화면이 맞는지 확인하고, 아니면 다시 탐색해서 재캡처한다.\n- 앱 이름·아이콘을 찾을 수 있으면 참고한다(Info.plist, strings.xml, ic_launcher, 앱 아이콘 파일 등).\n- 캡처할 화면 목록(홈, 핵심 기능 화면 등)은 에이전트가 앱 구조를 보고 스스로 정하되, 애매하면 2단계 질문에 선택지로 끼워서 같이 묻는다.\n\n#### 자동 캡처 — Android (adb, 완전 자동)\n\n1. `adb devices`로 기기/에뮬레이터 확인. 앱 실행: `adb shell monkey -p <package> 1` 또는 `adb shell am start -n <package>/<activity>`.\n2. 현재 화면의 UI 구조를 덤프해서 탭·버튼 좌표를 얻는다:\n   `adb exec-out uiautomator dump /dev/tty` → XML의 `bounds=\"[x1,y1][x2,y2]\"`에서 중심 좌표 계산.\n3. 이동 → 안정화 → 캡처를 한 번에 (sleep은 기기 쪽에서 실행):\n   `adb shell \"input tap X Y; sleep 1\" && adb exec-out screencap -p > 02-mypet.png`\n4. 화면마다 2~3을 반복. 스크롤이 필요하면 `adb shell input swipe`, 텍스트 입력은 `adb shell input text`.\n\n#### 자동 캡처 — iOS 시뮬레이터\n\n캡처는 `xcrun simctl io booted screenshot 01.png`. 화면 이동은 우선순위대로:\n\n0. **딥링크가 최우선.** 앱 소스에서 URL scheme을 찾는다(Info.plist의 `CFBundleURLTypes`, 라우팅 코드). 있으면 탭이 아예 필요 없다:\n   `xcrun simctl openurl booted \"myapp://calendar\"` → 1초 대기 → 캡처. simctl만으로 100% 자동화되므로 아래 도구들이 전부 불필요. scheme이 없는 앱이면 \"탭별 딥링크를 앱에 추가해줄까?\"를 선택지로 제안해볼 것 — 몇 줄이면 되고 이후 재실행도 편해진다.\n1. **idb**가 있으면(`command -v idb`): `idb ui describe-all`로 요소 좌표를 얻고 `idb ui tap X Y`.\n2. **Maestro**가 있으면(`command -v maestro`): `tapOn`/`takeScreenshot`으로 flow yaml을 만들어 `maestro test`.\n3. 둘 다 없으면 AppleScript로 Simulator 창을 직접 클릭(손쉬운 사용 권한 필요):\n   System Events로 Simulator 창의 position/size를 얻고, 기기 해상도 → 창 좌표로 비례 변환해 `click at {x, y}`, 사이사이 `delay 1`.\n4. 전부 실패했을 때만 선택지로 묻는다: \"idb 설치 후 자동 진행 (Recommended)\" / \"앱에 딥링크 추가하고 진행\" / \"내가 직접 화면을 넘길게\". 수동을 골랐을 때만 사용자에게 화면 전환을 부탁한다.\n\n#### 캡처 전 상태바 정리 (스토어 품질)\n\n모든 캡처의 시계·배터리·안테나를 통일하면 결과물이 한 세트로 보인다. 캡처 시작 전에 걸고, 끝나면 해제한다.\n\n- iOS:\n  ```bash\n  xcrun simctl status_bar booted override --time \"9:41\" --batteryLevel 100 --cellularBars 4 --wifiBars 3\n  # 캡처 끝난 뒤: xcrun simctl status_bar booted clear\n  ```\n- Android (데모 모드):\n  ```bash\n  adb shell settings put global sysui_demo_allowed 1\n  adb shell am broadcast -a com.android.systemui.demo -e command enter\n  adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm 0941\n  adb shell am broadcast -a com.android.systemui.demo -e command battery -e level 100 -e plugged false\n  adb shell am broadcast -a com.android.systemui.demo -e command network -e wifi show -e level 4\n  # 캡처 끝난 뒤: adb shell am broadcast -a com.android.systemui.demo -e command exit\n  ```\n\n### 2. 질문 플로우 (전부 선택지로)\n\n이미 대화에서 답이 나온 항목은 다시 묻지 않는다. 사용자가 타이핑 없이 **선택만으로** 답할 수 있게 선택지로 묻는다.\n\n**1차 — 플랫폼** (질문 1개):\n- App Store (iOS) / Google Play (Android) / 둘 다\n\n**2차 — 세부** (질문 4개를 한 번에, 기종 선택지는 1차 답에 맞춰 구성):\n\n| 질문 | 선택지 |\n|---|---|\n| 기종 (복수 선택) | iOS: iPhone(Recommended), iPad · Android: Galaxy 폰(Recommended), Fold, Flip, 태블릿 · 둘 다: iPhone, iPad, Galaxy 폰, Fold·Flip |\n| 스타일 | 기존 앱 디자인에 맞추기(Recommended) / 모던·미니멀 / 밝고 팝하게 / 다크·세련 |\n| 장수 | 4장 / 5장(Recommended) / 6장 / 스토어 최대 |\n| 어필 방향 | 알아서 뽑아줘(Recommended) / 핵심 기능 직접 지정 — 직접 지정이면 자유 입력(Other)으로 기능을 적게 한다 |\n\n### 3. 배경 디자인 결정\n\n스타일 답에 따라 배경·장식·톤을 정한다.\n\n- **기존 앱 디자인에 맞추기** (기본): 앱의 실제 디자인 시스템에서 뽑는다.\n  - 색: Android는 `res/values/colors.xml`·`themes.xml`, iOS는 `Assets.xcassets`의 Color Set, Flutter는 `ThemeData`, 웹 기반이면 CSS 변수·tailwind config. 소스가 없으면 앱 아이콘·스크린샷에서 주조색과 포인트색을 추출한다.\n  - 톤: 앱 UI가 라이트면 밝게, 다크면 어둡게. 앱의 코너 radius가 크면 배경 장식도 둥글게, 버튼이 각지면 장식도 각지게.\n- **모던·미니멀**: 밝은 단색 또는 아주 옅은 그라데이션, 여백 크게, 장식 없음. 헤드라인 볼드 + 서브카피 옅게.\n- **밝고 팝하게**: 채도 높은 그라데이션(주조색 ± 인접색), 큰 블롭·도형 장식 1~2개, 기울임 적극 사용.\n- **다크·세련**: `#0b0b0f` 계열 어두운 배경 + 주조색 글로우·그라데이션 포인트, 프레임 그림자 강하게.\n\n공통: 텍스트는 상단 12~18%에 배경과 대비 확실한 색, 폰트 `-apple-system, \"Apple SD Gothic Neo\", \"Malgun Gothic\", sans-serif`. 슬라이드마다 같은 hue에서 명도만 살짝 바꾸면 세트 느낌이 난다. 기기는 하단 중앙 + bottom bleed(화면 아래로 살짝 잘리게) + `box-shadow`, 홀수 장 -2도 / 짝수 장 +2도 기울이면 리듬감(기울임 여부는 컨펌 때 언급).\n\n### 4. 시안 + 문구 초안 ← 컨펌 게이트\n\n- 슬라이드 구성 (2차 질문의 장수 답 반영, App Store 최대 10장·Play 폼팩터당 2~8장):\n  - 1장: 훅 — 앱의 핵심 가치 한 줄. 목록에서 1~2장만 보이므로 가장 중요하다.\n  - 중간: 자랑할 기능 하나씩 (어필 방향 반영).\n  - 마지막: 신뢰·마무리(리뷰, 다운로드 수, CTA) — 근거가 있을 때만.\n- 문구 규칙:\n  - 헤드라인: 한글 6~14자, 혜택 중심. \"할 일을 잊지 않게\" > \"알림 기능\".\n  - 서브카피: 0~1줄, 20자 이내.\n  - \"1위\", \"최고\" 같은 표현은 근거가 있을 때만.\n- **문구 표 + 시안 1장을 함께 제시한다**:\n  - 표: | # | 원본 파일 | 헤드라인 | 서브카피 |\n  - 시안: 1번 슬라이드만 실제 규격으로 렌더링해서 macOS면 `open <파일>`로 띄워 보여준다. 배경·프레임·문구를 실물로 확인시키기 위함.\n- 수정 요청이 오면 반영해 다시 제시한다(시안도 다시 렌더링). **OK를 받으면** 전체 렌더링으로.\n\n### 5. 렌더링\n\n- 타깃 × 슬라이드마다 HTML 파일을 생성한다(아래 템플릿). body 크기 = 스토어 규격 픽셀.\n- 원본 이미지는 상대경로 `<img src=\"./01.png\">`로 참조한다(data URI 불필요 — 같은 폴더에 복사해 두면 된다).\n- 렌더 명령 (기본: 헤드리스 크롬):\n\n  ```bash\n  # 크롬 실행 파일 찾기 (OS에 맞게)\n  CHROME=\"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome\"  # macOS\n  command -v google-chrome >/dev/null 2>&1 && CHROME=google-chrome       # Linux\n  command -v chromium >/dev/null 2>&1 && CHROME=chromium\n\n  \"$CHROME\" --headless=new --screenshot=\"$OUT\" --window-size=1320,2868 \\\n    --force-device-scale-factor=1 --hide-scrollbars --virtual-time-budget=2000 \"$HTML\"\n  ```\n\n- 크롬이 없으면 폴백: `npx -y playwright screenshot --viewport-size=1320,2868 \"$HTML\" \"$OUT\"` (첫 실행 시 `npx playwright install chromium` 필요할 수 있음).\n\n### 6. 검증·보고\n\n- 픽셀 크기 전수 확인 후 규격 표와 대조: macOS는 `sips -g pixelWidth -g pixelHeight <파일>`, 그 외 OS는 `identify -format '%wx%h\\n' <파일>`(ImageMagick).\n- 슬라이드 최소 1장을 이미지로 직접 열어 확인: 글자 잘림, 프레임 비율 왜곡, 스크린샷 상하단 잘림.\n- 출력 구조를 보여주고, 스토어 어느 슬롯에 올리면 되는지 안내하며 마무리한다.\n\n출력 구조:\n\n```\nstore-screenshots/\n├── appstore-iphone-69/01.png …   # 1320×2868\n├── appstore-iphone-65/           # 1284×2778 — iPhone은 항상 두 세트\n├── appstore-ipad-13/\n├── play-phone/\n└── play-foldable/\n```\n\n## 스토어 규격 (2026년 8월 기준, 공식 문서 검증 완료)\n\n| 타깃 | 크기(px, 세로) | 장수 | 비고 |\n|---|---|---|---|\n| App Store iPhone 6.9\" | 1320×2868 | 최대 10 | 1290×2796도 허용. iPhone Air·iPhone 17 Pro Max·16 Pro Max 포함 |\n| App Store iPhone 6.5\" | 1284×2778 | 최대 10 | 1242×2688도 허용 |\n| App Store iPad 13\" | 2064×2752 | 최대 10 | iPad 지원 앱이면 필수. 2048×2732 허용 |\n| Play 폰 | 1080×1920 | 2~8 | 9:16. 피처링 조건: 최소 1080px, 4장 이상 |\n| Play 태블릿 7\"/10\" | 1080×1920 또는 1920×1080 | 최대 8 | 태블릿 지원 시 |\n| Play 폴더블 | 폰 슬롯에 포함 | — | 별도 슬롯 없음. Fold 펼침 화면은 태블릿 슬롯에도 활용 가능 |\n\n- **iPhone은 6.9\"와 6.5\" 두 세트를 모두 렌더링한다.** App Store Connect는 앱의 기기 지원 범위에 따라 6.5\" 규격(1284×2778 / 1242×2688)을 요구하기도 해서, 6.9\" 한 세트만 만들면 업로드가 거부될 수 있다. 같은 HTML에서 body 크기만 바꿔 다시 캡처하면 되므로 비용이 거의 없다.\n\n규격은 바뀔 수 있다. 확신이 없으면 렌더링 전에 공식 문서를 확인한다:\n- App Store: developer.apple.com/help/app-store-connect/reference/screenshot-specifications\n- Play: support.google.com/googleplay/android-developer/answer/9866151\n\n## 기기 프레임 스펙 (CSS로 그리기)\n\n| 기기 | 화면비(세로) | 코너 radius | 베젤 | 상단 요소 |\n|---|---|---|---|---|\n| iPhone | 1320:2868 | 프레임 폭의 ~14% | 균일 ~2% | Dynamic Island 알약 (폭 ~26%, 상단에서 ~1.8%) |\n| iPad | 3:4 | ~4% | 균일 ~3.5% | 없음 |\n| Galaxy S | 9:19.5 | ~7% | 균일 ~1.5% | 중앙 펀치홀 (지름 ~3%) |\n| Galaxy Fold 펼침 | 1856:2160 (거의 정사각) | ~5% | ~2% | 우측 상단 펀치홀 + 중앙 세로 힌지 라인(아주 옅게) |\n| Galaxy Flip | 9:22 | ~8% | ~1.5% | 중앙 펀치홀 |\n\n- 프레임 = `div` (배경 `#101014`, `border-radius`, `padding` = 베젤, `inset box-shadow`로 금속 테두리 느낌 한 줄).\n- 화면 = `img { object-fit: cover; object-position: top; border-radius: 바깥radius − 베젤 }`.\n- 원본 비율이 프레임과 다르면 cover로 채우되 **상단 고정**(상태바 쪽이 보이는 게 자연스럽다).\n- Galaxy 펀치홀: 알약 대신 `.hole { width:34px; height:34px; border-radius:50%; background:#000; top:40px; left:50%; }`.\n- Fold 힌지: 화면 위에 세로 1줄 `linear-gradient` 오버레이(투명→살짝 어둡게→투명).\n\n### 실사 프레임을 원할 때\n\n사용자가 \"진짜 기기 사진 프레임\"을 원하면 직접 다운로드하지 말고 안내한다:\n- Apple 공식 베젤: developer.apple.com/design/resources (Product Bezels, 마케팅 가이드라인 확인 필요)\n- Samsung: Samsung Developers / Samsung Newsroom의 공식 목업 검색\n사용자가 파일을 받아 경로를 주면, CSS 프레임 대신 그 이미지를 겹쳐 쓴다.\n\n## 슬라이드 HTML 템플릿 (iPhone 6.9\" 예시)\n\n다른 기기는 body 크기, `.device`의 `aspect-ratio`·`border-radius`·상단 요소만 위 표대로 바꾼다.\n\n```html\n<!doctype html>\n<html><head><meta charset=\"utf-8\">\n<style>\n  :root { --c1:#4F46E5; --c2:#312E81; }        /* 앱 주조색으로 교체 */\n  * { margin:0; box-sizing:border-box; }\n  body {\n    width:1320px; height:2868px; overflow:hidden;\n    background:linear-gradient(165deg,var(--c1),var(--c2));\n    font-family:-apple-system,\"Apple SD Gothic Neo\",\"Malgun Gothic\",sans-serif;\n    display:flex; flex-direction:column; align-items:center;\n  }\n  .copy { text-align:center; margin-top:220px; color:#fff; padding:0 90px; }\n  .copy h1 { font-size:118px; font-weight:800; letter-spacing:-2px; line-height:1.15; }\n  .copy p  { font-size:52px; font-weight:500; opacity:.85; margin-top:36px; }\n  .device {\n    margin-top:170px; width:1010px; aspect-ratio:1320/2868;\n    background:#101014; border-radius:145px; padding:24px;\n    box-shadow:0 80px 160px rgba(0,0,0,.45), inset 0 0 0 5px #3c3c40;\n    position:relative; transform:rotate(-2deg);\n  }\n  .device img { width:100%; height:100%; object-fit:cover; object-position:top; border-radius:121px; }\n  .island { position:absolute; top:52px; left:50%; transform:translateX(-50%);\n            width:270px; height:78px; border-radius:44px; background:#000; }\n</style></head>\n<body>\n  <div class=\"copy\"><h1>헤드라인</h1><p>서브카피</p></div>\n  <div class=\"device\"><img src=\"./01-home.png\"><div class=\"island\"></div></div>\n</body></html>\n```\n\n## 문구 톤 가이드\n\n- 스토어 목록에서 실제로 보이는 건 1~2장 — 첫 장에 앱의 존재 이유를 담는다.\n- 혜택 > 기능: \"가계부가 자동으로 써진다\" > \"SMS 파싱 기능\".\n- 사용자가 \"알아서\"를 골랐으면: 스크린샷을 보고 차별점이 큰 순서로 4개를 뽑아, 왜 그걸 골랐는지 근거와 함께 제시한다.\n- 로케일: 기본 한국어. 영어 스토어에도 올린다면 같은 레이아웃에 영어 문구 세트를 추가로 생성한다.\n","tagline":"앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store siz","category":"design-creative","tags":["agent-skill"],"author":"LeeHueeng","verified":false,"attribution":{"status":"registry_indexed","statusLabel":"Registry indexed","shortLabel":"REGISTRY INDEXED","sourceLabel":"recursive skill source sync","sourceDetail":"LeeHueeng/store-screenshots","creatorName":"LeeHueeng","creatorUrl":"https://github.com/LeeHueeng","sourceUrl":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots","indexedBy":"OpenAgentSkill community index","claimUrl":"https://www.openagentskill.com/skills/leehueeng-store-screenshots#claim-this-skill","claimCta":"Claim this skill","trustNote":"This listing was indexed from public sources and is not marked official until a maintainer claim is approved.","publicNote":"Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals."},"stats":{"stars":31,"forks":6,"verified_installs":0,"successful_runs":0,"total_outcomes":0,"rating":0,"review_count":0,"quality_score":33.94},"quality":{"score":62,"tier":"promising","label":"Promising","summary":"Useful candidate, but compare it with alternatives before adopting.","signals":[{"label":"GitHub stars","value":"31","tone":"neutral"},{"label":"Freshness","value":"Today","tone":"positive"},{"label":"Install ready","value":"Yes","tone":"positive"},{"label":"License","value":"MIT","tone":"neutral"}],"warnings":["Low GitHub adoption signal"]},"trust":{"version":"trust-score-v5","score":67,"base_score":75,"outcome_confidence":0,"tier":"review","label":"Sandbox only","summary":"Useful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.","recommendedAction":"Run only in a sandbox and compare close alternatives before using it for real work.","decision":{"install_policy":"human_review_before_install","auto_install_allowed":false,"human_review_required":true,"sandbox_first":true,"agent_action":"Compare alternatives before installing.","reasoning":["67/100 Trust Score v5","75/100 Trust Score v4 baseline","Needs more real agent outcomes before unattended install","Install path is available","Review before production"],"review_required_when":["The workspace contains production secrets, payments, private customer data, or irreversible actions.","The install command requests shell, network, credential, database, or broad filesystem access.","Outcome evidence is missing, recently failed, or required human review.","Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"]},"dimensions":[{"id":"github_adoption","label":"GitHub adoption","score":48,"weight":0.13,"status":"warn","detail":"31 GitHub stars"},{"id":"repo_activity","label":"Stars/forks activity","score":43,"weight":0.08,"status":"warn","detail":"31 stars, 6 forks; issue activity unavailable in current metadata"},{"id":"maintenance","label":"Recent maintenance","score":100,"weight":0.14,"status":"pass","detail":"Pushed today"},{"id":"license","label":"License clarity","score":86,"weight":0.09,"status":"pass","detail":"MIT"},{"id":"documentation","label":"README/SKILL.md completeness","score":86,"weight":0.14,"status":"pass","detail":"Metadata includes enough usage and workflow context"},{"id":"dependency_risk","label":"Dependency/runtime risk","score":64,"weight":0.12,"status":"info","detail":"command execution surface, network or browser surface"},{"id":"installability","label":"Install availability","score":92,"weight":0.1,"status":"pass","detail":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots"},{"id":"install_safety","label":"Install command safety","score":92,"weight":0.1,"status":"pass","detail":"standard package or runtime install path"},{"id":"permission_surface","label":"Permission surface","score":62,"weight":0.07,"status":"info","detail":"shell or command execution, network or browser access"},{"id":"repository","label":"Repository evidence","score":86,"weight":0.04,"status":"pass","detail":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots"},{"id":"review_status","label":"Review status","score":88,"weight":0.05,"status":"pass","detail":"AI review data available"},{"id":"agent_outcomes","label":"Agent Proven outcomes","score":54,"weight":0.13,"status":"info","detail":"No agent outcome data yet"}],"checks":[{"status":"warn","label":"GitHub adoption","detail":"31 GitHub stars"},{"status":"warn","label":"Stars/forks activity","detail":"31 stars, 6 forks; issue activity unavailable in current metadata"},{"status":"pass","label":"Recent maintenance","detail":"Pushed today"},{"status":"pass","label":"License clarity","detail":"MIT"},{"status":"pass","label":"README/SKILL.md completeness","detail":"Metadata includes enough usage and workflow context"},{"status":"info","label":"Dependency/runtime risk","detail":"command execution surface, network or browser surface"},{"status":"pass","label":"Install availability","detail":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots"},{"status":"pass","label":"Install command safety","detail":"standard package or runtime install path"},{"status":"info","label":"Permission surface","detail":"shell or command execution, network or browser access"},{"status":"pass","label":"Repository evidence","detail":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots"},{"status":"pass","label":"Review status","detail":"AI review data available"},{"status":"info","label":"Agent Proven outcomes","detail":"No agent outcome data yet"},{"status":"warn","label":"Ownership","detail":"No approved owner claim yet"},{"status":"info","label":"OpenAgentSkill usage","detail":"No local usage activity yet"},{"status":"info","label":"Agent outcomes","detail":"No agent outcome data yet"}],"strengths":["AI review approved","Install path is available","Repository evidence is available","Recently maintained repository","Install command has no obvious high-risk pattern","Outcome loop is ready but needs first real agent run"],"warnings":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata","No real agent outcome reports yet","Human review required before unattended installation"],"evidence":{"stars":"31 GitHub stars","repoActivity":"31 stars, 6 forks","lastPushed":"Pushed today","license":"MIT","repository":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots","install":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","installSafety":"standard package or runtime install path","permissionSurface":"shell or command execution, network or browser access","documentation":"Strong README/SKILL.md context","agentOutcomes":"No agent outcome data yet","agentProvenScore":0,"outcomeConfidence":"0%","installPolicy":"human_review_before_install"},"installReadiness":{"ready":true,"command":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","policy":"human_review_before_install","label":"Human review before install","notes":["Install path is available","Repository evidence is available","License is declared","No Agent Proven outcome evidence yet","Pushed today","Trust Score v5 requires review or sandbox-only use before install."]},"agentCompatibility":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"riskSummary":{"level":"medium","label":"Review before production","notes":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"]},"outcomeEvidence":{"total":0,"successes":0,"failures":0,"notRelevant":0,"successRate":null,"installAttempts":0,"riskBlocked":0,"setupRequired":0,"installSuccessRate":null,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"recentSuccessRate":null,"recentFailureRate":null,"uniqueAgents":0,"agentProvenScore":0,"agentProvenLabel":"Needs first agent run","lastOutcomeAt":null,"label":"No agent outcome data yet"},"autoInstall":{"allowed":false,"sandboxRequired":true,"policy":"human_review_before_install","reason":"Compare alternatives before installing."},"outcome_loop":{"version":"openagentskill-agent-outcome-v3","required_after_install":true,"endpoint":"/api/agent/outcome","method":"POST","event_id_source":"feedback.event_id, install_receipt.resolve_event_id, or decision_packet.outcome_feedback.event_id","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"required_fields":["event_id","skill_slug","task"],"quality_fields":["task_success","output_quality","error_type","human_review_required","used_in_production","workspace","evidence_url","time_to_useful_ms"],"ranking_inputs_updated":["Trust Score v5 outcome confidence","Agent Proven Score","Resolve ranking task-fit evidence","Skill detail machine-readable metadata","Outcome leaderboard"]},"agent_contract":{"suited_tasks":["design-creative","agent-skill"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"install_command":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","trust_score":67,"trust_version":"trust-score-v5","risk_level":"medium","do_not_use_when":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"before_install":["Read the audit page and machine-readable metadata.","Confirm the install command, license, and permission surface fit the workspace.","Get explicit human approval or choose an alternative before installing."],"after_run":["Report the outcome to /api/agent/outcome using the resolve event id.","Include output_quality, workspace, human_review_required, and evidence_url when available.","Re-resolve before broad production rollout."]},"bestFor":["design-creative","agent-skill"],"doNotUseFor":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"knownRisks":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"],"backward_compatible":{"trust_score_v4":{"version":"trust-score-v4","score":75,"tier":"strong","label":"Strong shortlist","summary":"Good trust signals with a few areas worth checking before rollout."}}},"trust_score_v5":{"version":"trust-score-v5","score":67,"base_score":75,"outcome_confidence":0,"tier":"review","label":"Sandbox only","summary":"Useful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.","recommendedAction":"Run only in a sandbox and compare close alternatives before using it for real work.","decision":{"install_policy":"human_review_before_install","auto_install_allowed":false,"human_review_required":true,"sandbox_first":true,"agent_action":"Compare alternatives before installing.","reasoning":["67/100 Trust Score v5","75/100 Trust Score v4 baseline","Needs more real agent outcomes before unattended install","Install path is available","Review before production"],"review_required_when":["The workspace contains production secrets, payments, private customer data, or irreversible actions.","The install command requests shell, network, credential, database, or broad filesystem access.","Outcome evidence is missing, recently failed, or required human review.","Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"]},"dimensions":[{"id":"github_adoption","label":"GitHub adoption","score":48,"weight":0.13,"status":"warn","detail":"31 GitHub stars"},{"id":"repo_activity","label":"Stars/forks activity","score":43,"weight":0.08,"status":"warn","detail":"31 stars, 6 forks; issue activity unavailable in current metadata"},{"id":"maintenance","label":"Recent maintenance","score":100,"weight":0.14,"status":"pass","detail":"Pushed today"},{"id":"license","label":"License clarity","score":86,"weight":0.09,"status":"pass","detail":"MIT"},{"id":"documentation","label":"README/SKILL.md completeness","score":86,"weight":0.14,"status":"pass","detail":"Metadata includes enough usage and workflow context"},{"id":"dependency_risk","label":"Dependency/runtime risk","score":64,"weight":0.12,"status":"info","detail":"command execution surface, network or browser surface"},{"id":"installability","label":"Install availability","score":92,"weight":0.1,"status":"pass","detail":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots"},{"id":"install_safety","label":"Install command safety","score":92,"weight":0.1,"status":"pass","detail":"standard package or runtime install path"},{"id":"permission_surface","label":"Permission surface","score":62,"weight":0.07,"status":"info","detail":"shell or command execution, network or browser access"},{"id":"repository","label":"Repository evidence","score":86,"weight":0.04,"status":"pass","detail":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots"},{"id":"review_status","label":"Review status","score":88,"weight":0.05,"status":"pass","detail":"AI review data available"},{"id":"agent_outcomes","label":"Agent Proven outcomes","score":54,"weight":0.13,"status":"info","detail":"No agent outcome data yet"}],"checks":[{"status":"warn","label":"GitHub adoption","detail":"31 GitHub stars"},{"status":"warn","label":"Stars/forks activity","detail":"31 stars, 6 forks; issue activity unavailable in current metadata"},{"status":"pass","label":"Recent maintenance","detail":"Pushed today"},{"status":"pass","label":"License clarity","detail":"MIT"},{"status":"pass","label":"README/SKILL.md completeness","detail":"Metadata includes enough usage and workflow context"},{"status":"info","label":"Dependency/runtime risk","detail":"command execution surface, network or browser surface"},{"status":"pass","label":"Install availability","detail":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots"},{"status":"pass","label":"Install command safety","detail":"standard package or runtime install path"},{"status":"info","label":"Permission surface","detail":"shell or command execution, network or browser access"},{"status":"pass","label":"Repository evidence","detail":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots"},{"status":"pass","label":"Review status","detail":"AI review data available"},{"status":"info","label":"Agent Proven outcomes","detail":"No agent outcome data yet"},{"status":"warn","label":"Ownership","detail":"No approved owner claim yet"},{"status":"info","label":"OpenAgentSkill usage","detail":"No local usage activity yet"},{"status":"info","label":"Agent outcomes","detail":"No agent outcome data yet"}],"strengths":["AI review approved","Install path is available","Repository evidence is available","Recently maintained repository","Install command has no obvious high-risk pattern","Outcome loop is ready but needs first real agent run"],"warnings":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata","No real agent outcome reports yet","Human review required before unattended installation"],"evidence":{"stars":"31 GitHub stars","repoActivity":"31 stars, 6 forks","lastPushed":"Pushed today","license":"MIT","repository":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots","install":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","installSafety":"standard package or runtime install path","permissionSurface":"shell or command execution, network or browser access","documentation":"Strong README/SKILL.md context","agentOutcomes":"No agent outcome data yet","agentProvenScore":0,"outcomeConfidence":"0%","installPolicy":"human_review_before_install"},"installReadiness":{"ready":true,"command":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","policy":"human_review_before_install","label":"Human review before install","notes":["Install path is available","Repository evidence is available","License is declared","No Agent Proven outcome evidence yet","Pushed today","Trust Score v5 requires review or sandbox-only use before install."]},"agentCompatibility":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"riskSummary":{"level":"medium","label":"Review before production","notes":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"]},"outcomeEvidence":{"total":0,"successes":0,"failures":0,"notRelevant":0,"successRate":null,"installAttempts":0,"riskBlocked":0,"setupRequired":0,"installSuccessRate":null,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"recentSuccessRate":null,"recentFailureRate":null,"uniqueAgents":0,"agentProvenScore":0,"agentProvenLabel":"Needs first agent run","lastOutcomeAt":null,"label":"No agent outcome data yet"},"autoInstall":{"allowed":false,"sandboxRequired":true,"policy":"human_review_before_install","reason":"Compare alternatives before installing."},"outcome_loop":{"version":"openagentskill-agent-outcome-v3","required_after_install":true,"endpoint":"/api/agent/outcome","method":"POST","event_id_source":"feedback.event_id, install_receipt.resolve_event_id, or decision_packet.outcome_feedback.event_id","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"required_fields":["event_id","skill_slug","task"],"quality_fields":["task_success","output_quality","error_type","human_review_required","used_in_production","workspace","evidence_url","time_to_useful_ms"],"ranking_inputs_updated":["Trust Score v5 outcome confidence","Agent Proven Score","Resolve ranking task-fit evidence","Skill detail machine-readable metadata","Outcome leaderboard"]},"agent_contract":{"suited_tasks":["design-creative","agent-skill"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"install_command":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","trust_score":67,"trust_version":"trust-score-v5","risk_level":"medium","do_not_use_when":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"before_install":["Read the audit page and machine-readable metadata.","Confirm the install command, license, and permission surface fit the workspace.","Get explicit human approval or choose an alternative before installing."],"after_run":["Report the outcome to /api/agent/outcome using the resolve event id.","Include output_quality, workspace, human_review_required, and evidence_url when available.","Re-resolve before broad production rollout."]},"bestFor":["design-creative","agent-skill"],"doNotUseFor":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"knownRisks":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"],"backward_compatible":{"trust_score_v4":{"version":"trust-score-v4","score":75,"tier":"strong","label":"Strong shortlist","summary":"Good trust signals with a few areas worth checking before rollout."}}},"trust_score_v4":{"version":"trust-score-v4","score":75,"tier":"strong","label":"Strong shortlist","summary":"Good trust signals with a few areas worth checking before rollout.","recommendedAction":"Test in a sandbox workflow and compare its install path with close alternatives.","dimensions":[{"id":"github_adoption","label":"GitHub adoption","score":48,"weight":0.13,"status":"warn","detail":"31 GitHub stars"},{"id":"repo_activity","label":"Stars/forks activity","score":43,"weight":0.08,"status":"warn","detail":"31 stars, 6 forks; issue activity unavailable in current metadata"},{"id":"maintenance","label":"Recent maintenance","score":100,"weight":0.14,"status":"pass","detail":"Pushed today"},{"id":"license","label":"License clarity","score":86,"weight":0.09,"status":"pass","detail":"MIT"},{"id":"documentation","label":"README/SKILL.md completeness","score":86,"weight":0.14,"status":"pass","detail":"Metadata includes enough usage and workflow context"},{"id":"dependency_risk","label":"Dependency/runtime risk","score":64,"weight":0.12,"status":"info","detail":"command execution surface, network or browser surface"},{"id":"installability","label":"Install availability","score":92,"weight":0.1,"status":"pass","detail":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots"},{"id":"install_safety","label":"Install command safety","score":92,"weight":0.1,"status":"pass","detail":"standard package or runtime install path"},{"id":"permission_surface","label":"Permission surface","score":62,"weight":0.07,"status":"info","detail":"shell or command execution, network or browser access"},{"id":"repository","label":"Repository evidence","score":86,"weight":0.04,"status":"pass","detail":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots"},{"id":"review_status","label":"Review status","score":88,"weight":0.05,"status":"pass","detail":"AI review data available"},{"id":"agent_outcomes","label":"Agent Proven outcomes","score":54,"weight":0.13,"status":"info","detail":"No agent outcome data yet"}],"checks":[{"status":"warn","label":"GitHub adoption","detail":"31 GitHub stars"},{"status":"warn","label":"Stars/forks activity","detail":"31 stars, 6 forks; issue activity unavailable in current metadata"},{"status":"pass","label":"Recent maintenance","detail":"Pushed today"},{"status":"pass","label":"License clarity","detail":"MIT"},{"status":"pass","label":"README/SKILL.md completeness","detail":"Metadata includes enough usage and workflow context"},{"status":"info","label":"Dependency/runtime risk","detail":"command execution surface, network or browser surface"},{"status":"pass","label":"Install availability","detail":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots"},{"status":"pass","label":"Install command safety","detail":"standard package or runtime install path"},{"status":"info","label":"Permission surface","detail":"shell or command execution, network or browser access"},{"status":"pass","label":"Repository evidence","detail":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots"},{"status":"pass","label":"Review status","detail":"AI review data available"},{"status":"info","label":"Agent Proven outcomes","detail":"No agent outcome data yet"},{"status":"warn","label":"Ownership","detail":"No approved owner claim yet"},{"status":"info","label":"OpenAgentSkill usage","detail":"No local usage activity yet"},{"status":"info","label":"Agent outcomes","detail":"No agent outcome data yet"}],"strengths":["AI review approved","Install path is available","Repository evidence is available","Recently maintained repository","Install command has no obvious high-risk pattern"],"warnings":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"],"evidence":{"stars":"31 GitHub stars","repoActivity":"31 stars, 6 forks","lastPushed":"Pushed today","license":"MIT","repository":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots","install":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","installSafety":"standard package or runtime install path","permissionSurface":"shell or command execution, network or browser access","documentation":"Strong README/SKILL.md context","agentOutcomes":"No agent outcome data yet"},"installReadiness":{"ready":true,"command":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","policy":"human_review_before_install","label":"Human review before install","notes":["Install path is available","Repository evidence is available","License is declared","No Agent Proven outcome evidence yet","Pushed today"]},"agentCompatibility":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"riskSummary":{"level":"medium","label":"Review before production","notes":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"]},"outcomeEvidence":{"total":0,"successes":0,"failures":0,"notRelevant":0,"successRate":null,"installAttempts":0,"riskBlocked":0,"setupRequired":0,"installSuccessRate":null,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"recentSuccessRate":null,"recentFailureRate":null,"uniqueAgents":0,"agentProvenScore":0,"agentProvenLabel":"Needs first agent run","lastOutcomeAt":null,"label":"No agent outcome data yet"},"autoInstall":{"allowed":false,"sandboxRequired":true,"policy":"human_review_before_install","reason":"Human review or sandbox validation is required before automatic installation."},"bestFor":["design-creative","agent-skill"],"doNotUseFor":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"],"knownRisks":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"]},"agent_proven":{"version":"agent-proven-v1","score":0,"tier":"unproven","label":"Needs first agent run","summary":"No agent outcome reports yet. Use Resolve, run one narrow sandbox task, then report the result.","metrics":{"totalOutcomes":0,"successfulOutcomes":0,"failedOutcomes":0,"installAttempts":0,"installSuccessRate":null,"successRate":null,"recentSuccessRate":null,"recentFailureRate":null,"riskBlocked":0,"setupRequired":0,"notRelevant":0,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"uniqueAgents":0,"lastOutcomeAt":null},"signals":[],"penalties":["No real agent outcome evidence yet"]},"outcome_stats":null,"safety":{"score":50,"level":"avoid_auto_install","label":"Avoid automatic install","safety_tier":{"tier":"experimental","label":"Experimental","badge":"EXPERIMENTAL","summary":"Sparse or mixed signals. Useful for discovery, but not for autonomous installation.","recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","auto_install_policy":"review","reasons":["High-risk permission hints: Shell or command execution","50/100 agent safety score"]},"auto_install_allowed":false,"human_review_required":true,"blocked":false,"audit_risk":"needs_review","permission_hints":[{"id":"shell","label":"Shell or command execution","reason":"Skill metadata references terminal, CLI, shell, subprocess, or command execution workflows.","severity":"high"},{"id":"browser","label":"Browser automation","reason":"Skill may drive a browser or interact with web pages.","severity":"medium"},{"id":"network","label":"Network access","reason":"Skill likely fetches remote pages, APIs, repositories, or external services.","severity":"medium"}],"policy_warnings":["High-risk permission hints: Shell or command execution","Low GitHub adoption signal"],"constraints_applied":{"max_risk":"medium","needs_install_command":true,"min_stars":0}},"safety_gate":{"tier":"experimental","label":"Experimental","badge":"EXPERIMENTAL","auto_install_policy":"review","auto_install_allowed":false,"blocked":false,"human_review_required":true,"recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","reasons":["High-risk permission hints: Shell or command execution","50/100 agent safety score"]},"eval":{"version":"openagentskill-skill-eval-v1","status":"review","score":68,"risk_level":"medium","decision":{"recommendation":"manual_review","reason":"Test manually in an isolated workspace and compare against safer alternatives.","auto_install_allowed":false,"policy":"review","human_review_required":true},"blockers":[],"warnings":["Trust score: Good trust signals with a few areas worth checking before rollout.","Audit score: Needs review","Agent safety gate: Sparse or mixed signals. Useful for discovery, but not for autonomous installation.","Permission surface: shell or command execution, network or browser access","High-risk permission hints: Shell or command execution","Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"],"validation_plan":["Inspect repository, README/SKILL.md, license, and recent commits before production use.","Install in an isolated workspace or sandbox with no production secrets available.","Run the smallest representative task and record files touched, commands run, network access, and outputs.","Compare the selected skill against at least one alternative when the eval status is review or failed.","Promote only after the agent reports a successful verification result and unresolved warnings are accepted."],"checks":[{"id":"task_fit","label":"Task fit","status":"pass","score":84,"required_for_auto_install":true,"detail":"Task wording matches this skill metadata.","evidence":["Evaluate store-screenshots before installing it in an agent workflow","design-creative","Browser automation workflows; Claude Code teams; builders willing to evaluate younger projects"]},{"id":"install_path","label":"Install path","status":"pass","score":92,"required_for_auto_install":true,"detail":"Install handoff is available.","evidence":["npx skills add LeeHueeng/store-screenshots --skill store-screenshots"]},{"id":"install_safety","label":"Install command safety","status":"pass","score":92,"required_for_auto_install":true,"detail":"standard package or runtime install path","evidence":["npx skills add LeeHueeng/store-screenshots --skill store-screenshots"]},{"id":"trust_score","label":"Trust score","status":"warn","score":75,"required_for_auto_install":true,"detail":"Good trust signals with a few areas worth checking before rollout.","evidence":["Strong shortlist","31 GitHub stars","MIT"]},{"id":"audit_score","label":"Audit score","status":"warn","score":78,"required_for_auto_install":true,"detail":"Needs review","evidence":["Low GitHub adoption signal"]},{"id":"agent_safety_gate","label":"Agent safety gate","status":"warn","score":50,"required_for_auto_install":true,"detail":"Sparse or mixed signals. Useful for discovery, but not for autonomous installation.","evidence":["Test manually in an isolated workspace and compare against safer alternatives.","High-risk permission hints: Shell or command execution"]},{"id":"readme_skillmd_completeness","label":"README/SKILL.md completeness","status":"pass","score":86,"required_for_auto_install":false,"detail":"Metadata includes enough usage and workflow context","evidence":["Strong README/SKILL.md context"]},{"id":"license_clarity","label":"License clarity","status":"pass","score":86,"required_for_auto_install":true,"detail":"MIT","evidence":["MIT"]},{"id":"recent_maintenance","label":"Recent maintenance","status":"pass","score":100,"required_for_auto_install":false,"detail":"Pushed today","evidence":["Pushed today"]},{"id":"permission_surface","label":"Permission surface","status":"warn","score":62,"required_for_auto_install":true,"detail":"shell or command execution, network or browser access","evidence":["Shell or command execution: high","Browser automation: medium","Network access: medium"]},{"id":"alternatives","label":"Alternatives available","status":"info","score":55,"required_for_auto_install":false,"detail":"No close alternatives were found in the current shortlist.","evidence":[]}],"endpoints":{"web":"https://www.openagentskill.com/skills/leehueeng-store-screenshots/evals","api":"/api/agent/evals?slug=leehueeng-store-screenshots","text":"/api/agent/evals?slug=leehueeng-store-screenshots&format=text"}},"agent_readable_metadata":{"version":"openagentskill-agent-metadata-v2","skill":{"slug":"leehueeng-store-screenshots","name":"store-screenshots","description":"앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store sizes. \"스토어 스크린샷 만들어줘\", \"앱스토어 이미지\", \"플레이스토어 스크린샷\", \"make App Store screenshots\", \"Play Store screenshots\" 같은 요청에 사용.","category":"design-creative","url":"https://www.openagentskill.com/skills/leehueeng-store-screenshots","repository":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots","github_repo":"LeeHueeng/store-screenshots"},"suited_tasks":["Browser automation workflows","Claude Code teams","builders willing to evaluate younger projects","Navigate pages","Click and type safely","Check visual and DOM state","Search sources","Extract claims"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI","OpenAI Agents","Browser agents","CLI"],"install":{"command":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","ready":true,"targets":[{"id":"openagentskill-cli","label":"CLI","kind":"command","value":"npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.2.1/openagentskill-0.2.1.tgz install leehueeng-store-screenshots"},{"id":"codex","label":"Codex","kind":"agent-prompt","value":"Install the \"store-screenshots\" agent skill from https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: 앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store sizes. \"스토어 스크린샷 만들어줘\", \"앱스토어 이미지\", \"플레이스토어 스크린샷\", \"make App Store screenshots\", \"Play Store screenshots\" 같은 요청에 사용. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"leehueeng-store-screenshots\",\"task\":\"Install store-screenshots\",\"agent\":\"codex\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"claude-code","label":"Claude Code","kind":"agent-prompt","value":"Add \"store-screenshots\" as a Claude Code skill from https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots. Inspect the skill instructions, place the reusable skill files in the appropriate local skills location for this project, and report the activation steps. Skill purpose: 앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store sizes. \"스토어 스크린샷 만들어줘\", \"앱스토어 이미지\", \"플레이스토어 스크린샷\", \"make App Store screenshots\", \"Play Store screenshots\" 같은 요청에 사용. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"leehueeng-store-screenshots\",\"task\":\"Install store-screenshots\",\"agent\":\"claude-code\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"cursor","label":"Cursor","kind":"agent-prompt","value":"Turn \"store-screenshots\" from https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots into a reusable Cursor project rule or agent instruction. Preserve the core workflow, adapt paths to this repo, and keep the rule scoped to tasks where it is relevant. Skill purpose: 앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store sizes. \"스토어 스크린샷 만들어줘\", \"앱스토어 이미지\", \"플레이스토어 스크린샷\", \"make App Store screenshots\", \"Play Store screenshots\" 같은 요청에 사용. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"leehueeng-store-screenshots\",\"task\":\"Install store-screenshots\",\"agent\":\"cursor\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."}],"handoff_url":"https://www.openagentskill.com/api/skills/leehueeng-store-screenshots/install","manifest_url":"https://www.openagentskill.com/api/registry/manifest/leehueeng-store-screenshots"},"trust":{"score":75,"label":"Strong shortlist","version":"trust-score-v4","install_policy":"human_review_before_install","evidence":{"stars":"31 GitHub stars","repoActivity":"31 stars, 6 forks","lastPushed":"Pushed today","license":"MIT","repository":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots","install":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","installSafety":"standard package or runtime install path","permissionSurface":"shell or command execution, network or browser access","documentation":"Strong README/SKILL.md context","agentOutcomes":"No agent outcome data yet"},"outcome_evidence":{"total":0,"successes":0,"failures":0,"not_relevant":0,"success_rate":null,"recent_success_rate":null,"recent_failure_rate":null,"install_attempts":0,"install_success_rate":null,"risk_blocked":0,"setup_required":0,"avg_output_quality":null,"production_outcomes":0,"last_outcome_at":null,"label":"No agent outcome data yet"},"auto_install":{"allowed":false,"sandbox_required":true,"reason":"Human review or sandbox validation is required before automatic installation."},"best_for":["design-creative","agent-skill"],"known_risks":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"]},"agent_proven":{"version":"agent-proven-v1","score":0,"tier":"unproven","label":"Needs first agent run","summary":"No agent outcome reports yet. Use Resolve, run one narrow sandbox task, then report the result.","metrics":{"totalOutcomes":0,"successfulOutcomes":0,"failedOutcomes":0,"installAttempts":0,"installSuccessRate":null,"successRate":null,"recentSuccessRate":null,"recentFailureRate":null,"riskBlocked":0,"setupRequired":0,"notRelevant":0,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"uniqueAgents":0,"lastOutcomeAt":null},"signals":[],"penalties":["No real agent outcome evidence yet"]},"audit":{"score":78,"risk_level":"needs_review","risk_label":"Needs review","warnings":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"]},"safety_gate":{"tier":"experimental","label":"Experimental","auto_install_policy":"review","auto_install_allowed":false,"human_review_required":true,"blocked":false,"recommended_action":"Test manually in an isolated workspace and compare against safer alternatives."},"quality":{"score":62,"label":"Promising"},"supply":{"track":"Design and creative production","scenario":"Design and creative","maintenance":"Pushed today","risk":"Needs review"},"alternative_skills":[],"do_not_use_when":["teams that need a vendor-supported SLA","production agents without a repository review","Low GitHub adoption signal","No OpenAgentSkill engagement data yet","High-risk permission hints: Shell or command execution","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"],"agent_contract":{"task_input":"Use store-screenshots in an agent workflow","recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","install_policy":"review","minimum_review_before_use":["Trust: 75/100 Strong shortlist","Audit: 78/100 Needs review","Safety: 50/100 Avoid automatic install","Review repository, license, install command, and permission surface before production use."],"expected_agent_output":{"selected_skill":"leehueeng-store-screenshots (store-screenshots)","install_command":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","risk_summary":"Needs review; Experimental; Review before production","verification_result":"Report the smallest successful task, files touched, warnings, and any missing setup."}},"outcome_feedback":{"endpoint":"https://www.openagentskill.com/api/agent/outcome","method":"POST","requires_resolve_event_id":true,"event_id_source":"Use install_receipt.outcome_feedback.event_id or feedback.event_id returned by /api/agent/resolve for the current task.","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"payload_template":{"event_id":"<install_receipt.outcome_feedback.event_id or feedback.event_id from /api/agent/resolve>","skill_slug":"leehueeng-store-screenshots","task":"Use store-screenshots in an agent workflow","agent":"codex","outcome":"success","install_used":true,"risk_blocked":false,"setup_required":false,"task_success":true,"output_quality":4,"error_type":null,"human_review_required":false,"workspace":"sandbox","time_to_useful_ms":120000,"notes":"Report the smallest successful task, setup friction, files touched, and risk notes."}},"endpoints":{"web":"https://www.openagentskill.com/skills/leehueeng-store-screenshots","api":"https://www.openagentskill.com/api/agent/skills/leehueeng-store-screenshots","audit":"https://www.openagentskill.com/skills/leehueeng-store-screenshots/audit","eval":"https://www.openagentskill.com/api/agent/evals?slug=leehueeng-store-screenshots&task=Use%20store-screenshots%20in%20an%20agent%20workflow&max_risk=medium","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Use%20store-screenshots%20in%20an%20agent%20workflow&agent=codex&max_risk=medium","receipt":"https://www.openagentskill.com/api/agent/receipt?task=Use%20store-screenshots%20in%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text","install":"https://www.openagentskill.com/api/skills/leehueeng-store-screenshots/install","manifest":"https://www.openagentskill.com/api/registry/manifest/leehueeng-store-screenshots"}},"machine_metadata":{"version":"openagentskill-agent-metadata-v2","skill":{"slug":"leehueeng-store-screenshots","name":"store-screenshots","description":"앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store sizes. \"스토어 스크린샷 만들어줘\", \"앱스토어 이미지\", \"플레이스토어 스크린샷\", \"make App Store screenshots\", \"Play Store screenshots\" 같은 요청에 사용.","category":"design-creative","url":"https://www.openagentskill.com/skills/leehueeng-store-screenshots","repository":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots","github_repo":"LeeHueeng/store-screenshots"},"suited_tasks":["Browser automation workflows","Claude Code teams","builders willing to evaluate younger projects","Navigate pages","Click and type safely","Check visual and DOM state","Search sources","Extract claims"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI","OpenAI Agents","Browser agents","CLI"],"install":{"command":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","ready":true,"targets":[{"id":"openagentskill-cli","label":"CLI","kind":"command","value":"npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.2.1/openagentskill-0.2.1.tgz install leehueeng-store-screenshots"},{"id":"codex","label":"Codex","kind":"agent-prompt","value":"Install the \"store-screenshots\" agent skill from https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: 앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store sizes. \"스토어 스크린샷 만들어줘\", \"앱스토어 이미지\", \"플레이스토어 스크린샷\", \"make App Store screenshots\", \"Play Store screenshots\" 같은 요청에 사용. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"leehueeng-store-screenshots\",\"task\":\"Install store-screenshots\",\"agent\":\"codex\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"claude-code","label":"Claude Code","kind":"agent-prompt","value":"Add \"store-screenshots\" as a Claude Code skill from https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots. Inspect the skill instructions, place the reusable skill files in the appropriate local skills location for this project, and report the activation steps. Skill purpose: 앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store sizes. \"스토어 스크린샷 만들어줘\", \"앱스토어 이미지\", \"플레이스토어 스크린샷\", \"make App Store screenshots\", \"Play Store screenshots\" 같은 요청에 사용. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"leehueeng-store-screenshots\",\"task\":\"Install store-screenshots\",\"agent\":\"claude-code\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"cursor","label":"Cursor","kind":"agent-prompt","value":"Turn \"store-screenshots\" from https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots into a reusable Cursor project rule or agent instruction. Preserve the core workflow, adapt paths to this repo, and keep the rule scoped to tasks where it is relevant. Skill purpose: 앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store sizes. \"스토어 스크린샷 만들어줘\", \"앱스토어 이미지\", \"플레이스토어 스크린샷\", \"make App Store screenshots\", \"Play Store screenshots\" 같은 요청에 사용. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"leehueeng-store-screenshots\",\"task\":\"Install store-screenshots\",\"agent\":\"cursor\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."}],"handoff_url":"https://www.openagentskill.com/api/skills/leehueeng-store-screenshots/install","manifest_url":"https://www.openagentskill.com/api/registry/manifest/leehueeng-store-screenshots"},"trust":{"score":75,"label":"Strong shortlist","version":"trust-score-v4","install_policy":"human_review_before_install","evidence":{"stars":"31 GitHub stars","repoActivity":"31 stars, 6 forks","lastPushed":"Pushed today","license":"MIT","repository":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots","install":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","installSafety":"standard package or runtime install path","permissionSurface":"shell or command execution, network or browser access","documentation":"Strong README/SKILL.md context","agentOutcomes":"No agent outcome data yet"},"outcome_evidence":{"total":0,"successes":0,"failures":0,"not_relevant":0,"success_rate":null,"recent_success_rate":null,"recent_failure_rate":null,"install_attempts":0,"install_success_rate":null,"risk_blocked":0,"setup_required":0,"avg_output_quality":null,"production_outcomes":0,"last_outcome_at":null,"label":"No agent outcome data yet"},"auto_install":{"allowed":false,"sandbox_required":true,"reason":"Human review or sandbox validation is required before automatic installation."},"best_for":["design-creative","agent-skill"],"known_risks":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"]},"agent_proven":{"version":"agent-proven-v1","score":0,"tier":"unproven","label":"Needs first agent run","summary":"No agent outcome reports yet. Use Resolve, run one narrow sandbox task, then report the result.","metrics":{"totalOutcomes":0,"successfulOutcomes":0,"failedOutcomes":0,"installAttempts":0,"installSuccessRate":null,"successRate":null,"recentSuccessRate":null,"recentFailureRate":null,"riskBlocked":0,"setupRequired":0,"notRelevant":0,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"uniqueAgents":0,"lastOutcomeAt":null},"signals":[],"penalties":["No real agent outcome evidence yet"]},"audit":{"score":78,"risk_level":"needs_review","risk_label":"Needs review","warnings":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"]},"safety_gate":{"tier":"experimental","label":"Experimental","auto_install_policy":"review","auto_install_allowed":false,"human_review_required":true,"blocked":false,"recommended_action":"Test manually in an isolated workspace and compare against safer alternatives."},"quality":{"score":62,"label":"Promising"},"supply":{"track":"Design and creative production","scenario":"Design and creative","maintenance":"Pushed today","risk":"Needs review"},"alternative_skills":[],"do_not_use_when":["teams that need a vendor-supported SLA","production agents without a repository review","Low GitHub adoption signal","No OpenAgentSkill engagement data yet","High-risk permission hints: Shell or command execution","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"],"agent_contract":{"task_input":"Use store-screenshots in an agent workflow","recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","install_policy":"review","minimum_review_before_use":["Trust: 75/100 Strong shortlist","Audit: 78/100 Needs review","Safety: 50/100 Avoid automatic install","Review repository, license, install command, and permission surface before production use."],"expected_agent_output":{"selected_skill":"leehueeng-store-screenshots (store-screenshots)","install_command":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","risk_summary":"Needs review; Experimental; Review before production","verification_result":"Report the smallest successful task, files touched, warnings, and any missing setup."}},"outcome_feedback":{"endpoint":"https://www.openagentskill.com/api/agent/outcome","method":"POST","requires_resolve_event_id":true,"event_id_source":"Use install_receipt.outcome_feedback.event_id or feedback.event_id returned by /api/agent/resolve for the current task.","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"payload_template":{"event_id":"<install_receipt.outcome_feedback.event_id or feedback.event_id from /api/agent/resolve>","skill_slug":"leehueeng-store-screenshots","task":"Use store-screenshots in an agent workflow","agent":"codex","outcome":"success","install_used":true,"risk_blocked":false,"setup_required":false,"task_success":true,"output_quality":4,"error_type":null,"human_review_required":false,"workspace":"sandbox","time_to_useful_ms":120000,"notes":"Report the smallest successful task, setup friction, files touched, and risk notes."}},"endpoints":{"web":"https://www.openagentskill.com/skills/leehueeng-store-screenshots","api":"https://www.openagentskill.com/api/agent/skills/leehueeng-store-screenshots","audit":"https://www.openagentskill.com/skills/leehueeng-store-screenshots/audit","eval":"https://www.openagentskill.com/api/agent/evals?slug=leehueeng-store-screenshots&task=Use%20store-screenshots%20in%20an%20agent%20workflow&max_risk=medium","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Use%20store-screenshots%20in%20an%20agent%20workflow&agent=codex&max_risk=medium","receipt":"https://www.openagentskill.com/api/agent/receipt?task=Use%20store-screenshots%20in%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text","install":"https://www.openagentskill.com/api/skills/leehueeng-store-screenshots/install","manifest":"https://www.openagentskill.com/api/registry/manifest/leehueeng-store-screenshots"}},"supply_profile":{"track":{"slug":"design","label":"Design and creative production","shortLabel":"Design","description":"Design assets, images, video, audio, multimodal media, presentation, and creative production skills."},"scenario":{"label":"Design and creative","description":"I need my agent to produce design assets, UI directions, presentations, or creative media workflows.","useCases":[{"slug":"browser-automation","title":"Browser automation"},{"slug":"research-agents","title":"Research agents"},{"slug":"testing-qa","title":"Testing and QA"}]},"applicableAgents":["Claude Code","OpenAI Agents","Browser agents","CLI","Codex"],"install":{"ready":true,"command":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","primaryTarget":"CLI","targetCount":4},"githubQuality":{"stars":31,"starsLabel":"31","forks":6,"license":"MIT","qualityScore":62,"trustScore":75,"auditScore":78},"maintenance":{"status":"fresh","label":"Pushed today","daysSincePush":0,"lastPushedAt":"2026-08-23T12:19:20+00:00"},"risk":{"level":"needs_review","label":"Needs review","requiresReview":true,"notes":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata","Needs review"]},"coverageTags":["Design","Design and creative","design-creative","agent-skill"]},"audit":{"audit_score":78,"risk_level":"needs_review","risk_label":"Needs review","quality_score":62,"trust_score":75,"maintenance_score":100,"security_score":80,"install_score":92,"warnings":["Low GitHub adoption signal","Quality score needs review","GitHub adoption: 31 GitHub stars","Stars/forks activity: 31 stars, 6 forks; issue activity unavailable in current metadata"]},"quality_signals":{"model":"v2","star_score":10.54,"usage_score":0,"review_score":5.4,"metadata_score":3,"freshness_score":15},"platforms":["Claude Code","OpenAI Agents","Browser agents"],"use_cases":[{"slug":"browser-automation","title":"Browser automation","url":"https://www.openagentskill.com/use-cases/browser-automation"},{"slug":"research-agents","title":"Research agents","url":"https://www.openagentskill.com/use-cases/research-agents"},{"slug":"testing-qa","title":"Testing and QA","url":"https://www.openagentskill.com/use-cases/testing-qa"},{"slug":"design-creative","title":"Design and creative","url":"https://www.openagentskill.com/use-cases/design-creative"}],"stacks":[{"slug":"browser-qa-agent","title":"Browser QA agent","url":"https://www.openagentskill.com/collections/browser-qa-agent"},{"slug":"frontend-product-ui","title":"Frontend and UI","url":"https://www.openagentskill.com/collections/frontend-product-ui"},{"slug":"research-report-agent","title":"Research report agent","url":"https://www.openagentskill.com/collections/research-report-agent"}],"install":"npx skills add LeeHueeng/store-screenshots --skill store-screenshots","install_targets":[{"id":"openagentskill-cli","label":"CLI","title":"OpenAgentSkill CLI","kind":"command","value":"npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.2.1/openagentskill-0.2.1.tgz install leehueeng-store-screenshots","description":"Resolve policy, run the source installer safely, and report a verified install receipt.","copyLabel":"Copy command"},{"id":"codex","label":"Codex","title":"Codex install prompt","kind":"agent-prompt","value":"Install the \"store-screenshots\" agent skill from https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: 앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store sizes. \"스토어 스크린샷 만들어줘\", \"앱스토어 이미지\", \"플레이스토어 스크린샷\", \"make App Store screenshots\", \"Play Store screenshots\" 같은 요청에 사용. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"leehueeng-store-screenshots\",\"task\":\"Install store-screenshots\",\"agent\":\"codex\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.","description":"Give Codex a repo-aware install prompt when the skill is not available through a local CLI.","copyLabel":"Copy prompt"},{"id":"claude-code","label":"Claude Code","title":"Claude Code skill prompt","kind":"agent-prompt","value":"Add \"store-screenshots\" as a Claude Code skill from https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots. Inspect the skill instructions, place the reusable skill files in the appropriate local skills location for this project, and report the activation steps. Skill purpose: 앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store sizes. \"스토어 스크린샷 만들어줘\", \"앱스토어 이미지\", \"플레이스토어 스크린샷\", \"make App Store screenshots\", \"Play Store screenshots\" 같은 요청에 사용. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"leehueeng-store-screenshots\",\"task\":\"Install store-screenshots\",\"agent\":\"claude-code\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.","description":"Use this prompt to ask Claude Code to add the skill and explain the local activation steps.","copyLabel":"Copy prompt"},{"id":"cursor","label":"Cursor","title":"Cursor rule prompt","kind":"agent-prompt","value":"Turn \"store-screenshots\" from https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots into a reusable Cursor project rule or agent instruction. Preserve the core workflow, adapt paths to this repo, and keep the rule scoped to tasks where it is relevant. Skill purpose: 앱스토어·플레이스토어 등록용 마케팅 스크린샷 자동 생성. 원본 앱 스크린샷에 기기 프레임(iPhone, iPad, Galaxy, Fold, Flip)을 씌우고 배경 그라데이션과 홍보 문구를 얹어 스토어 규격 PNG로 출력한다. Turns raw app screenshots into store-ready App Store & Google Play marketing images — device frames, branded backgrounds, marketing copy, exact store sizes. \"스토어 스크린샷 만들어줘\", \"앱스토어 이미지\", \"플레이스토어 스크린샷\", \"make App Store screenshots\", \"Play Store screenshots\" 같은 요청에 사용. After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"leehueeng-store-screenshots\",\"task\":\"Install store-screenshots\",\"agent\":\"cursor\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.","description":"Use this when installing as Cursor project rules or reusable agent instructions.","copyLabel":"Copy prompt"}],"repository":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots","github_repo":"LeeHueeng/store-screenshots","version":"1.0.0","license":"MIT","urls":{"web":"https://www.openagentskill.com/skills/leehueeng-store-screenshots","repository":"https://github.com/LeeHueeng/store-screenshots/tree/main/store-screenshots","api":"/api/agent/skills/leehueeng-store-screenshots","install_api":"/api/skills/leehueeng-store-screenshots/install"},"meta":{"created_at":"2026-08-24T01:35:27.889961+00:00","updated_at":"2026-08-24T01:35:27.889961+00:00","agent_friendly":true}}