Install
openclaw skills install @crawlora-org/crowdfunding-campaign-researchCompare Kickstarter campaigns through Crawlora using funding snapshots, reward tiers, creator updates, risks, and sampled backer comments. Use for campaign benchmarks, launch research, or evidence-based progress and fulfillment briefs.
openclaw skills install @crawlora-org/crowdfunding-campaign-researchCompare campaigns with their currencies, lifecycle stages, and evidence limits intact. Funding success, creator statements, and fulfilled rewards are distinct.
Set CRAWLORA_API_KEY to your key from crawlora.net.
Run the bundled scripts/crawlora.sh from this skill directory or by absolute
path. It sends x-api-key to https://api.crawlora.net/api/v1; keep the key in
the environment. Read reference/endpoints.md for the
four Kickstarter tools and optional public page research.
/kickstarter/discover with term, 1-based page, and sort:
magic, popularity, newest, end_date, or most_funded.state explicitly for a lifecycle comparison. Repeat the key for multiple
values: upcoming, live, late_pledge, canceled, failed, successful.
Omitted state uses the upstream live/late-pledge default, which cannot establish
historical success rates. staff_pick_only introduces editorial selection.
Use returned category.id for a narrower query; there is no dedicated category
discovery endpoint in this selection, so do not invent category IDs./kickstarter/project, /kickstarter/updates, and
/kickstarter/comments. Creator display names and numeric IDs are not substitutes.reward_tiers
can mean capture failure or no tiers. Project goal/percent/date fields may be
zero when a supplemental lookup misses; cross-check discovery before calculating
ratios or interpreting a zero as a genuine campaign value.total_count is the feed's total,
not the number collected. Exclude is_creator=true replies from backer-comment
denominators. Attribute concerns as reports, not established defects or fraud.scripts/crawlora.sh /kickstarter/discover \
term="board game" state=live state=successful sort=newest page=1
# Read creator and slug from a returned /projects/CREATOR/SLUG URL.
Return campaign links, cohort rules, dated funding/reward comparisons, update milestones, sampled comment themes with counts, disagreements, and open questions. For a single snapshot, describe status; do not invent funding velocity or earlier daily totals. State how many comments were collected versus the reported total.
429, retry transient 5xx once, stop on 401/403, and check application
code; missing sources should remain visible in the resulting brief.