← Back to Skills Marketplace
axelhu

Openclaw Magika

by AxelHu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
69
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-magika
Description
Detects over 200 file content types locally with ~99% accuracy using the Google Magika deep learning model and magika CLI.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-magika
  3. After installation, invoke the skill by name or use /openclaw-magika
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-magika
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Openclaw Magika?

Detects over 200 file content types locally with ~99% accuracy using the Google Magika deep learning model and magika CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.

How do I install Openclaw Magika?

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

Is Openclaw Magika free?

Yes, Openclaw Magika is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Openclaw Magika support?

Openclaw Magika is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Magika?

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

💬 Comments