Agent skill

verify-product

화장품 제품 정보 검증 프로세스. 수집된 제품 정보의 진위여부를 확인하고 공식 출처를 검증합니다.

majiayu000534★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill verify-product-ai-service-incubator-celebrities-shorts-v --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: WebSearchWebFetchReadWrite
Path: skills/analysis/verify-product-ai-service-incubator-celebrities-shorts-v/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Verify Product Skill 화장품 제품 정보의 진위를 검증하는 팩트체킹 스킬입니다. ## 사용법 ``` /verify-product [제품명] 또는 /verify-product [리서치파일경로] ``` ## 실행 프로세스 ### Step 1: 공식 정보 확인 1. 브랜드 공식 웹사이트 검색 2. 제품 페이지 존재 여부 확인 3. 공식 가격/용량 정보 수집 ### Step 2: 교차 검증 검색 대상: - 올리브영/세포라 등 공식 판매처 - 네이버 쇼핑/쿠팡 가격 비교 - 화해/글로우픽 등 뷰티 앱 리뷰 - 뷰티 전문 매체 기사 ### Step 3: 출처 신뢰도 평가 | 등급 | 기준 | 설명 | |------|------|------| | A | 공식 확인 | 브랜드 공식 사이트/공식 판매처 확인 | | B | 복수 확인 | 2개 이상 신뢰 출처에서 확인 | | C | 단일 확인 | 1개 출처에서만 확인 | | D | 미확인 | 공식 확인 불가, 추가 검증 필요 | ### Step 4: 검증 리포트 생성 ## 출력 형식 ```json { "verification_date": "YYYY-MM-DD", "product": { "brand": "브랜드명", "name": "제품명", "claimed_info": { "price": "주장된 가격", "source": "원본 출처" } }, "verification_result": { "status": "verified/partial/unverified", "confidence_level": "A/B/C/D", "checks": { "product_exists": true, "price_accurate": true, "brand_confirmed": true, "source_accessible": true } }, "official_info": { "official_url": "공식 제품 페이지 URL", "official_price": "공식 가격", "volume": "용량", "key_ingredients": ["성분1", "성분2"] }, "additional_sources": [ { "name": "출처명", "url": "URL", "info": "확인된 정보" } ], "notes": "검증 과정 메모", "recommendation": "사용 권장 여부" } ``` ## 검증 체크리스트 - [ ] 브랜드 공식 사이트에서 제품 확인 - [ ]

What's inside
Steps it walks through
  1. 사용법
  2. 실행 프로세스
  3. Step 1: 공식 정보 확인
  4. Step 2: 교차 검증
  5. Step 3: 출처 신뢰도 평가
  6. Step 4: 검증 리포트 생성
  7. 출력 형식
  8. 검증 체크리스트
  9. 주의사항
  10. 다음 단계
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the verify-product skill do?

화장품 제품 정보 검증 프로세스. 수집된 제품 정보의 진위여부를 확인하고 공식 출처를 검증합니다.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill verify-product-ai-service-incubator-celebrities-shorts-v --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going