返回顶部
m

misskey

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
94
下载量
0
收藏
概述
安装方式
版本历史

misskey

# Misskey API Post notes and upload images to Misskey/Fediverse instances. ## Configuration Set environment variables or create a config file: ```bash # 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 | Instance | URL | Description | |----------|-----|-------------| | maid.lat | https://maid.lat | メイド情報局 - A Misskey instance for maid lovers | | misskey.io | https://misskey.io | Official Misskey instance | | misskey.design | https://misskey.design | For designers | ## Posting ### Send Text ```bash MISSKEY_HOST="https://maid.lat" MISSKEY_TOKEN="xxx" \ bash ~/.openclaw/workspace/skills/misskey/scripts/post.sh "Hello, Fediverse!" ``` ### Send with Image ```bash 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 ```bash 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: ```bash 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: ```bash # 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 bash post.sh "Hidden content" --cw "Content warning title" ``` ## Delete Note ```bash 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 | Endpoint | Method | Description | |----------|--------|-------------| | /api/notes/create | POST | Create note | | /api/notes/delete | POST | Delete note | | /api/drive/files/create | POST | Upload file | | /api/i | POST | Get current user info | ## Error Handling | Status | Meaning | |--------|---------| | 401 | Invalid or expired token | | 400 | Invalid parameters | | 429 | Rate limited | ## Scripts | Script | Description | |--------|-------------| | post.sh | Create notes with optional images | | delete.sh | Delete notes by ID | | upload.sh | Upload files to drive | | whoami.sh | Display current user info |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 misskey-1776104967 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 misskey-1776104967 技能

通过命令行安装

skillhub install misskey-1776104967

下载 Zip 包

⬇ 下载 misskey v1.0.2

文件大小: 6.25 KB | 发布时间: 2026-4-14 12:48

v1.0.2 最新 2026-4-14 12:48
Added maid.lat instance examples and popular instances list

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部