Reference

What you can say

A complete list of things you can ask Mins Bot to do, grouped by how complex the task is and roughly how long it takes from when you ask to when you have an answer (or a result on disk).

Simple — under 10 sec Medium — 10 sec – 1 min Complex — 1–10 min Orchestrated — 5–30 min
Times are wall-clock estimates on a typical laptop with normal internet. Cloud-LLM tasks are network-bound; offline tasks (running against a local model) are CPU-bound and may be slower on smaller machines.
Tier 01
Simple
One-shot lookups, conversions, and quick utilities. Answer is on screen almost instantly.
under 10 sec
Quick info about your machine
Try sayingWhat you getTime
what's my IP and gatewayLocal + public IP, default gateway, DNS~2 s
am I on the VPNYes/no plus which interface~2 s
how's my batteryCharge %, time remaining, charging state~1 s
show CPU and RAM usageLive system stats~1 s
GPU utilization right nowGPU load + VRAM~2 s
what's listening on my machineOpen-port table with the process behind each one~3 s
Convert & calculate
Try sayingWhat you getTime
50 miles to kmUnit conversion (length, weight, volume, temp, data, time…)~1 s
3 pm PT in LondonTime-zone conversion~1 s
distance from SF to NYCGreat-circle distance between any two places~2 s
my BMI for 5'10" 170 lbBMI + healthy-range band~1 s
my heart-rate zonesFive-zone HR table from age and resting HR~1 s
macros for a 2,200 cal dayProtein / carbs / fat targets~1 s
my marathon pace for a sub-4Per-mile and per-km pace~1 s
scale this recipe to 6 servingsRe-scaled ingredient list~2 s
convert mg/dL to mmol/LMedical-unit conversion (glucose, lipids, etc.)~1 s
spell 1234 in English"one thousand two hundred thirty-four"~1 s
convert #2563eb to HSLColor conversions across hex / rgb / hsl / oklch~1 s
area of this triangleGeometry helpers — area, perimeter, volume~2 s
probability of 3 heads in 5 flipsCommon probability calculations~2 s
multiply these two matricesMatrix arithmetic + transpose / inverse / det~2 s
mean median stddev of these numbersBasic stats summary~1 s
kinetic energy of a 2 kg object at 10 m/sCommon physics formulas~2 s
what grade do I need on the finalRequired-score calculator~1 s
compound interest at 7% over 10 yearsFV / PV / IRR / NPV~2 s
mortgage payment on $500k at 6.5%Monthly payment + amortization summary~2 s
straight-line depreciation on this assetYear-by-year depreciation schedule~2 s
how much does this meeting costHeadcount × salaries × duration~2 s
uptime allowed under 99.9% SLAAllowed downtime per period~1 s
Quick utilities
Try sayingWhat you getTime
take a screenshotSaves a PNG (any monitor) and copies path to clipboard~1 s
copy this to clipboardStores text on the OS clipboard< 1 s
show clipboard historyRecent clipboard entries with timestamps~1 s
pause music · skip track · volume upMedia keys for whatever's playing< 1 s
set a 25-minute timerNotification-backed timer< 1 s
remind me to stretch in 30 minOne-off or recurring reminder< 1 s
silence notifications, I'm in a meetingToggles meeting mode (DND / status)~1 s
generate a random UUIDUUIDs, passwords, tokens, lottery numbers< 1 s
how strong is this passwordStrength meter + suggestions< 1 s
base64 encode thisEncode/decode across base64, url, hex, rot13, etc.< 1 s
SHA-256 of this fileMD5 / SHA-1 / SHA-256 / SHA-512 / etc.~1 s
what hash type is thisIdentifies hash algorithm by length + alphabet< 1 s
decode this JWTHeader + payload, with expiry highlighted< 1 s
explain this cron expression"Every Monday at 9am" + next 5 firings< 1 s
test this regex against these stringsMatch table with capture groups~1 s
build a regex from these examplesInferred pattern that matches your samples~3 s
format this SQLPretty-printed query~1 s
pretty-print this JSONIndented JSON; supports JSON-path queries< 1 s
validate this YAMLYAML lint + path errors< 1 s
convert markdown to HTMLStandalone HTML with inline CSS~2 s
count characters and wordsChar / word / line / token counts< 1 s
what's the reading level hereFlesch / Flesch-Kincaid / SMOG scores~1 s
format these citations as APAAPA / MLA / Chicago / IEEE~3 s
generate a URL slug for this titleClean lowercase-hyphen slug< 1 s
build a UTM-tagged linkUTM URL with sensible parameter naming~1 s
save this as a quick noteStores into the local notes store< 1 s
add a journal entryDaily journal, timestamped< 1 s
Tier 02
Medium
Small actions on your machine: file ops, network checks, short LLM tasks. A few seconds to a minute.
10 s – 1 min
System & OS
Try sayingWhat you getTime
kill port 8080Identifies + terminates the process holding the port~3 s
kill the chrome processKills matching processes after confirming~3 s
quit SlackCleanly closes a running app~2 s
open VS CodeLaunches an installed app by name~3 s
minimize all windowsWindow control — minimize, maximize, snap, focus~1 s
restart the Docker serviceStart / stop / restart Windows or systemd services~10 s
list my scheduled tasksShows registered scheduled / cron tasks~3 s
auto-start yourself on loginAdds Mins Bot to OS auto-start~3 s
schedule shutdown in 1 hourLock / sleep / shutdown — now or scheduled~1 s
Files & disk
Try sayingWhat you getTime
find all .pdf files in DownloadsRecursive file search by name / glob~5 s
find files containing "invoice"Filename / content search~10 s
grep TODO across the projectMulti-file content search with previews~10 s
diff these two filesSide-by-side unified diff~2 s
peek at the start / end of this fileFirst/last N lines plus char/word count~2 s
file info for this pathSize, mime, owner, dates, hashes~1 s
how many lines of code in src/LoC + file-type breakdown~5 s
open this file in default appLaunches the OS default handler~1 s
rename *.JPG to *.jpg in this folderBulk rename with regex / pattern~5 s
recover the file I just deletedRecycle-bin / trash recovery~3 s
zip C:\projects\mins-bot to D:\backup.zipZip / unzip / 7z / tar.gz~30 s
find the biggest files on diskTop N largest files / dirs by size~30 s
which folders take the most spaceDisk-usage tree view~30 s
find duplicates in DownloadsHash-based duplicate finder + safe-delete~45 s
strip EXIF from these photosRemoves camera / GPS metadata in place~10 s
show metadata for this imageEXIF + dimensions + color profile~1 s
Network & security
Try sayingWhat you getTime
diagnose my connectionPing, DNS, traceroute, speedtest summary~30 s
resolve example.comA / AAAA / CNAME / MX / TXT records~2 s
list firewall rulesInbound / outbound rules table~3 s
switch to my work proxyToggle saved proxy profiles~2 s
inspect TLS cert for github.comIssuer, expiry, SAN list, chain~3 s
look up CVE-2024-1234Severity, affected versions, references~3 s
has my email been pwnedHave-I-Been-Pwned check~3 s
audit security headers on this siteCSP / HSTS / X-Frame / etc. graded~5 s
scan this folder for committed secretsDetected keys / tokens with line numbers~30 s
redact PII from this textNames, emails, phones, SSNs masked~3 s
encrypt this file with AESAES-256 encrypted output + key handling~5 s
POST this JSON to that endpointHTTP request runner with response viewer~2 s
Dev & build
Try sayingWhat you getTime
commit and push these changesGit status → stage → commit → push, with summary~10 s
list my containers, stop the api oneDocker control — list, start, stop, logs, exec~5 s
lint this DockerfileBest-practice warnings and fixes~3 s
tail server.log and filter ERRORLive tail with regex filteringstreams
summarize errors in this logBucketed error summary + first occurrences~30 s
diff these two stringsWord-level diff~1 s
what language is this snippetLanguage detection across 100+ langs~1 s
generate 100 fake users as CSVRealistic synthetic data, schema-aware~5 s
Browser-driven
Try sayingWhat you getTime
explain this pageSpoken summary of the active tab~15 s
read the article aloudNarrates the page in your chosen voicestreams
extract all rows from this tableCSV of every matching record on the page~20 s
check the SEO meta on this pageTitle, meta description, OG tags, headings~5 s
check this site's sitemapSitemap fetch + URL count + freshness~10 s
what does robots.txt allowPlain-English summary of robots rules~3 s
Productivity
Try sayingWhat you getTime
give me my morning briefingSummary of inbox, calendar, weather, news~30 s
what's on my plate todayUpcoming events, reminders, deadlines~3 s
every monday, run my weekly reportRecurring task registered with schedule~2 s
plan a pomodoro sessionSuggested focus blocks for the day~3 s
where am I on my OKRsOKR snapshot with progress percentages~3 s
improve this email subject line3–5 rewrites with reasoning~5 s
tighten this paragraphConcise rewrite + word-count delta~5 s
turn these notes into flashcardsQ/A pairs, ready to import to Anki~10 s
Watchers & alerts
Try sayingWhat you getTime
tell me when the clipboard changesBackground watcher → desktop notificationsetup ~2 s
alert me when free disk < 10 GBThreshold-based alertssetup ~2 s
watch this file and notify on changeFile-system watchersetup ~2 s
watch Downloads for new PDFsFolder watcher with glob filtersetup ~2 s
poll this URL and alert on diffHTTP watcher with body / header diffingsetup ~2 s
Tier 03
Complex
Multi-step research, audits, and content generation. The bot does several things in sequence and assembles a result.
1 – 10 min
Research & analysis
Try sayingWhat you getTime
research the desktop AI assistant marketMarket overview, key segments, sources2–4 min
research content angles for "local AI"10+ angle ideas with supporting evidence2–4 min
compare us against competitor XFeature / pricing / positioning matrix2–4 min
find arbitrage opportunitiesPrice / margin gaps in selected markets2–5 min
cluster these keywordsTopic clusters with seed terms~1 min
extract keywords from this articleRanked keyword list with frequencies~30 s
expand this search queryVariants for SEO / SEM / search~30 s
build a buyer personaDemographics, motivations, objections~2 min
recommend pricing tiers3–5 tiers with feature splits and rationale~2 min
analyze my funnel drop-offStage-by-stage conversion + likely fixes~1 min
compute cohort retentionCohort retention table from CSV~30 s
is this A/B test significantp-value, lift, confidence interval~10 s
sample size for a 5% liftRequired N per arm given baseline + power~5 s
RSI and MACD for AAPLIndicator readings with quick interpretation~10 s
forecast 12 months of cash flowProjection + sensitivity bands~30 s
where do I break evenBreak-even units / revenue + chart~10 s
generate an invoicePDF invoice from line items~10 s
Browser — guided
Try sayingWhat you getTime
walk me through how to use this siteStep-by-step walkthrough grounded in the actual buttons on the page~1 min
audit this landing pageConversion + clarity + above-the-fold review~1–2 min
find backlinks to this domainBacklink list with referring domain quality2–4 min
Content generation
Try sayingWhat you getTime
write a blog post about offline AI800–1500 word post with headings + meta2–4 min
draft a proposal for this RFPMulti-section proposal with pricing draft3–5 min
write 5 ad variants for this productHeadline + body + CTA across 5 angles~30 s
score these headlinesRanked list with strengths and risks~10 s
build a 3-touch email campaignDrafts for touch 1 / 2 / 3 with cadence~1 min
suggest hashtags for this postNetwork-appropriate hashtag set~10 s
find me freelance gigs in JavaCurated gig list with apply-fit notes2–4 min
generate a lead list for SaaS foundersLead table with relevance scoring2–5 min
monitor reviews on the app storesNew reviews + sentiment + reply drafts~1 min
watch for brand mentionsWeb + social mention digest~1 min
track my outreach pipelineStage-by-stage CRM-lite view~5 s
who haven't I followed up withStale-thread list with suggested next sends~10 s
Decks & documents
Try sayingWhat you getTime
create a PowerPoint about top EVs of 2025Native .pptx with charts, tables, and images2–5 min
make a Word doc from these notesNative .docx with proper headings + TOC~1 min
turn this into a PDF reportBranded PDF with cover, TOC, charts~1 min
Voice & entertainment
Try sayingWhat you getTime
play music by RadioheadPlays from your local library, falls back to streaming~3 s
narrate me a bedtime story for my dogCalming narration with chosen voice~30 s start
use a Jarvis voiceSwitches TTS to the British-baritone preset~1 s
Tier 04
Orchestrated
Multi-skill workflows that chain several tools. Best left to run while you do something else.
5 – 30 min
Try sayingWhat it does (chained)Time
market the app and publish to Bluesky Trends → competitor scan → ad copy → headline scoring → social drafts → schedule → publish 10–20 min
audit my landing page and post the fixes to Slack Page audit → meta + headers check → fix list → format → send 3–6 min
research my competitor and build a deck Market research → competitor compare → key insights → PowerPoint with charts 8–15 min
build a 7-day social schedule and queue it Idea generation → 7 posts → hashtag pass → schedule across platforms 5–10 min
find weekend gigs and draft applications Gig hunt → fit scoring → tailored proposal per gig 10–20 min
generate a lead list and send a 3-touch sequence Lead gen → email validation → 3 emails per lead → schedule sends 10–25 min
clean up my Downloads folder Big-file scan → duplicate find → safe delete plan → execute on confirm 2–5 min
free up disk space Disk scan → temp + cache cleanup → big-file review → dedupe 3–8 min
while I'm idle, keep working on my standing instructions Autonomous mode picks up your saved directives and runs them in the background runs while you're away
Don't memorize anything. The chat panel maps natural language to the right action. The phrases above are starting points — say it however feels natural.
← Back to docs Privacy policy →