Tutorials
A clear path from capture to export.
Use the short guides below for the common workflows. The app keeps the table editable so
you can correct a row before it reaches your sheet.
First run
Start with hosted account setup, or choose BYOK or Local / Ollama in Setup. Then capture
one resource, inspect the row, and copy TSV into a test Sheet.
Open install guide
Choose a setup mode
Hosted account
- Open Account and create an account or sign in.
- Confirm email if requested, refresh the profile, and save a snapshot.
- Use automatic sync after the first save works.
Hosted BYOK
- Choose Bring your own model key in Setup.
- Use OpenRouter or OpenAI and paste the key into local settings.
- Run a small enrichment and keep the key local.
Local / Ollama
- Run the Windows local launcher or start the API with pnpm.
- Set API base URL to
http://localhost:8787.
- Set Ollama to
http://localhost:11434/v1 and check the model.
Summarize a website or tool
-
Capture
Paste a URL into Enrich, or use Summarize current tab from the extension.
-
Review
Check Description, Notes, Freemium, Pricing, and both Type columns. Correct any cell
before export.
-
Improve
Use Redo when pricing or context is weak. Add feedback so the stronger pass knows
what to fix.
Summarize Google Docs and Sheets
Google files are treated as resources, not exploded into a second table. A Sheet gets a
[Sheet] suffix and a Doc gets [Doc] when the source is
recognized.
-
Open the Doc or Sheet and use the extension's current-tab action, or paste the title and
URL.
- Confirm the title and suffix are correct and that the provided URL is preserved.
-
For protected or private files, use visible title/context or copy the relevant text; the
app cannot bypass Google permissions.
Use prompts and formats
The active prompt controls the table columns, output rules, research depth, and document
categorization.
- Use Add to create a prompt preset and Prompt to edit its instructions.
-
Use Settings > Prompts > Prompt columns to edit headers and custom field ids.
-
Choose Default Resource Table, Job Description, Movies Collection, Events - Portfolio
Speaker, Event Collection, Product Comparison, Book Library, Podcast Episodes, Recipe
Collection, Travel Research, or Research Paper Library when that table matches your
work.
- Use Apply Format on selected rows or all rows after changing the active prompt.
Copy or export into Google Drive
Fastest path: TSV
- Select rows or leave all rows unselected.
- Turn Headers on when the destination Sheet needs column names.
- Choose TSV, copy, and paste into Google Sheets.
Connected path: Google export
- Connect Google only when you want direct export.
- Choose an existing Sheet, create a new Sheet, or create a new Google Doc.
- Confirm selected rows, headers, and the active prompt columns before sending.
Integration path: JSON or NDJSON
- Select the rows and active prompt you want to hand off.
- Choose JSON for one payload or NDJSON for one row per line.
- Send the versioned file to a trusted downstream adapter or queue.
Sync an account across surfaces
Snapshots contain sanitized settings, prompts, workspace rows, usage, logs, copy/export
state, and provider-key status. Raw provider keys and sessions stay local.
- Save a snapshot manually after your first successful enrichment.
- On another surface, sign in and load the snapshot.
-
Choose Merge account history to preserve local rows, Replace local history to use the
account snapshot, or Cancel.
Referral links: an invite URL with ?ref=CODE pre-fills the
code during account creation. The current product records attribution; reward and credit
rules are not active yet.
Send rows to your own endpoints
Outbound delivery is configured in Settings > Integrations. Every push target is opt-in
and off until you arm it.
Push to API
- Open Settings > Integrations and enable Push to API.
-
Enter your HTTPS or loopback endpoint and an optional Bearer token for the receiver.
-
Send selected rows; the versioned
integration_export_v1 envelope is
POSTed with a deterministic idempotency key.
ApplicationAgent adapter
- Enable the ApplicationAgent adapter in Settings > Integrations.
- Set its loopback base URL for the local receiver.
-
Rows are delivered through a durable outbox so you can retry failed sends.
ApplyOS connector
- Enable the ApplyOS connector and set its endpoint.
-
Choose a payload shape (URLs, rows, or a custom template) and an auth kind (none,
Bearer, HMAC, or Basic). It defaults to URLs with Bearer or none.
-
Rows or custom payloads and HMAC or Basic auth work only against a receiver built to
accept them.
Auto-push after enrichment
- Turn on the auto-push master switch, then arm each destination you want.
-
A newly enriched row fires once to whichever of Push to API, managed webhooks, or
ApplicationAgent are armed.
- All auto-push switches default off until you enable them.
Keys stay sealed: endpoint credentials are excluded from account
snapshots and travel only inside the encrypted secrets bundle.
Run local / Ollama on Windows
Install Node.js and pnpm, install Ollama, pull at least one model, then run the local
helper from the repository root. The helper checks Chrome-independent local services and
leaves secrets in your local environment.
.\scripts\Start-ResourceSummarizerLocal.ps1
In Setup, use http://localhost:8787 for the API and
http://localhost:11434/v1 for Ollama. If the health check fails, open Support
and inspect the API/model diagnostics.
Local troubleshooting ·
Chrome install
Use Chrome shortcuts
The managed command is the reliable path. A page-level Ctrl+Alt+Z shortcut depends on
whether the current site allows the extension to see the key event.
- Open
chrome://extensions/shortcuts.
- Assign or verify the YourStasis current-tab command.
-
If it does not fire on Docs, Sheets, or another protected page, use the pinned icon or
context menu.
Upgrade an unpacked Chrome extension
Chrome's Update button does not download a new GitHub Release into an unpacked extension.
YourStasis reads its public release manifest only when you click
Check for update in Settings > Version & upgrade.
- Download the versioned zip from the validated GitHub Release link.
- Extract it over the same stable extension folder you already loaded in Chrome.
- Open
chrome://extensions and click Reload on YourStasis.
-
Open Settings and confirm the displayed version changed and your local settings remain.
Keep the same install identity: replacing files in the same unpacked
folder and reloading normally preserves extension storage. Loading a separate copy can
create another extension identity with a different local workspace.