Install
openclaw skills install @stmmer/dianju-ofd-toolsConvert local PDF and OFD files to each other and extract text content from OFD files with temporary download links provided.
openclaw skills install @stmmer/dianju-ofd-toolsname: dianju-ofd-tools
description: An OFD document processing tool that can convert local PDF and OFD files to each other and extract content from OFD files.
version:1.0.0
email:support-ofd@dianju.com
npx dianju-ofd-tools --APP_ID=xxx --APP_KEY=xxx --API_URL=http://ip:port/DCS
APP_ID:appid
APP_KEY:appkey
API_URL:The system API address
pdf_to_ofd{
"filePath": "string" // Absolute path to local PDF file
}
ofd_to_pdf{
"filePath": "string" // Absolute path to local OFD file
}
get_ofd_content{
"filePath": "string" // Absolute path to local OFD file
}
ofd-tools pdf_to_ofd --filePath "/path/to/input.pdf"
ofd-tools ofd_to_pdf --filePath "/path/to/input.ofd"
ofd-tools get_ofd_content --filePath "/path/to/input.ofd"
ofd_to_pdf and pdf_to_ofd services return temporary download links for converted files; check link validity before use.ENABLE_LOGGING=true for troubleshooting; logs can be output to files with LOG_TO_FILE=true.For issues or questions, contact support at support-ofd@dianju.com.