Tootbot
by @behrangsa
Publish content to Mastodon. Use when you need to post a Mastodon status.
clawhub install tootbotπ About This Skill
name: mastodon-publisher description: Publish content to Mastodon. Use when you need to post a Mastodon status. author: Behrang Saeedzadeh version: 0.5.0 triggers: - "post to mastodon" - "publish status to mastodon" metadata: { "clawdbot": { "emoji": "π" }, "requires": { "bins": ["bun"] } }
Mastodon Publisher
Publish content to Mastodon. Use when you need to share updates, posts, or media.
Usage
Post one or more statuses to Mastodon
Post a new status to Mastodon with Bun:
bun {baseDir}/scripts/tootbot.js '{"status": "Hello, Mastodon!"}' '{"status": "Goodby, Mastodon!"}'
JSON fields
| Name | Description | Type | Example | Required | Default |
| --------------------- | ---------------------------------------- | ----------------------------------------------- | ----------------------------------------------------- | -------- | -------- |
| status | The text content of the status | string | "Hello, World" | yes^1 | N/A |
| visibility | Sets the visibility of the posted status | public or private or unlisted or direct | "private" | no | "public" |
| language | ISO 639-1 language code for this status | ISO-639-1 Language Code | "en" | no | |
| scheduledAt | Datetime at which to schedule a status | RFC3339 date time | "2029-02-03T15:30:45.000Z" | no | |
| quoteApprovalPolicy | Sets who is allowed to quote the status | public or followrs or nobody | "nobody" | no | "public |
| media | Media to be attached to the status | array of {file, description} objects | {"file": "/path/to/foo.png", "description" : "Foo"} | no^2 | |
status can be ommitted when one or --media-path parameters are presentmedia objects must be present if status is ommittedmedia.description is optionalEnvironment Variables
| Name | Description | Example |
| ----------------------- | -------------------------- | ------------------------- |
| MASTODON_URL | Your Mastodon instance URL | https://mastodon.social |
| MASTODON_ACCESS_TOKEN | Your Mastodon access token | xAyBzC |
Examples
bun {baseDir}/scripts/tootbot.js '{"status": "Hello, Mastodon"}'
Read the output and summarize it for the user.
bun {baseDir}/scripts/tootbot.js '{"status": "Hello, future!", "scheduledAt" : "2030-02-05T13:21:34.000Z"}'
Read the output and summarize it for the user.
bun {baseDir}/scripts/tootbot.js <Read the output and summarize it for the user.
bun {baseDir}/scripts/tootbot.js <
bun {baseDir}/scripts/tootbot.js <Notes
bun to be installed and available in the PATH.π‘ Examples
bun {baseDir}/scripts/tootbot.js '{"status": "Hello, Mastodon"}'
Read the output and summarize it for the user.
bun {baseDir}/scripts/tootbot.js '{"status": "Hello, future!", "scheduledAt" : "2030-02-05T13:21:34.000Z"}'
Read the output and summarize it for the user.
bun {baseDir}/scripts/tootbot.js <Read the output and summarize it for the user.
bun {baseDir}/scripts/tootbot.js <
bun {baseDir}/scripts/tootbot.js <π Tips & Best Practices
bun to be installed and available in the PATH.