Community skill · published by reelier

reelier/hn-mention-radar

1 step · 2 assertions · green · READ-ONLY

Provenance

Recorded with
not recorded
License
MIT
Content hash
2ac3630c4152e996
Endpoints
hn.algolia.com

Get this skill

This one command installs Reelier and fetches the skill’s frozen bytes in the same breath. The CLI verifies the content hash before writing anything — a mismatch writes nothing.

npx -y reelier@latest get reelier/hn-mention-radar

The skill file

reelier/hn-mention-radar.skill.md · v1· verbatim
---
name: hn-mention-radar
description: Hacker News mention search for "reelier" via the Algolia HN API — read-only radar sweep
license: MIT
---

# HN mention radar

Inputs: (none — this file replays green as-is; see the personalization note)

<!--
  Personalization: swap the literal `reelier` in the query string for your
  own project name (the portfolio README's "Point these at YOUR project"
  section has the one-command version). The skill grammar has no
  default-value syntax for {{var}} holes — an unbound {{var}} is an explicit
  error, never a guessed fallback — so this file ships with a literal that
  works with zero flags.

  Endpoint verified live on 2026-07-21: 200, `hits` is an array.
-->

Zero hits is a perfectly healthy replay — the assertion is that the search
API answered with a well-formed hits array, not that anyone is talking about
you this week. The receipt's bound `mentions` count is the number worth
watching over time.

## Steps

### Step 1 — Search HN for mentions
- intent: Search Hacker News (Algolia API) for mentions of reelier and confirm a well-formed result set
- action: http.get {"url": "https://hn.algolia.com/api/v1/search?query=reelier"}
- assert: status == 200
- assert: json.hits is array
- bind: mentions = json.nbHits
- effect: read

Real receipts

100% pass rate across 1 shared replay of this skill:

Embeddable badge (markdown):

[![reelier](https://www.reelier.com/badge/-sQLv5cZUwqFNv1fynCjcXq1)](https://www.reelier.com/r/-sQLv5cZUwqFNv1fynCjcXq1?utm_source=registry&utm_campaign=reelier-hn-mention-radar)
Report this skill

Report abuse: see the skill registry terms & takedown process. Markdown twin of this page: /skills/reelier/hn-mention-radar/md.