Skill API

Manage skill lifecycle operations with token-authenticated API methods.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/StackFactor/stackfactor-client-api --skill skill-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill API
Source: https://github.com/StackFactor/stackfactor-client-api/tree/main/doc
Command: npx skills add https://github.com/StackFactor/stackfactor-client-api --skill skill-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill API centralizes and automates the lifecycle of skills across an organization, reducing manual overhead in skill governance and catalog maintenance.

Core Features & Use Cases

  • Create, update, publish, and delete skills programmatically to keep the catalog current.
  • Import skills from templates and track template updates for governance and reusability.
  • Retrieve skill information, lists, and related template updates to support telemetry and decision making.

Quick Start

Create a new skill with a name and description using createSkill, then publish it with publishSkill to make it available to users.

Frequently Asked Questions about Skill API

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

FAQPage Schema
How do I automate skill lifecycle management for a catalog?

Import skill templates by using the importSkillTemplates method, which allows you to track template updates for governance and reusability across teams within your organization's catalog.

What is the best way to publish a skill programmatically?

Retrieve skill information by calling the getSkillInformationById method, which supports telemetry and decision making by exposing details about specific skills and related template updates.

Do I need token-based authentication to manage skills via API?

Skill API centralizes skill governance for organizations that need to manage templates and versioned information across teams, reducing manual overhead in catalog maintenance through programmatic lifecycle automation.

How do I import skill templates for governance and reusability?

Import skill templates by using the importSkillTemplates method, which allows you to track template updates for governance and reusability across teams within your organization's catalog.

How do I retrieve skill information for telemetry and decision making?

Retrieve skill information by calling the getSkillInformationById method, which supports telemetry and decision making by exposing details about specific skills and related template updates.