Templates
Ready-to-run browser automations. One click installs into BNOD.
- scrapinghnscrape
Hacker News — top headlines to CSV
Open news.ycombinator.com, scrape the top story rows (title + url), download as CSV.
Install in BNOD - scrapinggooglesearch
Google search — extract results to JSON
Type a query into Google Search, scrape result titles and URLs, download as JSON.
Install in BNOD - scrapingwikipediascrape
Wikipedia — capture article intro
Open a Wikipedia article URL, capture the article title (h1) and the first body paragraph, log both. Selectors are stable across all language editions.
Install in BNOD - scrapinggithubapi
GitHub repo — stars / forks / issues
Hit api.github.com for a given owner/repo and log stars, forks, open issues. Uses the public REST API (no auth needed for read).
Install in BNOD - formsformstypeform
Fill a Typeform — email + name from env
Open a Typeform URL stored in env.TYPEFORM_URL, fill name and email fields from env variables, advance.
Install in BNOD - tabsmulti-tabsnapshot
Open 3 tabs, capture each page H1
Open three URLs in separate new tabs, capture each page's H1 text into the log. Tabs stay open so you can keep working.
Install in BNOD - tabstabsmorning
Open a list of URLs as a tab grid
Open the canonical 'morning links' set as a 4-tab fan-out from a comma-separated URL list.
Install in BNOD - tabsscreenshotmonitoring
Screenshot two URLs to disk
Open two URLs in new tabs, capture each as PNG, save to disk. Tabs stay open. Adapt the URL list to your monitoring set.
Install in BNOD - datajsoncsv
JSON feed → CSV exporter
Fetch a JSON endpoint that returns an array, download as CSV. Default is jsonplaceholder posts (stable demo endpoint, no auth).
Install in BNOD - automationcronuptime
Daily uptime check with desktop notification
Every morning at 9:00 ping a URL via HTTP GET, show a desktop notification with the status code.
Install in BNOD - automationcroncrypto
Daily BTC + ETH price → desktop notification
Every morning at 9:00 hit CoinGecko's public price endpoint and show a desktop notification with BTC and ETH USD prices. No API key, no auth.
Install in BNOD - automationcronrss
Hourly RSS check with notification
Every hour pull a JSON-feed endpoint (Hacker News best-stories is the default) and pop a desktop notification with the latest item ID. Adapt the endpoint to your feed.
Install in BNOD - aiaisummary
Summarize the active page with Claude (BYOK)
Open a URL, capture body text, POST it to Anthropic's Messages API using env.ANTHROPIC_API_KEY, log the model's summary. Bring your own key; data never leaves your machine until the POST.
Install in BNOD