Query Legacy Aquatics NZ public WooCommerce category, product-search, and product-page HTML through a no-login read-only CLI. Use when a task needs current aquarium or reptile product discovery and source detail; never for cart, checkout, account, payment, hire, or husbandry advice.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add thecolab-ai/.skills --skill legacy-aquatics-nz --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Legacy Aquatics Nz?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thecolab-ai-legacy-aquatics-nz)More formats (shields.io, HTML) on the badges page.
---
name: legacy-aquatics-nz
description: "Query Legacy Aquatics NZ public WooCommerce category, product-search, and product-page HTML through a no-login read-only CLI. Use when a task needs current aquarium or reptile product discovery and source detail; never for cart, checkout, account, payment, hire, or husbandry advice."
license: MIT
compatibility: "Requires Python 3.10+ and network access for live data"
metadata:
thecolab.category: "public-data"
thecolab.source_owner: "Legacy Aquatics"
thecolab.source_type: "commercial"
thecolab.auth: "none"
thecolab.access_mode: "html-readonly"
thecolab.data_class: "public"
thecolab.writes: "false"
thecolab.browser: "false"
thecolab.risk: "low"
thecolab.cache_ttl: "24h"
thecolab.schema_version: "1"
thecolab.skill_type: "html-readonly"
thecolab.pack: "nz-commercial-web"
thecolab.source_url: "https://legacyaquatics.co.nz"
thecolab.allowed_domains: "legacyaquatics.co.nz"
thecolab.last_verified: "2026-07-19"
thecolab.health: "healthy"
thecolab.maintainer: "@adam91holt"
---
# Legacy Aquatics NZ
Use this skill for bounded snapshots of public Legacy Aquatics WooCommerce HTML. It uses unauthenticated GET requests only.
## Commands
```bash
python3 skills/legacy-aquatics-nz/scripts/cli.py category aquariums-and-equipment --limit 10 --json
python3 skills/legacy-aquatics-nz/scripts/cli.py search filter --limit 10 --json
python3 skills/legacy-aquatics-nz/scripts/cli.py product https://legacyaquatics.co.nz/product/hailea-hang-on-filter-he-200/ --json
```
- `category <slug> [--page N] [--limit N] [--json]` lists bounded public category product links.
- `search <query> [--page N] [--limit N] [--json]` searches public WooCommerce results.
- `product <url> [--json]` fetches a same-site public product page.
- `--timeout N` defaults to 10 seconds.
## Safety and limits
Use returned `source_url` and `retrieved_at`; prices and stock are live public snapshots, not guarantees. Do not access cart, checkout, account, payment, booking, hire, or mutations. Aquarium and reptile product content is source data, not fitment, safety, or husbandry advice.
## Resources
- CLI: `scripts/cli.py`
- Live outage-tolerant smoke test: `scripts/smoke_test.py`
- Surface notes: `references/api-notes.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!