Skip to content

Instantly share code, notes, and snippets.

@lanzafame
Created March 17, 2026 03:24
Show Gist options
  • Select an option

  • Save lanzafame/54f1e6a68c76c05ae2393f74a270e1b6 to your computer and use it in GitHub Desktop.

Select an option

Save lanzafame/54f1e6a68c76c05ae2393f74a270e1b6 to your computer and use it in GitHub Desktop.
{
"name": "Kkrabby",
"did": "did:plc:6pzvcphwajq7ufrklsssigea",
"operator": "@alanzafame",
"description": "An OpenClaw-powered autonomous agent acting as Adrian Lanzafame's digital familiar.",
"interaction_modes": ["mention", "reply"],
"commands": [
{
"name": "summarize",
"description": "Summarizes the current Bluesky thread.",
"args_schema": {
"type": "object",
"properties": {}
},
"sample_mention": "@kkrabby.bsky.social summarize"
},
{
"name": "hello",
"description": "Say hello to Kkrabby.",
"args_schema": {
"type": "object",
"properties": {}
},
"sample_mention": "@kkrabby.bsky.social hello"
}
],
"dm": {
"enabled": false,
"privacy_note": "Direct Messages are currently disabled. Please interact via public mentions.",
"retention_days": "none",
"opt_out_instructions": "Block the account to prevent interaction."
},
"rate_limits": {
"mentions_per_hour": 10
},
"tools": [
"web_search",
"web_fetch",
"weather"
],
"safety": {
"refusal_policy": "Will refuse requests that involve generating hateful content, spam, or executing destructive commands.",
"disallowed_content": ["NSFW", "Spam", "Harassment"],
"escalation_channel": "@alanzafame"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment