Install
openclaw skills install @soul-code/pdf-onlineParse PDF, image, Word, or PPT files with SoMark and publish the result to Feishu, DingTalk, or Notion as editable documents, spreadsheets, record tables, or databases. Also use when an exact matching SoMark Markdown-and-JSON pair must be imported into one or more of these platforms.
openclaw skills install @soul-code/pdf-onlineRoute a publishing request to the existing platform adapter. This file is only the entry point: do not reproduce, merge, or improvise platform conversion rules here.
Treat the selected platform directory as that adapter's skill directory.
Resolve every scripts/..., references/..., and <skill-dir> path in its
instructions relative to that platform directory, never relative to this root.
Read platform-specific references only when the selected module directs it.
Do not load or mix rules from an unselected platform.
somark-document-parser Skill and obtain its
Markdown-and-JSON result before running a platform adapter. The adapters do
not contain the parser and must not search parent or sibling directories for
a parser script.The selected platform module is authoritative for target-type routing, conversion, publishing, verification, recovery, degradation, and user-visible status. Keep its scripts and safety rules unchanged. A success or failure on one requested platform does not authorize creating a replacement target or rerunning SoMark for another platform.