01
언제 사용하는가
모든 네트워크 작업은 이 스킬을 통해 처리해야 하며, 검색, 웹 스크래핑, 로그인 후 작업 및 네트워크 상호작용 등이 포함됩니다.
02
따라 하는 방법
- curl -s http://localhost:3456/targets을 실행합니다.
- curl -s -X POST --data-raw 'https://example.com' http://localhost:3456/new을 실행합니다.
- curl -s "http://localhost:3456/info?target=ID"을 실행합니다.
- curl -s -X POST "http://localhost:3456/eval?target=ID" -d 'document.title'을 실행합니다.
- /eval 세션을 실행합니다.
- /click 세션을 실행합니다.
- /scroll 세션을 실행합니다.
- /screenshot 세션을 실행합니다.
- /new 세션을 실행합니다.
- /navigate 세션을 실행합니다.
- /navigate?target=...&url=... 세션을 실행합니다.
- /close 세션을 실행합니다.
03
설치 방법
npx skills add installs: 14849 --skill web-access