create-image-fal
Generate or edit an image via any FAL image model (nano-banana edit, gpt-image, flux, ...), ROUTED THROUGH THE fal-proxy so it bills the Ads agent. image_urls…
Search Hacker News stories and comments using the free Algolia API. No Apify token needed. Use when you need to find HN discussions, track mentions, discover Show HN launches, or monitor tech community sentiment.
$ npx -y skills add gooseworks-ai/goose-skills --skill hacker-news-scraper --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/hacker-news-scraperContext preview
The summary Claude sees to decide when to auto-load this skill.
Search Hacker News stories and comments using the free Algolia API. No Apify token needed. Use when you need to find HN discussions, track mentions, discover Show HN launches, or monitor tech community sentiment.
name: hacker-news-scraper description: > Search Hacker News stories and comments using the free Algolia API. No Apify token needed. Use when you need to find HN discussions, track mentions, discover Show HN launches, or monitor tech community sentiment.
Search Hacker News using the free [Algolia HN Search API](https://hn.algolia.com/api). No Apify token or API key needed.
Only dependency: `pip install requests`.
# Stories about AI content marketing in last week python3 skills/hacker-news-scraper/scripts/search_hn.py \ --query "AI content marketing" --days 7 # Show HN posts in last month (summary view) python3 skills/hacker-news-scraper/scripts/search_hn.py \ --query "" --tags show_hn --days 30 --output summary # Comments mentioning a specific tool python3 skills/hacker-news-scraper/scripts/search_hn.py \ --query "LangChain" --tags comment --days 14 --max-results 20
1. Queries the Algolia HN Search API (`search_by_date` endpoint) 2. Uses `numericFilters=created_at_i>{unix_timestamp}` for server-side date filtering 3. Paginates until max-results reached 4. Normalizes results to a consistent schema 5. Applies optional keyword filtering (client-side) 6. Sorts by points (descending) and outputs JSON or summary
| Flag | Default | Description | |------|---------|-------------| | `--query` | *required* | Search query | | `--days` | 7 | How many days back to search | | `--tags` | story | Item type: `story`, `comment`, `ask_hn`, `show_hn` | | `--max-results` | 50 | Max results to return | | `--keywords` | none | Additional filter keywords (comma-separated, OR logic) | | `--output` | json | Output format: `json` or `summary` |
{
"id": "12345678",
"title": "Show HN: My new tool",
"url": "https://example.com",
"author": "username",
"points": 42,
"num_comments": 15,
"created_at": "2026-02-18T12:00:00.000Z",
"hn_url": "https://news.ycombinator.com/item?id=12345678",
"text": ""
}**Free.** No API key, no rate limits (within reason), no Apify credits.
Put your AI agent on the growth team. Research customers and competitors, analyze what is working, create the next campaign, and learn from the result.
Repo: gooseworks-ai/goose-skills
Generate or edit an image via any FAL image model (nano-banana edit, gpt-image, flux, ...), ROUTED THROUGH THE fal-proxy so it bills the Ads agent. image_urls…
Generate a single photoreal or designed image with OpenAI gpt-image via fal.ai. Supports gpt-image-1 (default, fixed sizes — the FAL fallback for Higgsfield's…
Generate an instrumental music bed via ElevenLabs Music, ROUTED THROUGH THE elevenlabs-proxy so it bills the Ads agent. Trims any sparse intro, loudnorm, fades…
Image-to-video (or text-to-video) via any FAL video model (Kling, Seedance, Veo), ROUTED THROUGH THE GooseWorks fal-proxy so the call bills the Ads agent. The…
Generate a voiceover (VO) clip via ElevenLabs text-to-speech, ROUTED THROUGH THE elevenlabs-proxy so it bills the Ads agent. Voice id + script text come from…
Scrape competitor ads from Google Ads by domain. Returns ad creatives, formats, and campaign details. Use for competitive ad research and messaging analysis.