# Strale Skill Gap Analyzer

> Strale Skill Gap Analyzer is a paid API for AI agents from api.strale.io, paid per call via x402, $0.162/call, status unknown (last checked 2026-09-14).

Analyzes the gap between required job skills and a candidate's existing skills, returning a structured breakdown of missing, matching, and partial competencies.

## Facts

- Endpoint: GET https://api.strale.io/x402/v2/skill-gap-analyze
- Price: $0.162/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-skill-gap-analyzer-7294e855
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V4MwtNAR6D_AJlmECUeA_

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability strale-skill-gap-analyzer-7294e855
```

Example prompt: Can you do a skill gap analysis comparing what's required — Python, machine learning, SQL, and data visualization — against what my candidate has: Python, Excel, and basic statistics?

## When to prefer this

Use this endpoint when you need a structured, auditable comparison between a job's required skills and a candidate's or employee's current skills. It is ideal for HR automation pipelines, ATS integrations, and learning & development workflows where a cryptographically verifiable audit record of the assessment is needed. Prefer this over generic LLM prompting when you need consistent, repeatable skill gap outputs across many candidates.

## Known failure modes

- Empty or missing required_skills parameter returns an error
- Empty or missing candidate_skills parameter returns an error
- Ambiguous or very short skill lists may produce low-confidence or generic gap assessments
- Skills described in very different terminology may not be correctly matched even if semantically equivalent

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

Returns a structured breakdown of matching skills, missing skills, and partial overlaps between the required skills list and the candidate's skills list, along with a summary assessment of the overall competency gap.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required_skills": {
   "type": "string"
  },
  "candidate_skills": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-skill-gap-analyzer-7294e855/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
