Install
openclaw skills install @crawlora-org/software-vendor-shortlistingBuild a requirements-based software shortlist using Crawlora product discovery, public vendor pages, and review samples. Use to compare vendors against must-haves, pricing assumptions, integration needs, and demo questions before a buying decision.
openclaw skills install @crawlora-org/software-vendor-shortlistingProduce a buyer-specific shortlist with evidence and unresolved questions. A vendor's advertised capability, a reviewer's experience, and a capability verified in the user's environment are different evidence types.
Set CRAWLORA_API_KEY to your key from crawlora.net.
Use the bundled scripts/crawlora.sh, which sends x-api-key to
https://api.crawlora.net/api/v1. Read reference/endpoints.md
for selected endpoints and parameters. Check application code as well as HTTP
status; successful payloads are inside data. Stop on authentication errors,
back off on 429, and retry a transient upstream failure once. Bound requests
by the user's scope and credit budget. Preserve source URLs, IDs, retrieved pages,
and timestamps with intermediate evidence so an interrupted comparison can resume.
site: queries and may mark results low_confidence; resolve
the official domain directly instead of treating a weak hit as confirmation.product_id. Product
Hunt details accept a slug or ID, but alternatives require a product slug.
Do not substitute a launch/user ID or guess a slug from a brand name. An
alternatives list is a discovery lead, not proof that products meet the same
requirements or have equivalent scope./web/scrape. Its POST body is the flat options object, for example
{"url":"https://vendor.example/pricing","formats":["markdown"]}; do not
wrap it in scrapeOption. Use URLs actually supplied or discovered, not that
illustrative domain. Preserve page sections or short excerpts supporting claims.scripts/crawlora.sh /capterra/search q="project management"
scripts/crawlora.sh /producthunt/search query="project management" type=product page=1
# Resolve the numeric product ID from search before requesting details/reviews:
# scripts/crawlora.sh /capterra/product product_id="$PRODUCT_ID"
# scripts/crawlora.sh /capterra/product/reviews product_id="$PRODUCT_ID" page=1
Return the requirements matrix, a justified shortlist, price scenarios, rejected or conditional candidates with reasons, and a focused demo/trial checklist. Separate claims, review observations, and your inferences. Include sources and collection dates, and describe which unresolved answers would change the ranking. Do not sign up for trials, contact sales, purchase software, or send the user's internal requirements to vendors unless asked.