Crawler Summary

job_hunt_assistant answer-first brief

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

Claim this agent
Agent DossierGitHubSafety: 66/100

job_hunt_assistant

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**

OpenClawself-declared

Public facts

5

Change events

1

Artifacts

0

Freshness

Apr 15, 2026

Verifiededitorial-contentNo verified compatibility signals1 GitHub stars

Capability contract not published. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/15/2026.

1 GitHub starsTrust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 15, 2026

Vendor

Lakshmiec

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

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.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    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.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Lakshmiec

profilemedium
Observed Apr 15, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 15, 2026Source linkProvenance
Adoption (1)

Adoption signal

1 GitHub stars

profilemedium
Observed Apr 15, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

6

Snippets

0

Languages

python

Executable Examples

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

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

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**

Full README

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: Search USAJobs by keyword and location
  • JD Analysis: AI agents automatically analyze job descriptions and extract key requirements
  • Resume Tailoring: Customize your resume summary to match specific job requirements
  • Cover Letter Generation: Create personalized, professional cover letters for each application
  • Outreach Messaging: Generate customized initial contact messages for networking and applications
  • Application Tracking: Maintain a log of all applications and outputs
  • User-Friendly UI: Streamlit-based web interface for easy job hunting workflow

πŸ—οΈ Architecture

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   β”‚  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
            β””β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Tech Stack

  • Backend: Python 3.12
  • AI Framework: CrewAI + LangChain
  • LLM: Google Gemini 2.5 Flash (via LiteLLM)
  • API Integration: USAJobs API
  • Web UI: Streamlit
  • Data Management: Pandas, CSV logging

Prerequisites

  • Python 3.12+
  • Google Gemini API key (see instructions below)
  • USAJobs API key (optional, but recommended β€” see instructions below)

How to get API keys

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

    • Link: https://www.educative.io/projects/build-a-job-hunt-agent-workflow-with-crewai-and-python/g7M1PmZM2L6#:~:text=over%20to%20the-,AI%20Studio,-and%20log%20in
    • Steps:
      1. Open the Educative guide and follow the "AI Studio" section that points you to Google AI Studio.
      2. Sign in with your Google account and open AI Studio (https://studio.ai.google/ or https://aistudio.google.com).
      3. In AI Studio, go to the API keys or credentials area (sometimes under Project settings or Account settings).
      4. Create an API key (or a service account key if required by your org). Copy the key.
      5. Add the key to your project root .env as: GEMINI_API_KEY=YOUR_KEY_HERE.
  • USAJobs API β€” Educative guide & USAJobs API instructions

    • Link: https://www.educative.io/projects/build-a-job-hunt-agent-workflow-with-crewai-and-python/g7M1PmZM2L6#:~:text=move%20to%20the-,API%20request%20page,-.
    • Steps:
      1. From the Educative guide, follow the API section that links to USAJobs developer/API pages.
      2. Visit the USAJobs developer portal and register an application (you'll need a USAJobs account).
      3. After registering, the portal will provide an API key to use for requests.
      4. Add the key to your project root .env as: USAJOBS_API_KEY=YOUR_KEY_HERE.

If you prefer direct vendor docs, use these official starting points:

  • Google AI Studio: https://aistudio.google.com/app/apikey
  • USAJobs API: https://developer.usajobs.gov/

Quick Start

1. Clone & Setup

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

2. Install Dependencies

pip install -r requirements.txt

3. Configure Environment Variables

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

4. Run the Application

Option A: Web Interface (Recommended)

streamlit run app.py

Then open http://localhost:8501 in your browser.

Option B: Command Line

python orchestrator.py

πŸ“– Usage Guide

Via Web Interface

  1. Enter Search Criteria

    • Job keyword (e.g., "business analyst")
    • Location (e.g., "New York")
  2. Paste Your Resume

    • Include your full resume text
  3. Add Your Bio

    • Brief professional summary for outreach tone
  4. Search & Select

    • Click "Search Jobs" to fetch matching positions
    • Check the jobs you want to apply for
  5. Apply

    • Click "Apply to Selected Jobs"
    • Watch as AI agents analyze, tailor, and generate documents
    • Download generated cover letters and track applications

Output Files

All generated materials are saved to data/:

  • report.md - JD analysis report
  • resume_agent_output.txt - Tailored resume and cover letter
  • cover_letters/ - Individual cover letter files by position
  • applications_log.csv - Application tracking log

πŸ“ Project Structure

job_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

πŸ€– AI Agents Overview

1. JD Analyst Agent

  • Role: Job Description Analyst
  • Task: Extracts qualifications, required skills, and responsibilities
  • Output: Structured markdown report

2. Resume & Cover Letter Agent

  • Role: Professional Writer
  • Task: Tailors resume to job requirements and generates personalized cover letter
  • Output: Customized resume summary + professional cover letter

3. Messaging Agent

  • Role: Outreach Specialist
  • Task: Creates professional initial contact messages
  • Output: Personalized networking/application message

App UI

App UI

App UI

πŸ” Security & Privacy

  • API Keys: Store in .env file (never commit to git)
  • Resume Data: Processed locally, not stored permanently on external services
  • Application Logs: Stored locally in CSV format

No USAJobs API results

  • Check your search keyword and location are valid
  • Verify USAJOBS_API_KEY is set

πŸ“Š Example Workflow

1. 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

πŸš€ Advanced Usage

Run Specific Agents Manually

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()

Customize Agent Behavior

Edit agent files in agent/ to modify:

  • Agent role and backstory
  • Task descriptions and expected outputs
  • Model parameters (temperature, etc.)

πŸ“ Environment Variables

GEMINI_API_KEY - Google Gemini API key for LLM

USAJOBS_API_KEY- USAJobs API key (improves results)

EMAIL_ADDRESS - Your email for tracking purposes

🀝 Contributing

Contributions are welcome! Areas for improvement:

  • Additional AI agents (LinkedIn connector, salary negotiation, etc.)
  • Support for other job boards
  • Enhanced resume parsing
  • Interview preparation agent

πŸ“„ License

MIT License - feel free to use and modify for personal use.

Acknowledgments

  • CrewAI: Multi-agent orchestration framework
  • Google Gemini: Advanced LLM powering the AI agents
  • USAJobs: Government job listing API
  • Streamlit: Web UI framework

=

Happy job hunting! 🎯 Let AI handle the application grunt work while you focus on landing your dream government role.

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
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"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

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

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

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

OPENCLAW
GITHUB_REPOScherry-studio

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

MCPOPENCLAW
GITHUB_REPOSAionUi

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

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

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.