AIDP control-plane REST client primitives: OCI signing, workspace/cluster discovery, notebook upload via contents API, Job + JobRun lifecycle, taskRun output fetch + marker parsing. Use when a skill or tool needs to talk to a live AIDP cluster — uploading code, dispatching jobs, polling state, retrieving executed notebook output. NOT for AIDP CLI flows (use the .aidp/cli.js wrapper) or for in-cluster code (the AIDP runtime injects spark/aidputils as globals).
$npx -y skills add ahmedawan-oracle/claude-code-plugins --skill aidp-restInstalls into the current project.
Run `npx skills use "https://github.com/ahmedawan-oracle/claude-code-plugins" --skill "ahmedawan-oracle/claude-code-plugins/aidp-rest"` 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/ahmedawan-oracle/claude-code-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/ahmedawan-oracle/claude-code-plugins"` and select the relevant skills, then follow their instructions.