
Browse Now
- 15 installs
- 148 repo stars
- Updated August 3, 2026
- nowledge-co/community
Helps with ai & agent building tasks during AI-assisted development.
About
browse-now is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- browse-now
- AI & Agent Building
- AI-coding skill
Browse Now by the numbers
- 15 all-time installs (skills.sh)
- +2 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #11,187 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nowledge-co/community --skill browse-nowAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 15 |
|---|---|
| repo stars | ★ 148 |
| Last updated | August 3, 2026 |
| Repository | nowledge-co/community ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
Browse Now
Use the user's real browser when the task needs live interaction, login state, or dynamic content.
When To Use
Use browse-now when:
- the site requires the user's existing browser session or login cookies
- the task needs clicking, typing, scrolling, or navigating through a live page
- the page is dynamic enough that plain HTTP fetches or web search will miss the real UI state
- the user needs a screenshot or content extraction from the rendered page
Skip it when ordinary web search or direct HTTP fetching would answer the question faster.
browse-now is local-only. It must run on the same machine as the Nowledge Mem app, the browser, and the Exchange extension. It is not exposed through Access Anywhere.
Core Loop
browse-now open <url>
browse-now snapshot -i
browse-now click @e5
browse-now wait 2
browse-now get url
browse-now snapshot -iPreferred Interaction Order
1. Start with browse-now snapshot -i to get interactive refs. 2. Use click @eN and fill @eN ... as the primary interaction path. 3. After navigation or major DOM changes, run snapshot -i again because refs reset. 4. Confirm page changes with browse-now get url or browse-now get title. 5. If accessibility data is sparse, use browse-now find "query", click -T "text", or screenshot.
Practical Commands
browse-now open https://example.com
browse-now snapshot -i
browse-now find "login button"
browse-now click @e12
browse-now fill @e3 "search text" --submit
browse-now get page-text --max-chars 4000
browse-now screenshot /tmp/page.pngReliability Notes
- Refs from
snapshot -iare the most reliable click targets. - Text clicks are a fallback for dialogs, dropdowns, or poor accessibility trees.
- A successful click does not bypass login walls, paywalls, or anti-bot behavior.
- Always verify where you landed before assuming the browser action failed.
Requirements
- Nowledge Mem desktop app installed
browse-nowavailable onPATH- Nowledge Mem Exchange extension installed in a supported browser
- A connected browser session the agent can control