aiconfig-tools

Create and attach OpenAI function-calling tools to LaunchDarkly AI Config variations.

25|8|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-tools-launchdarkly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiconfig-tools
Source: https://github.com/launchdarkly/agent-skills/tree/main/skills/ai-configs/aiconfig-tools
Command: npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-tools-launchdarkly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AI Config Tools help teams give AI agents practical capabilities by creating and attaching reusable tools to AI Config variations, enabling consistent, scalable behavior across projects.

Core Features & Use Cases

  • Identify the capabilities an AI config needs, then design tool definitions.
  • Create tools using OpenAI function-calling schemas (via API endpoints) and standard descriptions.
  • Attach tools to AI Config variations and verify the attachment to ensure correct operation.
  • Use cases include adding data access, API integrations, and capability extensions to existing AI Configs.

Quick Start

Identify the capabilities your AI needs, create a tool definition, and attach it to a variation in your AI Config.

Frequently Asked Questions about aiconfig-tools

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

FAQPage Schema
How do I attach tools to LaunchDarkly AI Config variations?

Attaching tools to LaunchDarkly AI Config variations involves creating tool definitions via the LaunchDarkly API and linking them to the variations. You must verify the attachment to ensure proper tool usage and consistent behavior across projects.

What format is required for tool definitions in LaunchDarkly AI Configs?

Tool definitions for LaunchDarkly AI Configs require the OpenAI function-calling format. Validating tool schemas against this standard ensures the AI agent properly interprets and executes the attached capabilities.

Do I need API keys to create and attach tools to AI Configs?

Yes, you need API keys and correctly configured prerequisites to create and attach tools to AI Configs. Proper configuration allows the LaunchDarkly API to validate schemas and verify tool connections successfully.

How do I validate tool schemas for AI Configs?

Validate tool schemas for AI Configs by ensuring they conform to the OpenAI function-calling format. This validation is essential before attaching the tools to variations to ensure correct API operation and tool usage.

Why verify tool attachments on AI Config variations?

Verifying tool attachments on AI Config variations ensures proper tool usage and correct operation. This validation step confirms that API integrations and capability extensions are successfully linked to the intended variations.