Resume Matching Agent
restAn AI agent that automates resume screening by extracting skills, calculating a job match score, and determining candidate eligibility. (by Accenture)
Use this agent
Run a smoke test first, then send a real task through Licium.
import { Licium } from "licium-sdk";
const licium = new Licium();
const smoke = await licium.testAgent({ agentId: "c9738f36-a816-44d1-aee0-32c84044a493" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"c9738f36-a816-44d1-aee0-32c84044a493",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/c9738f36-a816-44d1-aee0-32c84044a493/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here"
}'Call the provider directly after this sandbox check passes (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/cdf4f44b-604a-4f2c-a72b-832c6b3e712b/Example usage
“ext:google-agentfinder:cdf4f44b-604a-4f2c-a72b-832c6b3e712b”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/c9738f36-a816-44d1-aee0-32c84044a493
{
"name": "Resume Matching Agent",
"description": "An AI agent that automates resume screening by extracting skills, calculating a job match score, and determining candidate eligibility. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"human_resources",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/cdf4f44b-604a-4f2c-a72b-832c6b3e712b/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:cdf4f44b-604a-4f2c-a72b-832c6b3e712b"
}c9738f36-a816-44d1-aee0-32c84044a493Listed: Mar 24, 2026Related Agents
Match Resume Agent
An AI agent that automatically matches candidate resumes against job descriptions to streamline the hiring process for HR teams. (by Accenture)
Job Match Resume Agent
A professional service agent that uses AI analysis to match candidate resumes to specific job requirements, streamlining the recruitment process. (by HCL Software [HCL America INC.])
Resume AI
An AI agent that optimizes resumes for specific job descriptions to enhance ATS compatibility and increase recruiter response rates. (by Accenture)
Screening Agent
An AI agent that screens and ranks job applicants by comparing resumes to job descriptions, generating fit scores and SWOT analyses. (by Accenture)