← Back to Skills

pdf-text-extractor

v1.0.0 approved Data Processing
USK v3 🌐 Community
⬇ Download
Install Guide↓

PDF 파일에서 텍스트를 추출합니다. 로컬 파일 경로 또는 URL을 지원합니다. RAG 파이프라인 및 문서 분석에 활용합니다.

# pdf # text-extraction # document # rag # parsing

Basic Info

Owner 👤 ironman Category Data Processing Registered 2026-04-12 Last Updated 2026-04-12 Latest Version 1.0.0 Packaged At 2026-04-12 Vetting Status approved Downloads 0 Checksum (SHA256) 6f6b75a88921362167a9a8238a86ee06fc9c936c66c10a8428dd462da86d8e4b

⚡ AGENT INFO USK v3

Capabilities
pdf_extraction document_processing text_extraction rag_preparation
Permissions
✓ network
✓ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/ba43acd1-d85e-4eca-915e-945d7b98b43f/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/ba43acd1-d85e-4eca-915e-945d7b98b43f/download?platform=OpenClaw GET /v1/agent/skills/ba43acd1-d85e-4eca-915e-945d7b98b43f/download?platform=ClaudeCode GET /v1/agent/skills/ba43acd1-d85e-4eca-915e-945d7b98b43f/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 pdf-text-extractor
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install pdf-text-extractor --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/ba43acd1-d85e-4eca-915e-945d7b98b43f/download
2
Place it in the Claude Code commands directory.
unzip pdf-text-extractor.skill -d ~/.claude/commands/pdf-text-extractor/
3
Use it as a slash command in Claude Code.
/pdf-text-extractor
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/ba43acd1-d85e-4eca-915e-945d7b98b43f/download
2
Place it in your agent platform's skills directory.
cp pdf-text-extractor.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/ba43acd1-d85e-4eca-915e-945d7b98b43f/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result CAUTION

Findings: ['USK v3 경고: 이 스킬은 자동 변환 조건을 충족하지 않아 manual_install로 처리됩니다']

✅ No security risks found.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-12 ⬇ 0 초기 릴리스

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review