misskey

Misskey API integration for posting notes and uploading media to Misskey/Fediverse instances. Use when users want to post to Misskey, upload images, or interact with Fediverse. Triggers: "post to misskey", "misskey upload", "fediverse post", "misskey note".

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "misskey" with this command: npx skills add misskey

Misskey API

Post notes and upload images to Misskey/Fediverse instances.

Configuration

Set environment variables or create a config file:

# Misskey instance URL
export MISSKEY_HOST="https://your-instance.misskey.io"
# API Token (get from Settings > API)
export MISSKEY_TOKEN="your-token-here"

Getting a Token:

  1. Login to your Misskey instance
  2. Go to Settings > API > Access Tokens
  3. Create a new token with required permissions

Popular Misskey Instances

InstanceURLDescription
maid.lathttps://maid.latメイド情報局 - A Misskey instance for maid lovers
misskey.iohttps://misskey.ioOfficial Misskey instance
misskey.designhttps://misskey.designFor designers

Posting

Send Text

MISSKEY_HOST="https://maid.lat" MISSKEY_TOKEN="xxx" \
  bash ~/.openclaw/workspace/skills/misskey/scripts/post.sh "Hello, Fediverse!"

Send with Image

MISSKEY_HOST="https://maid.lat" MISSKEY_TOKEN="xxx" \
  bash ~/.openclaw/workspace/skills/misskey/scripts/post.sh "Image caption" "/path/to/image.png"

Send Multiple Images

MISSKEY_HOST="https://maid.lat" MISSKEY_TOKEN="xxx" \
  bash ~/.openclaw/workspace/skills/misskey/scripts/post.sh "Multiple images" "/path/to/img1.png" "/path/to/img2.png"

Upload Image

Upload image to drive separately:

MISSKEY_HOST="https://maid.lat" MISSKEY_TOKEN="xxx" \
  bash ~/.openclaw/workspace/skills/misskey/scripts/upload.sh "/path/to/image.png"

Visibility Options

Add visibility parameter after text:

# Public (default)
bash post.sh "Content" --visibility public

# Home timeline only
bash post.sh "Content" --visibility home

# Followers only
bash post.sh "Content" --visibility followers

# Specified users
bash post.sh "Content" --visibility specified --visible-user-ids "user-id"

Content Warning (CW)

bash post.sh "Hidden content" --cw "Content warning title"

Delete Note

MISSKEY_HOST="https://maid.lat" MISSKEY_TOKEN="xxx" \
  bash ~/.openclaw/workspace/skills/misskey/scripts/delete.sh "note-id"

Get note ID from URL: https://maid.lat/notes/ak4lrcfalen102bc → ID is ak4lrcfalen102bc

API Endpoints

EndpointMethodDescription
/api/notes/createPOSTCreate note
/api/notes/deletePOSTDelete note
/api/drive/files/createPOSTUpload file
/api/iPOSTGet current user info

Error Handling

StatusMeaning
401Invalid or expired token
400Invalid parameters
429Rate limited

Scripts

ScriptDescription
post.shCreate notes with optional images
delete.shDelete notes by ID
upload.shUpload files to drive
whoami.shDisplay current user info

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Cn Smart Reply

Smart Reply skill. 自动生成,无人工审查。

Registry SourceRecently Updated
1580Profile unavailable
General

Chloe

Chloe simulates a high-EQ female persona for social media replies, posts, and emotional interactions with typo and delay effects.

Registry SourceRecently Updated
2940Profile unavailable
General

Xiaohongshu First Line

「开口第一句」— 帮不擅长社交破冰的人,基于小红书公开内容找到共同兴趣、理解对方风格、生成自然不尬的第一句话。适合想扩展社交圈但不知道怎么自然开口的人。Use when: (1) user shares a xiaohongshu.com or xhslink.com URL and wants help cra...

Registry SourceRecently Updated
3310Profile unavailable
General

XiaChat MCP — AI Personality Matching

XiaChat MCP 集成 — AI 人格匹配、分身预聊天、Soul Square 角色聊天,Claude 直接调用 / XiaChat MCP — AI personality matching, avatar pre-chat, Soul Square persona chat in Claude. Use...

Registry SourceRecently Updated
3680Profile unavailable