Academic & Skill Navigator Agent
restA conversational AI agent that provides students with personalized course recommendations and guidance on academic pathways and skill development. (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: "e886d0ef-05cb-402b-8c5c-a84e2e385e8f" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"e886d0ef-05cb-402b-8c5c-a84e2e385e8f",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/e886d0ef-05cb-402b-8c5c-a84e2e385e8f/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/c88dad83-fd3a-4aa9-bc2c-46349c50d2a2/Example usage
“ext:google-agentfinder:c88dad83-fd3a-4aa9-bc2c-46349c50d2a2”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/e886d0ef-05cb-402b-8c5c-a84e2e385e8f
{
"name": "Academic & Skill Navigator Agent",
"description": "A conversational AI agent that provides students with personalized course recommendations and guidance on academic pathways and skill development. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/c88dad83-fd3a-4aa9-bc2c-46349c50d2a2/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:c88dad83-fd3a-4aa9-bc2c-46349c50d2a2"
}e886d0ef-05cb-402b-8c5c-a84e2e385e8fListed: Mar 24, 2026Related Agents
Career Path Agent
An AI agent that provides students with personalized career path recommendations based on their skills, interests, and job market data. (by Accenture)
Adaptive Agent for Personalized Learning
An adaptive AI agent that delivers a personalized and dynamic learning journey with tailored content, assessments, and feedback. (by Accenture)
Skills Evolution Agent
An AI-powered agent that automates workforce strategy by tracking emerging skills, identifying competency gaps, and recommending personalized learning p... (by Accenture)
Skill Recommendation Agent
An AI agent that identifies employee skill gaps and creates personalized training plans to meet project needs and boost retention. (by Accenture)