nkmc

Discovers and securely calls external APIs via gateway CLI commands with token authentication.

14|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/nkmc-ai/sdk --skill nkmc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nkmc
Source: https://github.com/nkmc-ai/sdk/tree/main
Command: npx skills add https://github.com/nkmc-ai/sdk --skill nkmc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The gateway for AI agents provides a centralized, secure way to discover and call external APIs, simplifying integration and credential management across services.

Core Features & Use Cases

  • API discovery and registration for agent workflows
  • Credential vaulting and JWT-based authentication for secure access
  • Proxying CLI tools and federating gateways in a multi-gateway environment
  • Use case: an agent can discover an API, fetch its skill.md, and execute commands through the gateway with injected credentials

Quick Start

Start by authenticating your agent, discover available APIs, and try a sample command through the gateway.

Frequently Asked Questions about nkmc

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

FAQPage Schema
How do I securely manage credentials for AI agents calling external APIs?

Secure credential management for AI agents is handled through credential vaulting and JWT-based authentication, providing centralized secure access to external APIs across services without exposing raw secrets.

How does API discovery work for federated gateway networks?

API discovery in a federated gateway network allows agents to discover available APIs, fetch their skill.md definitions, and execute commands through the gateway with automatically injected credentials.

What is the best way to authenticate an agent before executing CLI commands through a gateway?

Authenticating an agent requires token-based authentication via the gateway CLI, enforcing deterministic task execution and JWT validation before allowing the agent to call external APIs.

Can I use this gateway CLI to proxy tools in a multi-gateway environment?

Yes, proxying CLI tools and federating gateways in a multi-gateway environment is supported, allowing centralized API registration and secure command execution across federated nodes.

Do I need JWT tokens to ensure deterministic task execution for agent workflows?

Yes, JWT-based authentication is required to enforce deterministic task execution through the gateway CLI, ensuring secure and validated API calls during interactive agent workflows.