← 返回 Skills 市场
axelhu

Openclaw Magika

作者 AxelHu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
69
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-magika
功能描述
Detects over 200 file content types locally with ~99% accuracy using the Google Magika deep learning model and magika CLI.
安全使用建议
Before installing or using this skill: (1) verify the upstream magika project and install sources (prefer pipx or an OS package manager over piping a remote script to sh); (2) inspect the install script (if you consider using it) and avoid blind curl | sh — download and review first; (3) confirm whether magika downloads model weights at first run and from which hosts (the SKILL.md claims 'no network needed' but that may be inaccurate); (4) because the tool runs on local files, avoid running it on sensitive documents unless you trust the binary and its install source; (5) the bundle metadata lacks a homepage and shows an ownerId mismatch — prefer tools with clear official sources and reproducible install artifacts (checksums/releases) before trusting them.
功能分析
Type: OpenClaw Skill Name: openclaw-magika Version: 1.0.0 The skill bundle provides documentation and command examples for using Google's Magika file identification tool. It contains no executable code, only markdown instructions (SKILL.md) and metadata (_meta.json). While it includes a 'curl | sh' installation command, it points to the official Google security research domain (securityresearch.google) and is consistent with the tool's legitimate purpose.
能力评估
Purpose & Capability
The skill claims to be a thin wrapper that runs the magika CLI locally — requiring the magika binary is proportionate. However the package metadata lacks a homepage/source and the _meta.json ownerId ('axelhu') does not match the registry owner id in the provided metadata, which is an inconsistency that reduces trust. No unexpected credentials or system paths are requested.
Instruction Scope
SKILL.md instructs the agent to run magika CLI commands against user files only (which is in-scope). But it also asserts 'No data sent to third parties; local inference only' and 'no network needed' while the magika CLI/tool typically requires downloading model binaries or runtimes when first installed — the instructions do not explain model download behavior. This is a scope mismatch: the skill promises no network activity but gives install steps that likely trigger network access.
Install Mechanism
There is no packaged install spec in the skill bundle (instruction-only), and SKILL.md recommends pipx/pip/brew (reasonable) but also includes a 'curl -LsSf https://securityresearch.google/magika/install.sh | sh' one-liner (piping a remote script to sh). Even if the domain appears Google-associated, piping remote scripts to a shell is high-risk and should be avoided or inspected first. The lack of an explicit, verifiable upstream project homepage/source increases the risk from these install recommendations.
Credentials
The skill declares no required environment variables or credentials and the instructions do not request any secrets. That's proportionate to the described task. Note: the tool operates on user files, so file-level privacy (sensitive documents) is the relevant concern, but not environment credential access.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. There is no indication it attempts to modify other skills or system-wide agent settings. No persistence/privilege escalation indicators present in the bundle.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-magika
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-magika 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of openclaw-magika: - Adds AI-powered file type detection using Google Magika (supports 200+ types with ~99% accuracy). - Triggers on user requests to identify, check, or detect file types, as well as during analysis of uploaded or batch files. - All file analysis is performed locally for privacy—no data is sent to third parties. - Requires Magika CLI (installable via pip, pipx, or brew); no config files needed. - Provides clear command examples for single files, MIME types, batch operations, and confidence scores.
元数据
Slug openclaw-magika
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Openclaw Magika 是什么?

Detects over 200 file content types locally with ~99% accuracy using the Google Magika deep learning model and magika CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。

如何安装 Openclaw Magika?

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

Openclaw Magika 是免费的吗?

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

Openclaw Magika 支持哪些平台?

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

谁开发了 Openclaw Magika?

由 AxelHu(@axelhu)开发并维护,当前版本 v1.0.0。

💬 留言讨论