Convert PDF URLs to clean Markdown from OpenClaw.
openclaw plugins install clawhub:parsebridgeSign up at https://dash.parsebridge.com/login, then configure the plugin with a Parsebridge API key from your dashboard:
{
"plugins": {
"entries": {
"parsebridge": {
"enabled": true,
"config": {
"apiKey": "YOUR_PARSEBRIDGE_API_KEY"
}
}
}
}
}Ask OpenClaw:
Use Parsebridge to convert https://example.com/document.pdf to Markdown.The plugin registers one tool:
parsebridge_parseconverts a public PDF URL to Markdown.