Inbox Zero
OfficialTriages your inbox every morning, archives the noise and drafts replies to what matters.
312 skills · written in plain language
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 →Triages your inbox every morning, archives the noise and drafts replies to what matters.
Your calendar, weather and what needs you today — delivered before coffee.
Finds unpaid invoices every Friday and sends polite, escalating nudges.
Flights, hotels and a day-by-day plan — books only after you approve.
Watches your deploys and pings you the moment one fails, with the log attached.
Reads yesterday’s commits and tickets, writes your standup and posts it to Slack.
Pulls receipts from email, renames them and files them by month for your accountant.
Reads new pull requests, runs the tests locally and leaves a first-pass review.
Backs up the folders you choose every night and tells you only if something went wrong.
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.
# ~/.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.
"""