스킬 관리Skill조회 0

Web Access

웹 액세스 기능은 인터넷 연결 작업을 처리하는 데 사용됩니다.

01

언제 사용하는가

모든 네트워크 작업은 이 스킬을 통해 처리해야 하며, 검색, 웹 스크래핑, 로그인 후 작업 및 네트워크 상호작용 등이 포함됩니다.

02

따라 하는 방법

  1. curl -s http://localhost:3456/targets을 실행합니다.
  2. curl -s -X POST --data-raw 'https://example.com' http://localhost:3456/new을 실행합니다.
  3. curl -s "http://localhost:3456/info?target=ID"을 실행합니다.
  4. curl -s -X POST "http://localhost:3456/eval?target=ID" -d 'document.title'을 실행합니다.
  5. /eval 세션을 실행합니다.
  6. /click 세션을 실행합니다.
  7. /scroll 세션을 실행합니다.
  8. /screenshot 세션을 실행합니다.
  9. /new 세션을 실행합니다.
  10. /navigate 세션을 실행합니다.
  11. /navigate?target=...&url=... 세션을 실행합니다.
  12. /close 세션을 실행합니다.
03

설치 방법

npx skills add installs: 14849 --skill web-access