hiclaw-test
Installation
SKILL.md
HiClaw Test Cycle
Complete HiClaw testing workflow including installation verification, functional tests, and issue diagnosis.
Quick Start
# 1. Clone/update code
git clone https://github.com/alibaba/hiclaw.git && cd hiclaw
# 2. Create config file (first time)
cp hiclaw-manager.env.example ~/hiclaw-manager.env
# Edit ~/hiclaw-manager.env and set HICLAW_LLM_API_KEY, etc.
# 3. Run full test
set -a && . ~/hiclaw-manager.env && set +a && make test