claude up some atproto stuff
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

add uv as requirement, clean up readme language

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz df82cafc 60b0c303

+16 -8
+16 -8
README.md
··· 2 2 3 3 a claude code plugin for building AT Protocol applications. 4 4 5 + ## requirements 6 + 7 + [uv](https://docs.astral.sh/uv/) must be installed — two of the bundled MCP servers run via `uvx`. 8 + 9 + ```bash 10 + # macOS / linux 11 + curl -LsSf https://astral.sh/uv/install.sh | sh 12 + 13 + # or homebrew 14 + brew install uv 15 + ``` 16 + 5 17 ## install 6 18 7 19 ```bash ··· 9 21 /plugin install protopack 10 22 ``` 11 23 12 - that's it. no cloning, no setup. the bundled MCP servers run via `uvx` automatically. 13 - 14 24 ## what's included 15 25 16 26 ### skills ··· 26 36 27 37 ### bundled MCP servers 28 38 29 - | server | what it does | install method | 30 - |--------|-------------|----------------| 31 - | [pdsx](https://github.com/zzstoatzz/pdsx) | AT Protocol record CRUD (list, get, create, update, delete) | `uvx` from PyPI | 32 - | [atproto-mcp](https://github.com/ashex/atproto-mcp) | searchable atproto docs, lexicon schemas, cookbook examples | `uvx` from PyPI | 39 + | server | what it does | transport | 40 + |--------|-------------|-----------| 41 + | [pdsx](https://github.com/zzstoatzz/pdsx) | AT Protocol record CRUD (list, get, create, update, delete) | `uvx` (PyPI) | 42 + | [atproto-mcp](https://github.com/ashex/atproto-mcp) | searchable atproto docs, lexicon schemas, cookbook examples | `uvx` (PyPI) | 33 43 | [pub-search](https://pub-search.waow.tech) | search published writing across atmosphere platforms | hosted HTTP | 34 44 35 45 ### microcosm services 36 - 37 - all unauthenticated and free to use. 38 46 39 47 | service | url | purpose | 40 48 |---------|-----|---------|