← Back to Skills

file-type-detector

v2.0.0 approved Security
USK v3 🌐 Community ⚡ Auto-Convert
⬇ Download
Install Guide↓

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

# 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 0 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=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

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 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 ⬇ 0 USK v3 업그레이드. SKILL.md 전면 재작성 (capabilities, permissions, schema 추가). 매직 바이트 시그니처 확장 (WebP, MP4, MOV, WASM, SQLite 등). ZIP 서브타입 감지 강화. / 초기 릴리스
v1.0.0 caution 2026-04-12 ⬇ 0 초기 릴리스

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review