From qfs
Use for an overview of what qfs can do and which qfs cookbook skill fits a task — reading, searching, transforming, or writing across Gmail, Google Drive, databases, files, git, GitHub, Slack, and automation with one pipe-SQL language. Routes to the per-service skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qfs:qfs-cookbookThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Every external service, one language. Mail, a database, a repo, a channel, a bucket — each becomes a
Every external service, one language. Mail, a database, a repo, a channel, a bucket — each becomes a tree of paths you query with the same filesystem-shaped pipe-SQL.
::: tip Start here — the one-time setup gates
/local, /sys, and local files/repos need no setup. Every cloud service needs a signed-in
operator (qfs init — The operator identity; it also creates the encrypted
credential store, The QFS passphrase), an authorized account
(qfs account add …), and a mount binding that account to a path (qfs connect …). Each chapter's
Setup walks through them — without them you can't reach Gmail, Drive, GitHub, Slack, or object
storage.
:::
Find the invoices in your inbox, newest first — search a mailbox with where, select,
order by, limit:
/mail/inbox
|> where subject LIKE '%invoice%'
|> select date, from, subject
|> order by date DESC
|> limit 20
Learn that shape once and you already know how to read every other service. Swap /mail/inbox for
/sql/<conn>/<table>, a /git tree, or a /slack channel and the same where … select … order by … limit pipe just works — that's the whole promise: no per-service API to relearn, one grammar over
all of them.
::: tip Reads return rows; writes preview
A read runs immediately and returns rows — /local, /sys, a /sql table, and a /git repo
all read today. A read of a cloud service you haven't connected (mail, GitHub, Slack, S3, Drive)
returns an actionable error telling you exactly which qfs account add … / qfs connect … to
run — it never silently fails.
A write (insert, update, upsert, remove, call) previews by default: qfs run
shows the plan and changes nothing. Add --commit to act, and --commit-irreversible for things
that can't be undone, like sending mail or merging a PR. So paste any recipe and safely see what it
would do first.
:::
Some sections carry a 🚧 callout marking a part that isn't wired yet — the recipes shown work,
but the callout notes what's still coming (today that's object-store writes and reading a git
blob's bytes at a @ref).
One cookbook per service — each opens with how to connect it, then the recipes that solve common tasks. Jump to the one you need:
/cloudflare
driver: zones, DNS records, and account-scoped listings written in the query language itself.New to qfs? Start with Your first queries and How qfs works.
npx claudepluginhub p/qmu-qfs-plugins-qfs-2Guides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.
Design banners for social media, ads, website heroes, and print with multiple art direction options and AI-generated visuals.