Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/sapegin/dotfiles --skill form-assistant명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | form-assistant |
| description | Assist with online forms in a visible browser. |
| disable-model-invocation | true |
| argument-hint | URL to open (optional) |
Help the user complete large online forms in a visible browser while they retain control over login, navigation between form sections, review, and submission.
agent-browser open <url> and navigate as needed to locate the form.AGENT_BROWSER_CONFIG="$DOTFILES_DIR/agent-browser/form-assistant.json" before any agent-browser command in this workflow. Do not use a different config or profile.agent-browser snapshot -i -c --json before filling. Fill only fields the user explicitly approves.eval or cookies unless the user explicitly asks for a one-off exception.snapshot -i) list controls by accessible name. That name is often generic — bare “yes”, “no”, “option 1” — even when the real question is on the page. Do not infer the question from ref order, position, or assumption (e.g. treating every yes/no pair as marketing consent).-i (or read the full snapshot tree) and find the governing question for that ref — fieldset legend, group heading, or nearest preceding question text in the tree.agent-browser read for that section’s visible copy.At the start of a form-assistant session:
export AGENT_BROWSER_CONFIG="$DOTFILES_DIR/agent-browser/form-assistant.json"
The config enables headed mode and sets the persistent profile.
Read the browser skill for command reference.
After Setup, follow this workflow:
agent-browser snapshot -i -c --json. Resolve each control's governing question (see Labels and field meaning). Explain visible fields, including protected ones the agent will not fill.agent-browser command. After any page-changing interaction, re-snapshot and re-resolve before the next fill (see Labels and field meaning).