search-contacts

Browse Powerset contacts through the Powerset Search MCP with app-native sorting, filtering, and pagination.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users need a way to browse their Powerset contacts and set contacts conversationally without leaving their coding-agent host, while staying faithful to the exact sorting, filtering, and field options the Powerset app exposes. ## Core Features & Use Cases - Own vs Set Contact Routing: Automatically routes requests to list_contacts for personal contacts or resolves a named set via list_sets and list_set_contacts using a deterministic tie-breaker. - App-Native Sorting and Filtering: Maps natural language like "most messaged" or "email:@powerset.co" to the exact sort fields and search syntax the Powerset contacts APIs support. - Field Projection and Pagination: Selects output columns such as emails, LinkedIn, and Twitter handles, and pages results in compact markdown tables with next-page guidance. - Use Case: Ask "show me the most messaged contacts in my Founders set with emails and LinkedIn" and receive a sorted, paginated table of set contacts with the requested fields. ## Quick Start Ask the agent to show your Powerset contacts ordered by most messages including emails, LinkedIn, and Twitter handles.

Frequently Asked Questions about search-contacts

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

FAQPage Schema
How do I show my most messaged Powerset contacts?▼

Ask to show your contacts ordered by most messages. The skill calls list_contacts with sort_field total_messages and sort_dir desc, returning a paginated markdown table of your most-interacted contacts.

How do I filter Powerset contacts by email domain?▼

Use the app-native search syntax email: followed by the domain, for example email:@powerset.co. The skill passes this string to the list_contacts search parameter and returns only matching contacts.

Can I browse contacts inside a specific Powerset set?▼

Yes. Name the set in your request and the skill calls list_sets, resolves the set by exact match, non-personal preference, and member count, then calls list_set_contacts with that set_id.

Does search-contacts support semantic people search?▼

No. This skill is a pure MCP representation of the Powerset app contacts views and does not perform semantic search. Phrases like AI engineers require an explicit headline: filter or a clarifying question.

What happens if the Powerset Search MCP is not installed?▼

The skill does not fabricate contact data. It routes you through the powerset setup or mcp_install flow so the MCP connection is configured before any contacts are fetched.