Loading...
Loading...
Scrape the Hacker News front page (titles, points, comment counts).
npx skill4agent add garrytan/gstack hackernews-frontpagenews.ycombinator.com$ $B skill run hackernews-frontpage
{
"stories": [
{ "rank": 1, "title": "...", "url": "...", "points": 412, "comments": 87 },
...
],
"count": 30
}https://news.ycombinator.comtr.athingStoryhackernews-frontpage$B skill run hackernews-frontpagescript.test.ts