ScoutFox
Concepts

Slash commands

The directory of every slash command in cmd+k.

Slash commands are the deterministic, instant path in cmd+k. They never call an LLM — they navigate, filter, or mutate, and they apply right away.

Type / in cmd+k and you'll see autocomplete; this page is the full reference.

CommandWhat it does
/profileOpen profile settings.
/billingOpen billing.
/briefJump to brief settings (name, context, delivery).
/wireJump to the Wire (clears active filters).
/notebooksList recent Notebook threads.

Filtering the Wire

CommandArgsExample
/filter interest:interest name/filter interest:anduril-hiring
/filter tag:tag name/filter tag:defense
/filter type:event / finding / system / assistant/filter type:event
/filter time-sensitive/filter time-sensitive
/filter clearDrop all active filters.

Filters stack; run them in sequence to narrow further.

Interest verbs

CommandArgsWhat it does
/newdescription (optional)Open the new-interest form. With a description, pre-fills name + query.
/editinterest name (optional)Open the edit page for the active or named interest.
/pauseinterest namePauses the interest (no scheduled runs).
/resumeinterest nameResumes a paused interest.
/archiveinterest nameArchives the interest. Run history retained.
/rename<old> → <new>Renames an interest.

Example:

/new early-stage indian drones
/edit anduril hiring
/pause anduril hiring
/rename anduril hiring → anduril team moves
/archive anduril team moves

Tag verbs

CommandArgsWhat it does
/tagtag namesAdd one or more tags to the active or named interest.
/tag removetag nameDrop a tag from the active or named interest.

Example:

/tag defense india
/tag remove india

See Tags for how they're used on the home page.

Delivery

CommandArgsWhat it does
/digest nowRender the current digest immediately to your default channel.
/quiet onduration (optional)Snooze external pushes (default 24h).
/quiet offRe-enable pushes.

Dispatch actions (when one is in focus)

CommandWhat it does
/brief-meRender the focused dispatch as a PDF in a new tab.
/askOpen a Notebook anchored to the focused dispatch.
/copy-linkCopy the deep-link to clipboard.
/more-like-this / /less-like-thisTaste feedback.

Notes

  • Slash commands are case-insensitive and tolerate partial matches on names (/pause anduril is enough if there's only one anduril interest).
  • Every mutation is reversible from the brief's audit log; auto-pilot mutations have a 7-day rollback window (see Briefs).
  • If a command is ambiguous (e.g. two interests match), cmd+k disambiguates inline before running it.

On this page