AI agent skills related to using social media
2
fork

Configure Feed

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

Add comment explaining did:web is not yet supported

In atproto-lookup-pds, add a note that the function currently only handles
did:plc: DIDs and would require additional implementation for did:web: DIDs.

Per Jacqueline's request for clarity in the code about supported DID schemes.

Signed-off-by: Jack Firth <jackhfirth@gmail.com>

+3
atproto/authenticate.sh
+3
atproto/lookup-pds.rkt
··· 27 27 28 28 29 29 (define (atproto-lookup-pds account-did) 30 + ;; Currently only supports did:plc: DIDs (resolved via plc.directory). 31 + ;; did:web: DIDs would require resolution via /.well-known/did.json on the DNS domain, 32 + ;; which is a different lookup path not yet implemented. 30 33 (unless (string-prefix? account-did "did:plc:") 31 34 (raise-arguments-error 32 35 'atproto-lookup-pds
bluesky/create-post.sh
bluesky/read-dms.sh
bluesky/read-notifications.sh
bluesky/reply-to-post.sh