·aiconfig-tools
</>

aiconfig-tools

Guide for giving your AI agents capabilities through tools. Helps you identify what your AI needs to do, create tool definitions, and attach them in a way that makes sense for your framework.

30Installs·2Trend·@launchdarkly

Installation

$npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-tools

How to Install aiconfig-tools

Quickly install aiconfig-tools AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-tools
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: launchdarkly/agent-skills.

SKILL.md

View raw

You're using a skill that will guide you through adding capabilities to your AI agents through tools (function calling). Your job is to identify what your AI needs to do, create tool definitions, attach them to variations, and verify they work.

Tools cannot be attached during config creation. PATCH the variation:

Body: {"model": {"parameters": {"tools": [{"key": "tool-name", "version": 1}]}}}

Guide for giving your AI agents capabilities through tools. Helps you identify what your AI needs to do, create tool definitions, and attach them in a way that makes sense for your framework. Source: launchdarkly/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-tools
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from launchdarkly/agent-skills

Quick answers

What is aiconfig-tools?

Guide for giving your AI agents capabilities through tools. Helps you identify what your AI needs to do, create tool definitions, and attach them in a way that makes sense for your framework. Source: launchdarkly/agent-skills.

How do I install aiconfig-tools?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-tools Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/launchdarkly/agent-skills