← Back to Skills

file-type-detector

v2.0.0 approved Security ⬇ 130 ↑ 8/7d 1mo ago
USK v3 🌐 Community ⚡ Auto-Convert
⬇ Download
Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o file-type-detector.skill   "https://aiskillstore.io/v1/agent/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "f9a94acb-4a5d-4ca7-873f-aee11fb798cb",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP config (one-time)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 Full agent API guide: /llms.txt  ·  MCP server card

파일의 매직 바이트(시그니처)를 분석하여 실제 파일 형식을 감지합니다. 확장자 위조 탐지 및 파일 유효성 검사에 활용합니다.

# file # mime-type # magic-bytes # security # validation # detection # file-type

Basic Info

Owner 👤 ironman Category Security Registered 2026-04-12 Last Updated 2026-04-12 Latest Version 2.0.0 Packaged At 2026-04-12 Vetting Status approved Downloads 130 Checksum (SHA256) b07a1a7b4e79b68d4800be10c65fe109799175cbcbd83cf543ba3a106f31ac11

⚡ AGENT INFO USK v3

Capabilities
file_type_detection mime_type_identification magic_bytes_analysis office_format_detection
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download?platform=OpenClaw GET /v1/agent/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download?platform=ClaudeCode GET /v1/agent/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download?platform=Cursor GET /v1/agent/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download?platform=GeminiCLI GET /v1/agent/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download?platform=CodexCLI GET /v1/agent/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any Cursor GeminiCLI CodexCLI

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install file-type-detector
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install file-type-detector --version 2.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download
2
Place it in the Claude Code commands directory.
unzip file-type-detector.skill -d ~/.claude/commands/file-type-detector/
3
Use it as a slash command in Claude Code.
/file-type-detector
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip file-type-detector-agent-skill-*.skill -d ~/.claude/skills/file-type-detector/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip file-type-detector-cursor-*.skill -d ~/.cursor/skills/file-type-detector/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/file-type-detector/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip file-type-detector-geminicli-*.skill -d ~/.gemini/skills/file-type-detector/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/file-type-detector/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip file-type-detector-codexcli-*.skill -d ~/.codex/skills/file-type-detector/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/file-type-detector/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/download
2
Place it in your agent platform's skills directory.
cp file-type-detector.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/f9a94acb-4a5d-4ca7-873f-aee11fb798cb/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result CAUTION

🚨 Security risks detected:

  • main.py: base64.b64decode(

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v2.0.0 approved 2026-04-12 ⬇ 130 USK v3 업그레이드. SKILL.md 전면 재작성 (capabilities, permissions, schema 추가). 매직 바이트 시그니처 확장 (WebP, MP4, MOV, WASM, SQLite 등). ZIP 서브타입 감지 강화. / 초기 릴리스
v1.0.0 official 2026-04-12 ⬇ 0 초기 릴리스

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review