job-search
Job Search lets you discover roles aligned with your background and preferences across multiple locations. The skill combines job listing searches with company research and hiring manager discovery to streamline your application strategy.
Job Search helps you find job openings that match your skills, experience level, and location preferences.
AI-generated summary based on this skill's SKILL.md
Install
gooseworks-ai/goose-skills/job-search · repository language: Python
git clone https://github.com/gooseworks-ai/goose-skills
cp -r goose-skills/skills/lead-generation/capabilities/job-search ~/.claude/skills/job-searchFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How does job-search help me find jobs matching my skills?
job-search lets you discover roles aligned with your background and preferences across multiple locations. You can search for job openings by skills, experience level, and location to surface positions that match your qualifications. The skill streamlines finding opportunities tailored to your professional profile.
Can I search for software engineer roles remote with job-search?
Yes. job-search supports searching for roles by job title, experience level, and location preferences, including remote positions. You can specify criteria like "software engineer" and "remote" to find opportunities matching those parameters across job listings.
Does job-search help with company research before applying?
job-search combines job listing searches with company research capabilities. You can gather intelligence about companies before applying, helping you tailor applications and prepare for interviews with relevant background information about your target employers.
How can I find hiring managers at tech companies using job-search?
job-search includes hiring manager discovery features to help you find and contact decision-makers at tech companies. This enables networking and direct outreach to hiring managers, complementing your job search strategy with relationship-building opportunities.
Can job-search help me find contact info for recruiters?
job-search supports discovering email addresses and contact information for recruiters and hiring managers. This feature helps you build your outreach list and connect directly with talent acquisition professionals in your target companies and industries.
What makes job-search different from standard job boards?
job-search combines multiple capabilities: job listing searches filtered by skills and location, company research and intelligence gathering, and hiring manager discovery with contact information. This integrated approach streamlines your entire job search strategy in one tool rather than juggling separate resources.
SKILL.md
rendered from the published skill — quoted content, verbatim
Job Search - Find Your Next Role
Setup
Read your credentials from ~/.gooseworks/credentials.json:
export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])")
export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")
If ~/.gooseworks/credentials.json does not exist, tell the user to run: npx gooseworks login
All endpoints use Bearer auth: -H "Authorization: Bearer $GOOSEWORKS_API_KEY"
Search for jobs matching your skills, experience level, and location preferences.
Workflow
Step 1: Search Job Listings
Use Fiber to search for jobs:
```bash curl -s -X POST $GOOSEWORKS_API_BASE/v1/proxy/orthogonal/run \ -H "Authorization: Bearer $GOOSEWORKS_API_KEY" \ -H "Content-Type: application/json" \ -d '{"api":"fiber","path":"/v1/job-search"}' "searchParams": { "job_titles": ["Software Engineer", "Full Stack Developer"], "locations": ["San Francisco",
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
skills/lead-generation/capabilities/job-search/SKILL.md
skills/lead-generation/capabilities/job-search/skill.meta.json