Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Run ICE-Crawler’s Frost→Glacier→Crystal pipeline to ingest repositories safely, emit bounded artifact bundles, and hand off sealed fossils for downstream agents.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✗→✓ | ▲ Improved | 19% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 84% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 52% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 17% | 0% |
Use this skill to run the ICE-Crawler pipeline wherever you have the project cloned. Set an environment variable such as ICE_CRAWLER_ROOT that points to your local clone of the Ice-Crawler repo and run the commands from there. The instructions below assume PowerShell, but any shell works.
Reference: references/ice-crawler-workflow.md
ICE_CRAWLER_ROOT).agentics/ hooks if you need partitioned follow-up tasks.cd $env:ICE_CRAWLER_ROOTpython icecrawler.pystate/runs/run_<timestamp>/ to inspect the fossilized artifact bundle.ui_events.jsonl written by the orchestrator.powershellcd $env:ICE_CRAWLER_ROOT $run = "state/runs/run_$(Get-Date -Format 'yyyyMMdd_HHmmss')" $temp = "state/_temp_repo" New-Item -ItemType Directory -Force -Path $run | Out-Null python -m engine.orchestrator "https://github.com/openclaw/openclaw.git" $run 80 256 $temp
Arguments: <repo_url> <state_run_dir> <max_files> <max_kb> <temp_dir>
max_files controls the Glacier selection cap.max_kb enforces a per-file size ceiling when copying into artifact/.temp_dir is purged automatically; failure to delete triggers a residue violation.state/runs/<run>/artifact/ — crystallized file tree (repo-relative paths preserved).artifact_manifest.json + artifact_hashes.json — integrity anchors for downstream tools.ai_handoff/manifest_compact.json + root_seal.txt — sealed bundle for agent prompts.ui_events.jsonl, run_cmds.jsonl — truth logs for UI or automation.residue_truth.json — teardown attestation; treat violations as failures.skills/ice-crawler-harvester/extractions/index.jsonl and drop notes under extractions/<repo-slug>/ so future skills can mine algorithms/tools (see extractions/README.md).artifact_manifest.json to feed other skills (e.g., code summarizers, diff analyzers).agentics/ when you need automatic partitioning of Frost metadata or Crystal artifacts into bounded tasks.max_files / max_kb per run to dial ingest size; keep limits conservative for safety.sudo apt install python3-tk (or distro equivalent).state/_temp_repo not deleted) aborts the run; rerun after manual cleanup if needed.Follow this skill to get deterministic repo fossils with ICE-Crawler’s provenance guarantees.
Other measured skills in the registry, with their headline benchmark lift.