api

Query the Skillenai Data Products API for labor market intelligence.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/skillenai/skillenai-api-skill --skill api-skillenai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api
Source: https://github.com/skillenai/skillenai-api-skill/tree/main/skills/api
Command: npx skills add https://github.com/skillenai/skillenai-api-skill --skill api-skillenai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

The Skillenai Data Products API provides a centralized, programmatic access point to labor market intelligence, enabling teams to query skills, jobs, trends, and entity analytics without manual data stitching.

Core Features & Use Cases

  • Access six API groups including Analytics, Jobs, Resolution, Catalog, and Query for flexible data exploration.
  • Perform multi-signal job searches, skill-by-role analyses, trend tracking, and entity resolution to map free-text names to canonical IDs.
  • Use cases include building talent analytics dashboards, researching market trends, and powering knowledge graphs.

Quick Start

Install the Claude Code plugin, authenticate with your Skillenai account, and call the API wrapper to begin making requests.

Frequently Asked Questions about api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query labor market analytics for skills and job trends via API?

You query labor market analytics by calling the Skillenai API wrapper script, which securely loads credentials and routes requests to dedicated analytics, jobs, and query endpoints for skills and trends data.

Can I resolve free-text job titles to canonical entity IDs programmatically?

Yes, you can resolve free-text names to canonical IDs by using the Skillenai API's Resolution endpoint, which maps unstructured role inputs to standardized entity identifiers.

What's the best way to authenticate API requests without exposing my API key?

The Skillenai API wrapper signs requests by loading credentials from the local environment or an OAuth flow, ensuring your API key remains securely stored and is never exposed during transmission.

Does the Skillenai API support multi-signal job searches and skill-by-role analyses?

Yes, the Skillenai API supports multi-signal job searches and structured skill-by-role analyses through its Jobs and Analytics endpoint groups for flexible labor market data exploration.

Do I need python-dotenv and requests to run the API wrapper script?

Yes, the API wrapper script requires the requests and python-dotenv dependencies to manage HTTP requests and load environment variables for secure credential handling.

What labor market intelligence endpoints are available for building talent analytics dashboards?

The API provides six endpoint groups including Analytics, Jobs, Resolution, Catalog, and Query, enabling you to build talent analytics dashboards, research market trends, and power knowledge graphs.