← 返回 Skills 市场
kasuganosora

Misskey

作者 KasuganoSora · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
132
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install 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 inter...
安全使用建议
This skill implements exactly what it says (posting, uploading, deleting, whoami) but the package metadata omitted required environment variables and expected binaries. Before installing: 1) be prepared to set MISSKEY_HOST and MISSKEY_TOKEN (the scripts default to https://maid.lat if you forget); 2) ensure curl and python3 are available; 3) inspect or replace upload.sh's use of eval (it can be exploited if used with untrusted input) — a safer direct curl invocation is preferable; 4) don't expose a high-privilege token: create a token with minimal permissions and never commit it to version control; and 5) if you require stronger assurance, ask the publisher to update the registry metadata to declare MISSKEY_HOST/MISSKEY_TOKEN and required binaries, and to remove eval usage.
功能分析
Type: OpenClaw Skill Name: misskey Version: 1.0.2 The skill provides functional Misskey API integration but contains a shell injection vulnerability in scripts/upload.sh, where the script uses eval to execute a command string containing potentially unvalidated environment variables and file paths. While the logic aligns with the stated purpose of posting to the Fediverse, the use of eval on constructed strings is a high-risk coding practice that could be exploited if inputs are manipulated. No evidence of intentional malice or data exfiltration was found.
能力评估
Purpose & Capability
The name/description (Misskey posting and uploads) matches the included scripts (post, upload, delete, whoami) and the API endpoints they call.
Instruction Scope
Runtime instructions and scripts only reference MISSKEY_HOST, MISSKEY_TOKEN, files provided by the user, and standard API endpoints. They do not attempt to read unrelated system files. However, upload.sh builds a curl command string and uses eval to run it (unnecessary and risky if arguments are malicious), and post.sh/whoami.sh call python3 for JSON parsing—so the agent will invoke network calls and spawn local processes.
Install Mechanism
No install spec (instruction-only with included scripts); nothing is downloaded or written by an installer. This is low-install risk.
Credentials
The skill actually requires MISSKEY_HOST and MISSKEY_TOKEN (and implicitly curl and python3) to function, but the registry metadata lists no required env vars or binaries. That mismatch is an incoherence the user should be aware of. The use of a default HOST (https://maid.lat) if MISSKEY_HOST is unset means actions could be sent to that instance unintentionally.
Persistence & Privilege
The skill does not request permanent/always presence, does not modify other skills or agent settings, and has normal autonomous-invocation settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install misskey
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /misskey 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Added maid.lat instance examples and popular instances list
v1.0.1
Updated documentation to English
v1.0.0
Initial release: Post notes, upload images, delete notes
元数据
Slug misskey
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

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 inter... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。

如何安装 Misskey?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install misskey」即可一键安装,无需额外配置。

Misskey 是免费的吗?

是的,Misskey 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Misskey 支持哪些平台?

Misskey 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Misskey?

由 KasuganoSora(@kasuganosora)开发并维护,当前版本 v1.0.2。

💬 留言讨论