claude up some atproto stuff
9
fork

Configure Feed

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

fix ufos skill: don't tell claude to browse a website

the web explorer is for humans — claude needs API params. reframe the
web explorer as something to suggest to users, keep the actionable
guidance on sort and prefix filtering.

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

zzstoatzz cf9caa80 df10b02d

+2 -4
+2 -4
skills/ufos/SKILL.md
··· 12 12 **API:** https://ufos-api.microcosm.blue 13 13 **Source:** https://github.com/at-microcosm/microcosm-rs/tree/main/ufos 14 14 15 - Use it to discover what atproto apps exist beyond Bluesky, check if a lexicon is active, or understand what records look like in an unfamiliar collection. 16 - 17 - **Start with the web explorer** at ufos.microcosm.blue for interactive browsing — it handles filtering and presentation far better than the raw API, which includes junk/namespace-probing records in results. 15 + Use it to discover what atproto apps exist beyond Bluesky, check if a lexicon is active, or understand what records look like in an unfamiliar collection. The web explorer is useful to suggest to users for interactive browsing. 18 16 19 17 ## API endpoints 20 18 ··· 25 23 # returns {"collections":[{"nsid":"app.bsky.feed.post","creates":...,"updates":...,"deletes":...,"dids_estimate":...},...]} 26 24 ``` 27 25 28 - Note: the default sort is alphabetical, which surfaces junk/spam NSIDs first. Always specify `sort=dids-estimate` for useful results. 26 + The default sort is alphabetical, which returns junk/namespace-probing NSIDs. Always specify `sort=dids-estimate` or `sort=records-created`. Use `prefix=` to filter to a known namespace (e.g. `prefix=app.bsky`). 29 27 30 28 **Collection detail** — timeseries and sample records: 31 29 ```bash