Skip to content

312 skills · written in plain language

New tricks, one command away.

A skill is a short recipe that tells Shibaox how to do a job — which tools it may use, when to run, and when to ask you first.

How skills work →

All skills

Inbox Zero

Official

Triages your inbox every morning, archives the noise and drafts replies to what matters.

gmail · 18k installs

Morning brief

Official

Your calendar, weather and what needs you today — delivered before coffee.

calendar · 12k installs

Invoice chaser

Installed

Finds unpaid invoices every Friday and sends polite, escalating nudges.

gmail · stripe · 6.3k installs

Trip planner

by @mariaq

Flights, hotels and a day-by-day plan — books only after you approve.

browser · calendar · 4.8k installs

Deploy watchdog

by @tomasv

Watches your deploys and pings you the moment one fails, with the log attached.

github · shell · 7.9k installs

Standup notes

by @ines.dev

Reads yesterday’s commits and tickets, writes your standup and posts it to Slack.

github · slack · 5.6k installs

Receipt keeper

by @ruip

Pulls receipts from email, renames them and files them by month for your accountant.

gmail · files · 3.2k installs

PR reviewer

by @kbuilds

Reads new pull requests, runs the tests locally and leaves a first-pass review.

github · shell · 9.1k installs

Nightly backup

by @sofia

Backs up the folders you choose every night and tells you only if something went wrong.

files · shell · 2.7k installs

Write one in a minute.

Describe the job in plain words, list the tools it may touch, and say what needs your approval. Keep it private or publish it to the hub.

toml
# ~/.shibaox/skills/receipt-keeper.toml
name     = "Receipt keeper"
schedule = "monthly 1st 09:00"
tools    = ["gmail.search", "files.write"]
ask_before = []

instructions = """
Find receipts and invoices from last month in my email.
Save each PDF to ~/Finance/Receipts/YYYY-MM as
vendor-date-amount.pdf. Tell me the total.
"""