What problem does it solve? When working with multiple Powerset sets, local Powerpacks search primitives need to know which set to scope queries against. This Skill lets you inspect the sets accessible to your Powerset account and persist a default set ID locally so every search inherits the correct scope without repeated manual configuration. ## Core Features & Use Cases - List accessible sets: Calls the Powerset Search MCP list_sets tool to show all sets available to the logged-in user, including person, member, and Sales Navigator account counts. - Show the active default: Reads POWERPACKS_DEFAULT_SET_ID (or the legacy POWERSET_DEFAULT_SET_ID) from the local .env and matches it against MCP results. - Set the default by ID or name: Resolves a user-provided set name or UUID against MCP results and upserts a single POWERPACKS_DEFAULT_SET_ID line in the local ignored .env file. - Use Case: After joining a new recruiting project, run $powerset sets use engineering-candidates so all subsequent local network searches are scoped to that set automatically. ## Quick Start Ask your agent to use the powerset-set skill to list your Powerset sets and set the default set to the one named after your current recruiting project.