If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.
This add-on enhances the PI Coding Agent inside the ddev-pi DDEV addon with support for dynamic web-fetch capabilities.
It provisions the Python scrapling package alongside headless Playwright browsers and registers the official Scrapling Skill with the PI coding agent.
ddev add-on get mxr576/ddev-pi-scrapling
ddev restart
After installation, make sure to commit the .ddev directory to version control.
The Scrapling capabilities are automatically available inside the pi container. You can interact with the agent or view registered skills:
| Command | Description |
|---|---|
ddev exec -s pi pi list |
View registered skills, including scrapling-official |
ddev logs -s pi |
Check PI agent logs |
To customize the version or git ref of the Scrapling Skill:
PI_SCRAPLING_VERSION variable in your .ddev/.env.pi file (e.g. PI_SCRAPLING_VERSION="main").ddev restart
All customization options:
| Variable | Default | Description |
|---|---|---|
PI_SCRAPLING_VERSION |
main |
Version / git ref of the Scrapling Skill to register |
Contributed and maintained by @mxr576
If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.