linkai-agent
Installation
SKILL.md
LinkAI Agent
Call LinkAI applications and workflows through the chat completions API. Available apps are loaded from config.json.
Setup
This skill requires a LinkAI API key.
- Get your API key from LinkAI Console
- Set the environment variable:
export LINKAI_API_KEY=Link_xxxxxxxxxxxx(or use env_config tool)
Configuration
- Copy
config.json.templatetoconfig.json - Add your apps/workflows in config.json. The skill description is auto-generated from this config when loaded.
Usage
Use the bash tool with curl to call the API. Prefer curl to avoid encoding issues on Windows PowerShell.