Modules · Powers
Reach and see
The world. The browser, logs and uptime, the database, search, chat, the support desk, and the SEO suite.
Access, not guesses. Every capability here is read-only against the system it reaches; nothing writes to production. Packs switch on when a credential is added, and the ones marked with a deployment come with a forward-deployed setup because they need your systems to exist.
| Capability | What it does | Skills and tools |
|---|---|---|
| Browser | A bundled headless browser for screenshots, styled PDFs, page-to-Markdown, and recordings, plus scripted flows that sign in and click through real pages. | browser-flows tools: browser_flows, browser_screenshot, browser_pdf, browser_markdown, browser_record, video_frames |
| Logs and uptime with a deployment | Your telemetry, queried from the session: a request timeline by correlation ID, error rates, incidents, and the log lines behind a customer report. | betterstack |
| Database, read-only | Queries and schema against a production replica, or a fork you can break. | tools: database_query, database_schema, database_list, database_fork |
| Investigate with a deployment | A ticket, a production anomaly, or a bug traced across logs, the database, the codebase, and git history into a structured brief. Read-only. | investigate |
| Web search | Live search results with sources, from inside the session. | tools: web_search |
| Chat, read-only with a deployment | Multi-channel summaries, thread pulls, and workspace search over the channels the team works in. | slack tools: slack_channels, slack_history, slack_thread, slack_search |
| Support desk, read-only with a deployment | Queue pulses, issue deep-dives, and account lookups from the desk your support team runs. | pylon tools: pylon_issues, pylon_issue, pylon_account |
| Search Console and PageSpeed | Queries, impressions, indexing, and Core Web Vitals for any site you own. | google-search-console google-page-speed tools: gsc_query, gsc_inspect, page_speed_audit |
| SERP and rank | Real Google results, AI overviews, and a domain-authority proxy for trend tracking. | serpapi open-page-rank tools: serpapi_search, open_page_rank |
| SEO audit and WordPress | A read-only audit across every SEO source, and WordPress content through its public API. | google-search-audit wordpress-rest |
Investigating something
A customer report becomes a timeline by correlation ID from the logs, the affected rows from the read-only replica, the commit that introduced the change from git, and a draft fix with a test that replays the failing request. investigate runs that end to end; the pieces are available on their own.