소스 정보
- 저장소
- ccwq/infocard-pub
- 최근 소스 활동
- 2026년 8월 20일 06:45
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ccwq/infocard-pub --skill infocard-preview-delivery명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use before infocard .docs authoring to select a registered theme from content-aware candidates. Owns the only content-to-theme association, capability filtering, bounded reproducible variation, and theme-decision.json.
Use when one URL or a complete user brief should become one published infocard through the .docs promotion workflow.
Light-batch publish 2–3 cards in parallel without worktree.
SKILL.md 표시 중
| name | infocard-preview-delivery |
| description | Use when delivering infocard preview URL to user. |
| version | 1.0.0 |
| author | Hermes Agent |
| license | MIT |
| metadata | {"hermes":{"tags":["infocard","preview","tunnel","cloudflared","delivery"],"related_skills":["infocard-creation-preview-standards","webpage-vision-inspect-skill"]}} |
When the user needs to visually review or approve an infocard, you MUST provide a publicly reachable URL before the next step. This is a hard gate, not optional.
localhost:4173 is not valid delivery. Static build checks are not visual review.
1. Start local preview server
2. curl -sI http://localhost:<port>/docs/<slug>.html → HTTP 200
3. Start tunnel → get public URL
4. curl -sI <tunnel-url>/docs/<slug>.html → HTTP 200
5. Send URL to user
6. Wait for confirmation
7. Only then: proceed to next step
# Download once
curl -fsSL https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 \
-o /tmp/cloudflared && chmod +x /tmp/cloudflared
# Start tunnel (point to your preview port)
/tmp/cloudflared tunnel --url http://localhost:<PORT>
# URL ready in ~10s: https://instance-xxxx-xxxx.trycloudflare.com
Ready signal: logs show Environment is healthy. URL format: https://*.trycloudflare.com.
Use only when user explicitly requires WG and provides the peer .conf.
wg setconf wg0 /path/to/peer.conf
ip link set wg0 up
| Item | Value |
|---|---|
| Public IP | 43.198.95.38 |
| Preview port | 4173 |
| cloudflared binary | /tmp/cloudflared (v2026.7.3) |
| WG tools | /usr/bin/wg (no wg0 interface) |
localhost: URLA preview URL and a final published URL are different evidence classes. When proving a public release or repair, reopen the exact public URL with a cache-busting query, verify page identity and current structural/theme markers, capture the rendered page at the required viewport(s), and send the real PNG path. A localhost screenshot, stale browser tab, or virtual supervisor screenshot path is not proof of online publication. Any HTML/CSS change invalidates earlier screenshots and requires fresh public captures after push and Pages propagation.
infocard-creation-preview-standards — local preview surface (live-server + port 5588)webpage-vision-inspect-skill — structured multi-shot visual inspection after URL delivery