Wire a scaffolded PortalJS portal to a CKAN backend over its API. Generates a tiny server-side fetch client (no runtime dependency) and feeds the /search catalog and /@namespace/slug showcases from CKAN instead of datasets.json. Use when connecting an existing portal to a live CKAN instance instead of a static manifest.
$npx -y skills add datopian/portaljs --skill portaljs-connect-ckanInstalls into the current project.
Run `npx skills use "https://github.com/datopian/portaljs" --skill "datopian/portaljs/portaljs-connect-ckan"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/datopian/portaljs" that are relevant to the current task. Run `npx skills add "https://github.com/datopian/portaljs"` and select the relevant skills, then follow their instructions.