Rank
70
AI Agents & MCPs & AI Workflow Automation β’ (~400 MCP servers for AI agents) β’ AI Automation / AI Agent with MCPs β’ AI Workflows & AI Agents β’ MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
AI-powered job application assistant that automates resume tailoring, cover letter generation, and outreach messaging for USAJobs federal positions using CrewAI and Python Multi-Agent Job Search System with CrewAI and Python An intelligent, AI-powered application that automates the entire job application process for **US federal positions (USAJobs)**. This tool uses CrewAI agents and Google Gemini to analyze job descriptions, tailor your resume, generate personalized cover letters, and compose professional outreach messagesβall in one streamlined interface. π― Features - **Job Search** Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/15/2026.
Freshness
Last checked 4/15/2026
Best For
job_hunt_assistant is best for crewai, multi-agent workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
AI-powered job application assistant that automates resume tailoring, cover letter generation, and outreach messaging for USAJobs federal positions using CrewAI and Python Multi-Agent Job Search System with CrewAI and Python An intelligent, AI-powered application that automates the entire job application process for **US federal positions (USAJobs)**. This tool uses CrewAI agents and Google Gemini to analyze job descriptions, tailor your resume, generate personalized cover letters, and compose professional outreach messagesβall in one streamlined interface. π― Features - **Job Search**
Public facts
5
Change events
1
Artifacts
0
Freshness
Apr 15, 2026
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Apr 15, 2026
Vendor
Lakshmiec
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/15/2026.
Setup snapshot
git clone https://github.com/Lakshmiec/job_hunt_assistant.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Lakshmiec
Protocol compatibility
OpenClaw
Adoption signal
1 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
python
text
ββββββββββββββββββββββββββββββββββββββββ
β Streamlit Web Interface (app.py) β
ββββββββββββββββββ¬ββββββββββββββββββββββ
β
βββββββββΌβββββββββ
β Orchestrator β
βββββββββ¬βββββββββ
β
ββββββββββββββΌβββββββββββββ
β β β
βββββΌββββ βββββΌβββββ βββββΌββββββββββ
β JD β β Resume β β Messaging β
βAnalystβ β & β β Agent β
βAgent β β Cover β β β
β β βLetter β β β
βββββββββ βAgent β βββββββββββββββ
ββββββββββbash
git clone https://github.com/Lakshmiec/job_hunt_assistant.git cd job_hunt_assistant python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate
bash
pip install -r requirements.txt
env
GEMINI_API_KEY=your_google_gemini_api_key_here USAJOBS_API_KEY=your_usajobs_api_key_here EMAIL_ADDRESS=your_email@example.com
bash
streamlit run app.py
bash
python orchestrator.py
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
AI-powered job application assistant that automates resume tailoring, cover letter generation, and outreach messaging for USAJobs federal positions using CrewAI and Python Multi-Agent Job Search System with CrewAI and Python An intelligent, AI-powered application that automates the entire job application process for **US federal positions (USAJobs)**. This tool uses CrewAI agents and Google Gemini to analyze job descriptions, tailor your resume, generate personalized cover letters, and compose professional outreach messagesβall in one streamlined interface. π― Features - **Job Search**
An intelligent, AI-powered application that automates the entire job application process for US federal positions (USAJobs). This tool uses CrewAI agents and Google Gemini to analyze job descriptions, tailor your resume, generate personalized cover letters, and compose professional outreach messagesβall in one streamlined interface.
The application uses a multi-agent architecture powered by CrewAI:
ββββββββββββββββββββββββββββββββββββββββ
β Streamlit Web Interface (app.py) β
ββββββββββββββββββ¬ββββββββββββββββββββββ
β
βββββββββΌβββββββββ
β Orchestrator β
βββββββββ¬βββββββββ
β
ββββββββββββββΌβββββββββββββ
β β β
βββββΌββββ βββββΌβββββ βββββΌββββββββββ
β JD β β Resume β β Messaging β
βAnalystβ β & β β Agent β
βAgent β β Cover β β β
β β βLetter β β β
βββββββββ βAgent β βββββββββββββββ
ββββββββββ
Below are quick links and short step-by-step instructions for obtaining the two API keys used by this project. The links point to a helpful Educative walkthrough that covers both getting started with Google AI Studio and the USAJobs API.
Google Gemini (AI Studio) β Educative guide & AI Studio
.env as: GEMINI_API_KEY=YOUR_KEY_HERE.USAJobs API β Educative guide & USAJobs API instructions
.env as: USAJOBS_API_KEY=YOUR_KEY_HERE.If you prefer direct vendor docs, use these official starting points:
git clone https://github.com/Lakshmiec/job_hunt_assistant.git
cd job_hunt_assistant
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -r requirements.txt
Create a .env file in the project root:
GEMINI_API_KEY=your_google_gemini_api_key_here
USAJOBS_API_KEY=your_usajobs_api_key_here
EMAIL_ADDRESS=your_email@example.com
Option A: Web Interface (Recommended)
streamlit run app.py
Then open http://localhost:8501 in your browser.
Option B: Command Line
python orchestrator.py
Enter Search Criteria
Paste Your Resume
Add Your Bio
Search & Select
Apply
All generated materials are saved to data/:
report.md - JD analysis reportresume_agent_output.txt - Tailored resume and cover lettercover_letters/ - Individual cover letter files by positionapplications_log.csv - Application tracking logjob_hunt_assistant/
βββ app.py # Streamlit web interface
βββ orchestrator.py # Main pipeline orchestrator
βββ usajobs_api.py # USAJobs API wrapper
βββ requirements.txt # Python dependencies
βββ .env # Environment variables (gitignored)
βββ agent/
β βββ jd_analyst.py # Job description analysis agent
β βββ resume_cl_agent.py # Resume & cover letter agent
β βββ messaging_agent.py # Outreach messaging agent
βββ utils/
β βββ config.py # Configuration & env loading
β βββ tracking.py # Application logging
β βββ .env # Local .env copy (gitignored)
βββ data/
βββ sample_resume.txt # Example resume
βββ applications_log.csv # Application history
βββ report.md # Analysis reports
βββ resume_agent_output.txt
βββ cover_letters/ # Generated cover letters


.env file (never commit to git)USAJOBS_API_KEY is set1. User searches: "Data Analyst" in "Washington, DC"
β
2. USAJobs API returns 5 matching positions
β
3. User selects 3 jobs to apply for
β
4. For each job:
- JD Analyst extracts requirements
- Resume Agent tailors resume + writes cover letter
- Messaging Agent creates outreach message
β
5. All documents saved, application logged
from agent.jd_analyst import get_jd_analyst_agent, create_jd_analysis_task
from crewai import Crew
job_desc = "..." # Job description text
agent = get_jd_analyst_agent()
task = create_jd_analysis_task(agent, job_desc)
crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
Edit agent files in agent/ to modify:
GEMINI_API_KEY - Google Gemini API key for LLM
USAJOBS_API_KEY- USAJobs API key (improves results)
EMAIL_ADDRESS - Your email for tracking purposes
Contributions are welcome! Areas for improvement:
MIT License - feel free to use and modify for personal use.
=
Happy job hunting! π― Let AI handle the application grunt work while you focus on landing your dream government role.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/crewai-lakshmiec-job-hunt-assistant/snapshot"
curl -s "https://xpersona.co/api/v1/agents/crewai-lakshmiec-job-hunt-assistant/contract"
curl -s "https://xpersona.co/api/v1/agents/crewai-lakshmiec-job-hunt-assistant/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
70
AI Agents & MCPs & AI Workflow Automation β’ (~400 MCP servers for AI agents) β’ AI Automation / AI Agent with MCPs β’ AI Workflows & AI Agents β’ MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Rank
70
AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs
Traction
No public download signal
Freshness
Updated 5d ago
Rank
70
Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | π Star if you like it!
Traction
No public download signal
Freshness
Updated 6d ago
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/crewai-lakshmiec-job-hunt-assistant/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/crewai-lakshmiec-job-hunt-assistant/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/crewai-lakshmiec-job-hunt-assistant/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/crewai-lakshmiec-job-hunt-assistant/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/crewai-lakshmiec-job-hunt-assistant/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/crewai-lakshmiec-job-hunt-assistant/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T00:10:55.088Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "crewai",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "multi-agent",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:crewai|supported|profile capability:multi-agent|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Lakshmiec",
"href": "https://github.com/Lakshmiec/job_hunt_assistant",
"sourceUrl": "https://github.com/Lakshmiec/job_hunt_assistant",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:49.052Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/crewai-lakshmiec-job-hunt-assistant/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/crewai-lakshmiec-job-hunt-assistant/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:49.052Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1 GitHub stars",
"href": "https://github.com/Lakshmiec/job_hunt_assistant",
"sourceUrl": "https://github.com/Lakshmiec/job_hunt_assistant",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T06:04:49.052Z",
"isPublic": true
},
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/crewai-lakshmiec-job-hunt-assistant/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/crewai-lakshmiec-job-hunt-assistant/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub Β· GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to job_hunt_assistant and adjacent AI workflows.