process-hybrid-search

Installation
SKILL.md

Process Hybrid Search

Run Workflow

  1. By default the wrapper runs the published CLI through npm exec --yes --package=@tiangong-lca/cli@latest -- tiangong-lca. 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-process-hybrid-search.mjs with standard tiangong-lca search process flags.
  4. The wrapper delegates to tiangong-lca search process.
  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-process-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-process-hybrid-search.mjs
Installs
18
GitHub Stars
5
First Seen
Feb 2, 2026
process-hybrid-search — tiangong-lca/skills