claude up some atproto stuff
0

Configure Feed

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

protopack / .agents / plugins / marketplace.json
412 B 21 lines
1{ 2 "name": "protopack", 3 "interface": { 4 "displayName": "protopack" 5 }, 6 "plugins": [ 7 { 8 "name": "protopack", 9 "source": { 10 "source": "url", 11 "url": "https://tangled.org/zzstoatzz.io/protopack.git", 12 "ref": "main" 13 }, 14 "policy": { 15 "installation": "AVAILABLE", 16 "authentication": "ON_INSTALL" 17 }, 18 "category": "Engineering" 19 } 20 ] 21}