Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.

add-on registry tests last commit release

DDEV Pi Scrapling

Overview

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.

Installation

ddev add-on get mxr576/ddev-pi-scrapling
ddev restart

After installation, make sure to commit the .ddev directory to version control.

Usage

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

Customization

To customize the version or git ref of the Scrapling Skill:

  1. Update the PI_SCRAPLING_VERSION variable in your .ddev/.env.pi file (e.g. PI_SCRAPLING_VERSION="main").
  2. Restart the project:
    ddev restart
    

All customization options:

Variable Default Description
PI_SCRAPLING_VERSION main Version / git ref of the Scrapling Skill to register

Credits

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.