@parsebridge/openclaw-plugin
v0.1.0
Published
Convert PDF URLs to clean Markdown with Parsebridge.
Readme
Parsebridge for OpenClaw
Convert PDF URLs to clean Markdown from OpenClaw.
Install
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"
}
}
}
}
}Try It
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.
