← 返回 Skills 市场
jacobluo

Mowenskill Clean

作者 jacobluo · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
151
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install mowenskill
功能描述
Publish, edit, or configure notes on Mowen (墨问) via Open API. Use when user mentions 墨问, mowen, 发布笔记, publish note, or wants to create social-media-style not...
安全使用建议
This skill appears to do what it claims, but exercise normal caution: only provide a MOWEN_API_KEY you trust (create a scoped or revokable key if possible), inspect the included scripts before running, and avoid passing local file paths that reference sensitive files (the script will read and upload any local files you specify as images to the storage endpoint returned by the API). If you want extra safety, run the script in an isolated environment, use an API key with limited quotas/permissions, and review tests in tests/test_publish_note.py which mock network calls to validate local logic.
功能分析
Type: OpenClaw Skill Name: mowenskill Version: 1.0.3 The skill bundle provides a legitimate integration with the Mowen (墨问) Open API for creating and managing rich-text notes. The core logic in `scripts/publish_note.py` is well-structured, uses only Python standard libraries, and implements a standard two-step Aliyun OSS upload process for images. Security controls are present, such as file extension validation (gif/jpeg/png/webp) in `upload_local_image` to prevent unauthorized file type exfiltration. The documentation and unit tests are comprehensive and align with the stated purpose.
能力评估
Purpose & Capability
Name/description (publish/edit/configure Mowen notes) match the declared env var (MOWEN_API_KEY) and the included script which calls the documented open.mowen.cn APIs. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md instructions mirror the script's behavior: building NoteAtom JSON, uploading images (remote or local), creating/editing notes, and returning noteId. The runtime instructions do not request unrelated system files or extraneous credentials. Note: the script will read any local file paths you include for image uploads and then upload them to the storage endpoint returned by the API (expected behavior for image upload).
Install Mechanism
No install spec; skill is instruction + Python code that uses only the standard library. Nothing is downloaded from third-party URLs or installed automatically.
Credentials
Only a single environment variable (MOWEN_API_KEY) is required and declared as the primary credential. That is proportional to a skill that calls Mowen's Open API. The SKILL.md and code do not reference other hidden env variables.
Persistence & Privilege
Skill is not forced-always and uses normal, user-invocable behavior. It does not request persistent platform privileges or modify other skills' settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mowenskill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mowenskill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Declare MOWEN_API_KEY in metadata; fix hardcoded path in run_tests.sh
v1.0.2
Remove README.md and CLAUDE.md from published package
v1.0.1
Optimize SKILL.md: trim description to ≤200 chars, add dependencies field, add CLAUDE.md
v1.0.0
- Initial release of mowen-note-publisher skill. - Enables publishing, creating, editing, and managing notes on Mowen (墨问) via its Open API. - Handles rich text, images (local files or URLs), tags, privacy and sharing settings. - Provides a Python script for the full note workflow, including automatic image uploads and NoteAtom content building. - Includes detailed instructions, input schema, and real-world use case examples.
元数据
Slug mowenskill
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Mowenskill Clean 是什么?

Publish, edit, or configure notes on Mowen (墨问) via Open API. Use when user mentions 墨问, mowen, 发布笔记, publish note, or wants to create social-media-style not... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 Mowenskill Clean?

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

Mowenskill Clean 是免费的吗?

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

Mowenskill Clean 支持哪些平台?

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

谁开发了 Mowenskill Clean?

由 jacobluo(@jacobluo)开发并维护,当前版本 v1.0.3。

💬 留言讨论