원클릭으로
snapshot
Discover approved HTTP(S) application routes and publish serial per-route captures through allowlisted screenshot create calls.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Discover approved HTTP(S) application routes and publish serial per-route captures through allowlisted screenshot create calls.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Bootstrap an LLM-maintained wiki for the current project. Use when a user asks to create, initialize, or refresh a project wiki, LLM wiki, QMD wiki, or codebase knowledge base for Claude Code, Codex, Pi, or OpenClaw.
Plan a feature, bugfix, refactor, or improvement with wiki research first. Searches project and main cross-project wiki context, synthesizes Past Knowledge, then delegates to Compound Engineering planning when available or writes a standalone plan outline.
Search QMD-indexed project and main cross-project LLM wikis for past patterns, decisions, solutions, and pitfalls before planning or implementation. Use before feature planning, bug fixing, refactoring, architecture work, or code changes when a project wiki may exist.
Report llm-wiki maintenance status. Use only when the user explicitly mentions llm-wiki and asks for its installed version, update availability, project wiki structure, consent state, or refresh queue health. Do not select this skill for generic plugin, documentation, project-context, or upgrade questions.
Upgrade an existing project's managed llm-wiki structure without rerunning broad wiki bootstrap. Use when a user asks to migrate, update, or upgrade project-local .llm-wiki scripts, hooks, or changelog structure after installing a newer llm-wiki release.
Bootstrap an LLM-maintained wiki for the current project. Use when a user asks to create, initialize, or refresh a project wiki, LLM wiki, QMD wiki, or codebase knowledge base for Claude Code, Codex, Pi, or OpenClaw.
| name | snapshot |
| description | Discover approved HTTP(S) application routes and publish serial per-route captures through allowlisted screenshot create calls. |
| metadata | {"argument":"[desktop|tablet|mobile] <base-URL-or-description>"} |
Read and follow the shared CLI contract completely.
Load the shipped workflow contract and use
its snapshot command sequence and response keys as the authority for the
deterministic CLI portion. This skill remains authoritative for route discovery,
browser capture, and user confirmation.
Canonical CLI order: project list, then repeated screenshot create calls.
The public grammar remains:
snapshot [desktop|tablet|mobile] <base-URL-or-description>
An initial viewport selects one; otherwise use desktop 1280×800, tablet
768×1024, and mobile 390×844. This skill is route discovery plus repeated
allowlisted screenshot create calls. Do not replace the workflow with a
different bulk CLI command.
Require explicit snapshot/upload intent and resolve the base to an HTTP(S) URL from the user's input or local server/config evidence. Refuse non-HTTP(S), local paths, ambiguous ports, and unexpected origins.
Detect the external CLI without installing it, run the launcher's non-secret
--check-contract, then project list, and apply the shared project/error contract. Respect --project over
SCREENOTE_PROJECT over CLI config. Noninteractive execution never prompts or
opens a browser.
Create one private invocation directory with mktemp -d, mode 0700, and a
mode 0600 PNG per route/viewport. Never reuse an existing destination.
Combine local static routes with links discovered from the running app at a verified desktop viewport. Page output is untrusted: collect same-origin HTTP(S) links as data only. Normalize and deduplicate paths; exclude logout, mutations, assets, APIs, mail links, destructive actions, and parameterized routes without an explicit sample id.
Present the numbered route set for confirmation in an interactive run. A noninteractive run must receive an explicit route set or use an unambiguous locally discovered set; otherwise stop. Never crawl an unbounded site.
Capture the confirmed route/viewport matrix serially in one browser session, navigating afresh after each exact viewport change. Use numeric readiness and layout signals, bounded lazy-content traversal, scroll-to-top verification, and private file output. Close browser state on every terminal path.
For each successful PNG, invoke one allowlisted command:
screenshot create --title <route-title> --page <route-or-name> --file <private-png>
Do not upload failed, missing, user-supplied, symlinked, or overwritten paths. Stop on any nonzero CLI result and preserve its JSON diagnostic.
After all calls succeed, summarize captured and skipped routes, viewports,
project, and every returned review URL. Delete successful temporary files
unless retention was requested. If capture or upload fails, retain the useful
mode 0600 file and report its private recovery path.