powerset-login

Refreshes Powerset Auth0 credentials, pulls provisioned runtime keys, and re-registers MCP configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Expired Auth0 sessions, missing runtime API keys, and stale MCP registrations break Powerset-backed workflows; this Skill diagnoses the failure and repairs credentials in one quiet login flow. ## Core Features & Use Cases - Read-only diagnosis: Runs a setup checker that classifies each failing check by fix kind (auto, interactive, shell install, or human action) before changing anything. - Credential refresh: Re-runs Auth0 login, pulls provisioned Modal, OpenAI, Parallel, and Powerset API keys from the Powerset API, and re-registers the Powerset MCP server for the current host. - Use Case: A recruiting-search command fails with an expired session; the user says "log me in to Powerset" and the Skill refreshes the token, pulls runtime keys, and reports a single terse status line. ## Quick Start Ask your agent to log you in to Powerset so it refreshes your credentials and runtime keys.

Frequently Asked Questions about powerset-login

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

FAQPage Schema
How do I log in to Powerset from Codex or Claude Code?▼

Ask the agent to log you in to Powerset, or invoke $powerset login. The Skill runs a read-only setup check, refreshes the Auth0 session, pulls runtime keys, and re-registers the Powerset MCP server, then tells you to restart the host.

What runtime keys does Powerset login pull?▼

The pull step retrieves MODAL_TOKEN_ID, MODAL_TOKEN_SECRET, OPENAI_API_KEY, PARALLEL_API_KEY, and POWERSET_API_KEY from the authenticated Powerset API when your account has been provisioned. Modal handles hosted processing for Powerset users.

Why does Powerset login say my runtime keys are not provisioned?▼

The Auth0 login succeeded, but the Powerset API has no Modal, OpenAI, Parallel, or Powerset keys provisioned for your account. Ask a Powerset admin to provision them, then rerun the login command.

When should I use powerset login instead of powerset setup?▼

Use $powerset setup for first-run installation and full runtime configuration. Use the login skill when an unrelated Powerpacks command failed because of a missing key or expired session and you only need credentials refreshed.

Does Powerset login ever modify my .env file without asking?▼

No. The Skill only writes .env when the user explicitly requested $powerset setup, $powerset login, or $powerset env pull, and it never prints secret values since every primitive redacts them.