lifecyclemodel-hybrid-search

Installation
SKILL.md

Lifecycle Model Hybrid Search

Run Workflow

  1. By default the wrapper runs the published CLI through npm exec --yes --package=@tiangong-lca/cli@latest -- tiangong. Use TIANGONG_LCA_CLI_DIR or --cli-dir only for local dev/CI overrides.
  2. Set TIANGONG_LCA_API_BASE_URL and TIANGONG_LCA_API_KEY, or pass --base-url and --api-key.
  3. Execute node scripts/run-lifecyclemodel-hybrid-search.mjs with standard tiangong search lifecyclemodel flags.
  4. The wrapper delegates to tiangong search lifecyclemodel.
  5. Confirm response shape, then debug with focused references.

Commands

TIANGONG_LCA_API_BASE_URL="https://example.supabase.co/functions/v1" \
TIANGONG_LCA_API_KEY="<your-api-key>" \
node scripts/run-lifecyclemodel-hybrid-search.mjs --dry-run

TIANGONG_LCA_API_BASE_URL="https://example.supabase.co/functions/v1" \
TIANGONG_LCA_API_KEY="<your-api-key>" \
node scripts/run-lifecyclemodel-hybrid-search.mjs
Related skills

More from tiangong-lca/skills

Installs
13
GitHub Stars
4
First Seen
Feb 2, 2026