← Back to Skills

error-log-analyzer

v1.0.0 officially_approved ⬇ 5
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

스택 트레이스나 에러 로그를 입력하면 근본 원인 분석, 해결 방법, 재현 스크립트를 제안합니다.

# error # log # stack-trace # debugging # analysis

Basic Info

Owner 👤 Admin Category Registered 2026-04-13 Last Updated 2026-04-13 Latest Version 1.0.0 Packaged At 2026-04-13 Vetting Status officially_approved Downloads 5 Checksum (SHA256) fcd4fbd566efa573a57819004ca245f247c293f2ddaf4c84fa31ccfcd44c61ec

⚡ AGENT INFO USK v3

Capabilities
error_analysis log_parsing debugging
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/bc57467c-96c9-43f6-b20c-5cb3e0cd2c50/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/bc57467c-96c9-43f6-b20c-5cb3e0cd2c50/download?platform=OpenClaw GET /v1/agent/skills/bc57467c-96c9-43f6-b20c-5cb3e0cd2c50/download?platform=ClaudeCode GET /v1/agent/skills/bc57467c-96c9-43f6-b20c-5cb3e0cd2c50/download?platform=CustomAgent

Installation

Compatible Platforms any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install error-log-analyzer
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install error-log-analyzer --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/bc57467c-96c9-43f6-b20c-5cb3e0cd2c50/download
2
Place it in the Claude Code commands directory.
unzip error-log-analyzer.skill -d ~/.claude/commands/error-log-analyzer/
3
Use it as a slash command in Claude Code.
/error-log-analyzer
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/bc57467c-96c9-43f6-b20c-5cb3e0cd2c50/download
2
Place it in your agent platform's skills directory.
cp error-log-analyzer.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/bc57467c-96c9-43f6-b20c-5cb3e0cd2c50/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result CAUTION

Findings: ["메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)"]

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟡 Medium Review Summary AI 응답 파싱 실패 — 관리자 검토 필요

Issues Found

  • AI 응답이 JSON 형식이 아님
Reasoning

{ "verdict": "approved", "risk_level": "low", "summary": "제공된 메타데이터와 코드 분석 결과, 스킬의 목적에 부합하며 선언된 권한을 준수하고 악의적인 동작은 발견되지 않았습니다.", "issues": [], "reasoning": "1. **권한 일치 여부:** 스킬 메타데이터에서 `network: false`, `filesystem: false

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 officially_approved 2026-04-13 ⬇ 5 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review