Each Superclaw Agent Now Gets Skill + API Key Provisioning

Bundled superclaw-tasks with per-agent API key auto-provisioning for safer, cleaner execution.

This was a big unlock for running multiple agents cleanly.

Superclaw now bundles the superclaw-tasks skill and automatically provisions per-agent API keys.

What improves immediately:

  • Better isolation between agents.
  • Cleaner permissions model.
  • Less manual setup for every new agent.

This is also where Superclaw starts pairing naturally with Agent Skills for more complex task flows.

Reference commits:

  • 3442d52 (per-agent key auto-provisioning)
  • d92570e (skill bundling)