← Back to Skills Marketplace
99
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install mdclaw-openclaw
Description
MDClaw OpenClaw API 技能,支持文字转语音(TTS)、文生图(Text to Image)、文生视频(Text to Video)、图生视频(Image to Video)等多模态 AI 能力。通过网关服务统一调用,支持账号注册、图片上传、任务轮询等完整功能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mdclaw-openclaw - After installation, invoke the skill by name or use
/mdclaw-openclaw - Provide required inputs per the skill's parameter spec and get structured output
Version History
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 认证说明、请求示例和技能调用方法
- 补充依赖要求与错误处理示例
Metadata
Frequently Asked Questions
What is mdclaw多模态图片视频生成?
MDClaw OpenClaw API 技能,支持文字转语音(TTS)、文生图(Text to Image)、文生视频(Text to Video)、图生视频(Image to Video)等多模态 AI 能力。通过网关服务统一调用,支持账号注册、图片上传、任务轮询等完整功能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install mdclaw多模态图片视频生成?
Run "/install mdclaw-openclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mdclaw多模态图片视频生成 free?
Yes, mdclaw多模态图片视频生成 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does mdclaw多模态图片视频生成 support?
mdclaw多模态图片视频生成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mdclaw多模态图片视频生成?
It is built and maintained by cnskycn (@cnskycn); the current version is v2.0.1.
More Skills