install-powerpacks

Installs the Powerpacks skill suite into Claude Code, Codex, or Pi from one URL.

1|1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/powerset-co/powerpacks --skill install-powerpacks-powerset-co
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: install-powerpacks
Source: https://github.com/powerset-co/powerpacks/tree/main/packs/powerset/skills/install-powerpacks
Command: npx skills add https://github.com/powerset-co/powerpacks --skill install-powerpacks-powerset-co

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up the Powerpacks recruiting-search workstation normally requires cloning a repo, running harness-specific installers, and configuring hosted Powerset credentials. This Skill compresses that entire bootstrap into a single sentence the user gives their coding agent, with no restart required afterward. ## Core Features & Use Cases - One-URL Bootstrap: Clones the public powerpacks repo, pins it to the newest published release, and runs the correct installer for Claude Code, Codex, or Pi. - Conditional Hosted Config: Initializes the Powerset .env from the public template only when the user chooses a Powerset account, preserving existing secrets otherwise. - Same-Session Continuation: After install, reads the newly installed skill files directly from disk and routes the original ask (setup, onboard, import-gmail, search) without restarting the session. - Use Case: A recruiter tells their agent "Use Powerpacks to set up my local network search using my Powerset account" and the agent installs everything, authenticates, pulls provisioned Modal/OpenAI/Parallel keys, and begins the LinkedIn network index build. ## Quick Start Tell your agent: Download and install the Powerpacks skill from https://powerset.dev/powerpacks, then ask it to set up your local network search using your Powerset account.

Frequently Asked Questions about install-powerpacks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Powerpacks in Claude Code or Codex?▼

Tell your agent to download and install the Powerpacks skill from https://powerset.dev/powerpacks. The skill clones the public repo, pins it to the newest published release, and runs ./install.sh claude-code or ./install.sh codex depending on your harness.

How do I set up local network search with a Powerset account?▼

Say "Use Powerpacks to set up my local network search using my Powerset account." The installer initializes the hosted .env config, authenticates you, pulls provisioned Modal, OpenAI, and Parallel keys, then routes to the setup skill to build your LinkedIn network index.

Does installing Powerpacks require credentials or paid API keys?▼

No. The repository is public and installation needs no credentials. Powerset login, Google OAuth, Full Disk Access, and any paid API spend are requested later by the specific skills that need them, never during install.

Do I need to restart my agent session after installing Powerpacks?▼

No restart is needed. Although the harness snapshots its skill registry at session start, the installed skills are plain files on disk, so the installer reads the matching SKILL.md directly and continues your request in the same session.

What happens if I set up Powerpacks without a Powerset account?▼

If your prompt does not mention Powerset, the hosted config step is skipped and the setup skill asks whether you want to log in with a Powerset account. You can instead supply your own Modal, OpenAI, Parallel, and Powerset API keys.