px0-ai

22 mods across 1 repository, 232 stars between them.

approvals

01

px0-ai/px0

Command

Write tool calls that wait for a person.

232 4d ago A 0 tokens original MIT

ask

02

px0-ai/px0

Command

One question, routed to whoever can answer it.

232 4d ago A 0 tokens original MIT

brain

03

px0-ai/px0

Command

The brain is what you have read and kept: a folder of Markdown that px0 ingests into, indexes, and answers questions from. It can be px0's own brain/ folder or any folder of Markdown you already keep — including an Obsidian vault.

232 4d ago A 0 tokens original MIT

changes

04

px0-ai/px0

Command

A change is one atomic write across the store — a workflow build, a guideline the build wrote, a hand edit px0 noticed, a migration. It is the store's log of what happened and its unit of undo: changes shows each one, with a per-file diff, and reverts a whole change at once.

232 4d ago A 0 tokens original MIT

completion

05

px0-ai/px0

Command

Command "completion" from px0-ai/px0, covering px0 completion, shell (required), bash, zsh and fish.

232 4d ago A 0 tokens original MIT

config

06

px0-ai/px0

Command

Read and write config.toml at the store root. Every key is validated against a schema before it is saved, so a typo or a bad value is refused rather than written.

232 4d ago A 0 tokens original MIT

daemon

07

px0-ai/px0

Command

The daemon fires scheduled workflows and does the nightly housekeeping: a hand-edit checkpoint scan, a brain reindex, draining queued playlist ingests, log retention, and a weekly update check.

232 4d ago A 0 tokens original MIT

doctor

08

px0-ai/px0

Command

Check that everything is wired up, and for anything that is not, print the exact command that fixes it. A red line you cannot act on is the whole complaint doctor exists to answer.

232 4d ago A 0 tokens original MIT

guidelines

09

px0-ai/px0

Command

Guidelines are Markdown files describing how you work — how you word a commit message, what your Go reviews check. Workflows inline them verbatim, so output comes back in your voice instead of the model's default.

232 4d ago A 0 tokens original MIT

inbox

10

px0-ai/px0

Command

What your scheduled workflows produced, in a place you will actually look.

232 4d ago A 0 tokens original MIT

index

11

px0-ai/px0

Command

Every command follows the same shape: a group naming the entity, then a verb acting on it.

232 4d ago A 0 tokens original MIT

init

12

px0-ai/px0

Command

Scaffold a store: create the folder layout, write config.toml, install the starter workflows and guidelines, and take the first version snapshot.

232 4d ago A 0 tokens original MIT

mcp

13

px0-ai/px0

Command

Expose the brain and the workflow list over the Model Context Protocol, so a coding agent can use them without being told how the CLI works.

232 4d ago A 0 tokens original MIT

memory

14

px0-ai/px0

Command

What px0 knows about you, as opposed to what you have read.

232 4d ago A 0 tokens original MIT

runs

15

px0-ai/px0

Command

Every execution — a workflow run, or a brain ask — is recorded: what triggered it, which tools it called, what it produced, and whether it succeeded. Records outlive their logs, so history stays inspectable after the logs age out.

232 4d ago A 0 tokens original MIT

status

16

px0-ai/px0

Command

Whether anything needs attention, in one screen.

232 4d ago A 0 tokens original MIT

store

17

px0-ai/px0

Command

The store as a whole: everything px0 knows, in one directory.

232 4d ago A 0 tokens original MIT

tools

18

px0-ai/px0

Command

Tools are the external app actions a workflow may call — send a Slack message, open a Linear issue, read a Google Sheet. Every toolkit currently routes through Composio, which brokers the authorization.

232 4d ago A 0 tokens original MIT

uninstall

19

px0-ai/px0

Command

Stop the daemon, remove its scheduler unit, delete the entire store, and uninstall the px0 package itself. This is the one command that removes px0 completely rather than changing what it does.

232 4d ago C 0 tokens original MIT

update

20

px0-ai/px0

Command

Upgrade px0 in place, apply any pending store-schema migrations, and roll back if an upgrade goes wrong.

232 4d ago A 0 tokens original MIT

version

21

px0-ai/px0

Command

What is installed, and whether it can run.

232 4d ago A 0 tokens original MIT

workflows

22

px0-ai/px0

Command

A workflow is a Markdown file with YAML frontmatter describing a job px0 can run: its trigger, the tools it may call, the guidelines it inlines, and where its output goes. px0 interviews you for one and builds it.

232 4d ago A 0 tokens original MIT