Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Command-line interface for CloudAnalyzer — Agent-friendly harness for CloudAnalyzer, a QA platform for mapping, localization, and perception outputs. Supports 27 commands across 8 groups: point cloud evaluation, trajectory evaluation, ground segmentation QA, config-driven quality gates, baseline evolution, processing, visualization, and interactive REPL.
Agent-friendly command-line harness for CloudAnalyzer — a QA platform for mapping, localization, and perception point cloud outputs.
27 commands across 8 groups.
pip install cli-anything-cloudanalyzer
Prerequisites:
pip install cloudanalyzercli-anything-cloudanalyzer [--project FILE] [--json] COMMAND [ARGS]...
| Option | Description |
|---|---|
-p, --project TEXT | Path to project JSON file |
--json | Output results as JSON (for agent consumption) |
Evaluate a point cloud against a reference (Chamfer, F1, AUC, Hausdorff).
cli-anything-cloudanalyzer evaluate run source.pcd reference.pcd
cli-anything-cloudanalyzer --json evaluate run source.pcd reference.pcd
Options: --plot TEXT, --threshold FLOAT
Compare two point clouds with optional registration.
cli-anything-cloudanalyzer evaluate compare src.pcd tgt.pcd --register gicp
npx skills add HKUDS/CLI-Anything --skill cli-anything-cloudanalyzerHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.