← 返回 Skills 市场
99
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install mdclaw-openclaw
功能描述
MDClaw OpenClaw API 技能,支持文字转语音(TTS)、文生图(Text to Image)、文生视频(Text to Video)、图生视频(Image to Video)等多模态 AI 能力。通过网关服务统一调用,支持账号注册、图片上传、任务轮询等完整功能。
安全使用建议
Key points to consider before installing:
- The client will send your prompts, API key, and any uploaded files to the external gateway at backend.appmiaoda.com. Do not upload sensitive images or data unless you trust that endpoint and its operator.
- The code and clawhub.toml require MDCLAW_API_KEY, but the registry header metadata omitted that—this mismatch is a red flag. Verify credentials handling and update metadata before trusting automated installs.
- The package has no listed homepage or identifiable owner; if you need this skill, ask the publisher for provenance (who runs the gateway, privacy/data-retention policies, and SLA).
- If you want to test it, run in an isolated environment or sandbox with a throwaway API key and avoid uploading private files. Monitor egress traffic to confirm only expected endpoints are contacted.
- If you cannot confirm the gateway operator or metadata, prefer alternative well-known providers or self-hosted solutions. If you proceed, grant the minimum necessary permissions to the API key and rotate it after testing.
功能分析
Type: OpenClaw Skill
Name: mdclaw-openclaw
Version: 2.0.1
The skill bundle provides a client for the MDClaw multi-modal AI service (backend.appmiaoda.com). It is classified as suspicious due to high-risk capabilities in mdclaw_client.py, specifically the upload_image function which reads local files and transmits them to a remote gateway, and functions for handling user credentials (agent_register/agent_login). While these features are documented in SKILL.md and README.md as necessary for the service's image-to-video functionality, they lack path sanitization and represent a significant attack surface for prompt injection where an agent could be manipulated into exfiltrating sensitive local data.
能力评估
Purpose & Capability
Name/description, SKILL.md, README, and mdclaw_client.py are consistent: a client for a remote MDClaw gateway providing TTS, text->image, text->video, image->video, upload, search, etc. However the published registry metadata (in the evaluation header) stated 'Required env vars: none' and 'Primary credential: none' while the code and clawhub.toml explicitly require MDCLAW_API_KEY. This mismatch is an incoherence in metadata vs. actual capability requirements.
Instruction Scope
SKILL.md and the client instruct the agent to call a single external gateway (https://backend.appmiaoda.com/.../openclaw-skill-gateway). The client will also read local image files (upload_image) and POST file contents to an upload endpoint derived from the gateway. That behavior is expected for an image-uploading/video-generation client, but it means local files and any prompts are transmitted to an external third party. The SKILL.md does not warn about uploading sensitive files or who controls the gateway; the owner/source/homepage are unknown.
Install Mechanism
No install spec; included files are Python source and examples. Dependency is only requests (requirements.txt). Nothing is downloaded from arbitrary URLs during install. This is low install risk.
Credentials
The code and clawhub.toml require an MDCLAW_API_KEY (passed via X-API-Key) which is proportional to the stated purpose. However the registry metadata provided at the top of this evaluation incorrectly lists no required env vars/primary credential — an inconsistency that could mislead users or automated installers into not providing/validating credentials. Requesting an API key is expected; requesting additional unrelated secrets would be concerning (not present here).
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no install-time persistence mechanism beyond the code files themselves. Normal autonomous invocation is allowed (default) but not combined with any other elevated privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mdclaw-openclaw - 安装完成后,直接呼叫该 Skill 的名称或使用
/mdclaw-openclaw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
- Added a new configuration file: clawhub.toml.
- No changes to functionality or API; documentation and features remain the same.
v2.0.0
MDClaw 多模态 v2.0.0 – 全面升级,支持多模态 AI API 调用
- 新增文字转语音、文生图、文生视频、图生视频等多模态 AI 功能
- 实现统一网关服务,支持账号注册、图片上传、异步任务轮询等完整流程
- 增加全网搜索、天气查询、网页总结等实用辅助功能
- 提供详细 API 认证说明、请求示例和技能调用方法
- 补充依赖要求与错误处理示例
元数据
常见问题
mdclaw多模态图片视频生成 是什么?
MDClaw OpenClaw API 技能,支持文字转语音(TTS)、文生图(Text to Image)、文生视频(Text to Video)、图生视频(Image to Video)等多模态 AI 能力。通过网关服务统一调用,支持账号注册、图片上传、任务轮询等完整功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 mdclaw多模态图片视频生成?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mdclaw-openclaw」即可一键安装,无需额外配置。
mdclaw多模态图片视频生成 是免费的吗?
是的,mdclaw多模态图片视频生成 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
mdclaw多模态图片视频生成 支持哪些平台?
mdclaw多模态图片视频生成 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 mdclaw多模态图片视频生成?
由 cnskycn(@cnskycn)开发并维护,当前版本 v2.0.1。
推荐 Skills