walker
Deep crawl functionality that extracts and visits internal links from a webpage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deep crawl functionality that extracts and visits internal links from a webpage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Fetch and store transcripts from YouTube videos for deep content analysis.
Specialized in the MLCommons Croissant metadata specification. Can generate, validate, and serialize dataset metadata into compliant JSON-LD.
Universal Numeric Fingerprint (UNF) generator. For strings, it splits into words and sorts them alphabetically to provide order-invariant fingerprints. Supports dataframes and files too.
Send results and data files to stakeholders via email.
The Visual Systems Architect is an expert in translating complex technical requirements and infrastructure setups into structured, visually intuitive architectural diagrams (Mermaid.js).
Secure GitHub Orchestrator for Croissant Toolkit. Connect any repository, discovery skills, and audit ODRL sovereignty status.
| name | walker |
| description | Deep crawl functionality that extracts and visits internal links from a webpage. |
The Walker skill provides "deep dive" capabilities for the toolkit. It allows the agent to explore a website by extracting all internal links from a given page and optionally visiting them in a browser.
This is particularly useful when a high-level search (via Navigator) doesn't provide enough information and the agent needs to "drill down" into a specific domain.
./data/walker/ for future reference.python3 skills/walker/scripts/walk.py "https://example.com"
python3 skills/walker/scripts/walk.py "https://example.com" --navigate --limit 3
When the Navigator or Wizard encounters a page that seems relevant but lacks detail, the Walker can be invoked to expand the search perimeter within that specific site.