← Back to Skills Marketplace
aidescend

Multimedia To Obsidian

by aidescend · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
374
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install multimedia-to-obsidian
Description
将任意多媒体文档导入 Obsidian 知识库。支持 PPT、PDF、DOCX、图片等格式,自动提取每一页/每一张图片,使用多模态模型理解内容,生成文字描述后存入 OB。适用于:(1) 整理培训课件 (2) 迁移笔记到 OB (3) 将图片资料转为结构化知识。
Usage Guidance
This skill appears to implement its stated feature (extract images and call multimodal models), but there are mismatches and privacy concerns you should consider before installing: 1) Metadata omission — the registry claims no required binaries/env vars, but the SKILL.md and script require pandoc, poppler (pdftoppm), python-pptx, pillow, and likely LibreOffice ('soffice'); confirm and install these intentionally. 2) API keys — you must provide an API key for one of the providers; review which provider you trust. The script will upload raw image bytes (base64) to the chosen provider. Do NOT use this on sensitive documents unless you trust the destination. 3) Unknown default host — the default MINIMAX_API_HOST (https://api.minimaxi.com) is not a well-known vendor; verify this endpoint and its privacy/security policy before setting MINIMAX_API_KEY or leaving the default host. 4) Inspect and/or run in isolation — review the script (it is included) and consider running it on non-sensitive sample files or inside a disposable environment/container. 5) Fix metadata — if you plan to use it, request that the publisher update the registry metadata to list required binaries and env vars so users aren’t surprised. If you need higher assurance, prefer using a known provider (OpenAI/Anthropic) or a local/offline processing path for sensitive data.
Capability Analysis
Type: OpenClaw Skill Name: multimedia-to-obsidian Version: 1.0.0 The skill is a utility for importing multimedia files (PPT, PDF, DOCX, images) into Obsidian by extracting images and generating descriptions using multi-modal AI models (MiniMax, OpenAI, or Anthropic). The implementation in `scripts/media_to_obsidian.py` uses standard system tools like Pandoc, Poppler, and LibreOffice via subprocess calls and handles API keys through environment variables as expected for its stated purpose. No evidence of malicious intent, unauthorized data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
The skill's description matches the code: it extracts pages/images and sends them to multimodal models, then writes Markdown into an Obsidian repo. However the registry metadata lists no required binaries or env vars while the SKILL.md and the script require pandoc, poppler (pdftoppm), python-pptx/pillow, and also call 'soffice' — this mismatch is incoherent and could surprise users. The network/API access (MINIMAX/OPENAI/ANTHROPIC) is appropriate for the stated purpose but the default MINIMAX_API_HOST is an unfamiliar domain.
Instruction Scope
Runtime instructions are within the task scope (install tools, set one of several model API keys, run the script). Important privacy-sensitive behavior: the script encodes image bytes as base64 and transmits them to third-party endpoints (MiniMax/OpenAI/Anthropic). That is expected for model calls but should be explicitly highlighted because sensitive documents will be uploaded. The SKILL.md omits that the script invokes 'soffice' and 'rm -rf' and does not warn about large uploads or rate/size limits.
Install Mechanism
There is no automated install spec (lowest risk). The SKILL.md instructs manual installs via brew and pip (pandoc, poppler, python-pptx, pillow) which are reasonable. The script additionally calls 'soffice' (LibreOffice) and 'pdftoppm' but 'soffice' is not listed in prerequisites — this omission is inconsistent and may lead to runtime failures. No downloads from unknown URLs are performed by an installer.
Credentials
The registry metadata declared no required environment variables, but both SKILL.md and the script require at least one API key (MINIMAX_API_KEY or OPENAI_API_KEY or ANTHROPIC_API_KEY). Requiring model provider API keys is proportionate to the task, but the default MINIMAX_API_HOST (https://api.minimaxi.com) is not a known major provider — sending base64 images to an unfamiliar host is a privacy/exfiltration risk. The number of env vars requested is reasonable, but the metadata omission is a red flag.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It writes Markdown files into the user-specified Obsidian directory and removes temporary files; it does not request system-wide configuration or modify other skills. No elevated persistence is requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install multimedia-to-obsidian
  3. After installation, invoke the skill by name or use /multimedia-to-obsidian
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Seamlessly import multimedia documents into Obsidian with automatic content understanding. - Supports PPT, PDF, DOCX, and image (PNG, JPG) formats. - Automatically extracts and analyzes each page or image using a multimodal model. - Generates text descriptions and stores them in your chosen Obsidian vault/category. - Multiple models supported: MiniMax, OpenAI, Anthropic. - Simple command-line usage with flexible options for format, model, and category.
Metadata
Slug multimedia-to-obsidian
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Multimedia To Obsidian?

将任意多媒体文档导入 Obsidian 知识库。支持 PPT、PDF、DOCX、图片等格式,自动提取每一页/每一张图片,使用多模态模型理解内容,生成文字描述后存入 OB。适用于:(1) 整理培训课件 (2) 迁移笔记到 OB (3) 将图片资料转为结构化知识。 It is an AI Agent Skill for Claude Code / OpenClaw, with 374 downloads so far.

How do I install Multimedia To Obsidian?

Run "/install multimedia-to-obsidian" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Multimedia To Obsidian free?

Yes, Multimedia To Obsidian is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Multimedia To Obsidian support?

Multimedia To Obsidian is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Multimedia To Obsidian?

It is built and maintained by aidescend (@aidescend); the current version is v1.0.0.

💬 Comments