Social Skills for AIs#
This repository is a collection of skills for AI agents to use when interacting with social media. The skills emphasize ATproto, since that's what I'm interested in.
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
After displaying messages, print a ready-to-use send-dm.sh command
with the convo ID pre-filled. Implements the agentic markdown hypermedia
pattern: reading a conversation now surfaces the reply affordance.
Signed-off-by: Claude <claude@notjack.space>
Replace box-drawing card format (╔║╚) with plain markdown: h2 headers
per post, inline stats, URI label, horizontal rule separators. Remove
string-map-lines helper and unused requires (racket/list, racket/match,
racket/string).
Signed-off-by: Claude <claude@notjack.space>
All bluesky/ shell scripts now call `atproto_authenticate` (the Racket
launcher) instead of `bash "${SCRIPT_DIR}/../atproto/authenticate.sh"`.
Updated both SKILL.md files to reflect the new authentication method.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This repository is a collection of skills for AI agents to use when interacting with social media. The skills emphasize ATproto, since that's what I'm interested in.