Access utility tools using Parse Document via SkillBoss. Perform general-purpose operations including file management, data processing, and automation tasks for AI agent workflows.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: unstructured/parse-document
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "unstructured/parse-document",
"inputs": {}
}'