agent-toolkit-setup

Installation
SKILL.md

Agent Toolkit — Skill Integration Guide

Integrate external AI agents with the AI Trade Toolkit's Agent Skills registry. The platform exposes a REST API that allows agents to discover, load, and consume skill definitions at runtime.

Overview

The Agent Skills system serves structured skill documents (Markdown + YAML frontmatter) via HTTP. An agent can:

  1. Discover all available skills in one request (manifest)
  2. Selectively load skill content into its context
  3. Track skill versions to avoid redundant fetches

Prerequisites — Environment Check

Before any API call, check that the required environment variables are set:

  • AGENT_TOOLKIT_BASE_URL — the platform base URL
  • AGENT_TOOLKIT_API_KEY — API key with agent-skills permission
Related skills

More from escapewu/skills

Installs
1
Repository
escapewu/skills
GitHub Stars
1
First Seen
Mar 18, 2026