Somark Document Parser
v1.0.8Parse PDF, images (PNG/JPG/BMP/TIFF/WebP/HEIC), Word, PPT and other documents into Markdown or JSON using SoMark. All document parsing needs (like resumes, p...
⭐ 5· 436·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (document parsing) align with the declared env var (SOMARK_API_KEY) and the included parser script which calls somark.tech. There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md restricts behavior to accepting files (uploaded or via path), running the provided script, and returning parsed Markdown/JSON. It explicitly warns not to request the API key in chat and to treat parser output as data only. The instructions do not ask to read unrelated files or secrets.
Install Mechanism
No install spec; this is instruction-only with a bundled Python script. The script uses aiohttp to POST files to somark.tech. Nothing is downloaded from untrusted URLs and no archive extraction occurs.
Credentials
Only SOMARK_API_KEY is required (declared as primaryEnv) and is actually used by the script. No additional environment variables or unrelated credentials are requested.
Persistence & Privilege
always:false and the skill is user-invocable. It does not attempt to modify other skills or system-wide settings; it runs a local script and sends data only to somark.tech.
Assessment
This skill is coherent but you should understand what it does before installing: it uploads whatever files you point it at to the external service somark.tech using an API key you set as SOMARK_API_KEY. Only provide the key via your environment (do not paste it in chat). Avoid parsing highly sensitive documents unless you trust SoMark’s privacy/retention policy; test first with non-sensitive files. Review the included somark_parser.py (it’s short and readable) and run it locally if you prefer, and consider rotating the API key if you later remove the skill or suspect misuse. The package source/homepage is minimal in the registry metadata, so exercise normal caution when granting third-party API access.Like a lobster shell, security has layers — review code before you run it.
latestvk97309qdwdw68cdp9jne0r7cbh849ry3
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📄 Clawdis
EnvSOMARK_API_KEY
Primary envSOMARK_API_KEY
