···41414242**Explore all link types** — `/links/all?target={did}`:
4343```bash
4444-curl "https://constellation.microcosm.blue/links/all?target=did:plc:hdhoaan3xa3jiuq4fg4mefid"# shows every collection+path linking to this DID with counts
4444+curl "https://constellation.microcosm.blue/links/all?target=did:plc:hdhoaan3xa3jiuq4fg4mefid"
4545+# shows every collection+path linking to this DID with counts
4546```
46474748**Distinct DIDs** — `/links/distinct-dids` (legacy; XRPC `getBacklinkDids` is in source but not yet deployed). Uses dot-prefixed paths (`.subject.uri`) and `target` param.
+4-2
skills/slingshot/SKILL.md
···15151616**Resolve identity** — DID, handle, PDS URL, signing key in one call:
1717```bash
1818-curl "https://slingshot.microcosm.blue/xrpc/blue.microcosm.identity.resolveMiniDoc?identifier=zzstoatzz.io"```
1818+curl "https://slingshot.microcosm.blue/xrpc/blue.microcosm.identity.resolveMiniDoc?identifier=zzstoatzz.io"
1919+```
19202021**Fetch record by AT-URI:**
2122```bash
2222-curl "https://slingshot.microcosm.blue/xrpc/blue.microcosm.repo.getRecordByUri?at_uri=at://did:plc:.../app.bsky.actor.profile/self"```
2323+curl "https://slingshot.microcosm.blue/xrpc/blue.microcosm.repo.getRecordByUri?at_uri=at://did:plc:.../app.bsky.actor.profile/self"
2424+```
23252426**Fetch record (standard atproto API)** — `repo` accepts handles or DIDs:
2527```bash