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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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.