Open a batch of candidate profiles in the browser. Works with Ashby URLs, LinkedIn URLs, or any web URLs.
Usage
When the user says "open these profiles", "open them in Chrome", "show me their Ashby pages", or similar:
Collect the URLs (from Ashby candidateIds, LinkedIn URLs, or direct URLs)
Use the Bash tool to run the open command with all URLs quoted and space-separated
Example
open "https://app.ashbyhq.com/candidate-searches/new/right-side/candidates/abc123" "https://app.ashbyhq.com/candidate-searches/new/right-side/candidates/def456"
LinkedIn: use the linkedInUrl from the candidate's Ashby profile
Rules
Always quote each URL individually in the open command
Can open up to ~20 URLs at once without issues
If the user asks to "open 6 through 14" from a numbered list, open only those specific candidates
1---2name: open-profiles3description: Open Profiles4---5# Open Profiles67Open a batch of candidate profiles in the browser. Works with Ashby URLs, LinkedIn URLs, or any web URLs.89## Usage1011When the user says "open these profiles", "open them in Chrome", "show me their Ashby pages", or similar:12131. Collect the URLs (from Ashby candidateIds, LinkedIn URLs, or direct URLs)142. Use the Bash tool to run the `open` command with all URLs quoted and space-separated1516## Example1718```bash19open "https://app.ashbyhq.com/candidate-searches/new/right-side/candidates/abc123" "https://app.ashbyhq.com/candidate-searches/new/right-side/candidates/def456"20```2122## Building URLs2324- **Ashby profile URL**: `https://app.ashbyhq.com/candidate-searches/new/right-side/candidates/{candidateId}`25- **LinkedIn**: use the linkedInUrl from the candidate's Ashby profile2627## Rules28291. Always quote each URL individually in the `open` command302. Can open up to ~20 URLs at once without issues313. If the user asks to "open 6 through 14" from a numbered list, open only those specific candidates
Run npx skillmds@latest add yc-software/open-profiles in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Open Profiles It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
yc-software (@yc-software) published this skill. Their other Agent Skills are listed on their SkillMD profile.