priscilla_post
ActiveTool of Real Real Genuine
[PRISCILLA ONLY] Broadcast a marketing post to RRG public channels (Telegram, BlueSky, Discord) using the same autopost path that powers listing approvals and sales. Auth: EIP-191 signature against Priscilla #37750 wallet. Replay window: 5 min. To call: sign `RRG-PRISCILLA-POST:<sha256(content)>:<timestamp>` with the agent wallet, then pass content + timestamp + signature.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"content",
"timestamp",
"signature"
],
"properties": {
"content": {
"type": "string",
"maxLength": 4000,
"minLength": 1,
"description": "Post body. RRG signoff is appended automatically."
},
"channels": {
"type": "array",
"items": {
"enum": [
"TELEGRAM",
"BLUESKY",
"DISCORD"
],
"type": "string"
},
"description": "Subset of allowed channels. Defaults to all three."
},
"image_url": {
"anyOf": [
{
"anyOf": [
{
"not": {}
},
{
"type": "string",
"format": "uri"
}
]
},
{
"type": "null"
}
],
"description": "Optional image URL fetched server-side."
},
"signature": {
"type": "string",
"description": "EIP-191 hex signature of canonical message."
},
"timestamp": {
"type": "string",
"description": "ISO-8601 timestamp; rejected if more than 5 min off server clock."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Real Real Genuine
https://github.com/richardjhobbs/rrg
1/7 registries