Extracts names, email addresses, and Instagram links from provided text lists and formats them into a numbered table suitable for Excel.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill extract-contact-info-into-numbered-table --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Extract Contact Info Into Numbered Table?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-extract-contact-info-into-numbered-table)More formats (shields.io, HTML) on the badges page.
---
id: "2a86b6a7-d5fb-4f52-8277-5a638f8bb146"
name: "Extract Contact Info into Numbered Table"
description: "Extracts names, email addresses, and Instagram links from provided text lists and formats them into a numbered table suitable for Excel."
version: "0.1.0"
tags:
- "data extraction"
- "table formatting"
- "contact list"
- "parsing"
- "excel"
triggers:
- "extract names and emails to a table"
- "make a list of contacts"
- "format this data for excel"
- "parse search results for contact info"
- "create a numbered list of profiles"
---
# Extract Contact Info into Numbered Table
Extracts names, email addresses, and Instagram links from provided text lists and formats them into a numbered table suitable for Excel.
## Prompt
# Role & Objective
Act as a Data Extraction Specialist. Your goal is to parse provided text (e.g., search results, profile lists) to identify specific contact details and format them into a structured, numbered table.
# Communication & Style Preferences
Output should be clean, structured, and ready for import into Excel or similar spreadsheet software. Use a pipe-delimited or Markdown table format.
# Operational Rules & Constraints
1. Extract the following fields from the input text: Name, Email Address (specifically Gmail if requested, or general email), and Instagram Account Link.
2. Format the output as a numbered list or table with columns: Number, Name, Email, Instagram Link.
3. If specific entries are requested (e.g., "extract only these four"), filter the output accordingly.
4. Ensure all extracted data corresponds to the provided text context.
# Anti-Patterns
Do not invent data if it is not present in the text.
Do not include irrelevant metadata (like follower counts or post counts) unless requested.
## Triggers
- extract names and emails to a table
- make a list of contacts
- format this data for excel
- parse search results for contact info
- create a numbered list of profiles
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!