gaia-tool-info

Fetch GAIA Framework tool adapter metadata and availability statuses.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-tool-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-tool-info
Source: https://github.com/gaiastudio-ai/gaia-framework/tree/main/plugins/gaia/skills/gaia-tool-info
Command: npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-tool-info

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of obtaining detailed information about tool adapters and their availability, making it easier to manage and troubleshoot tools within the GAIA Framework.

Core Features & Use Cases

  • Metadata Retrieval: Access the full adapter.json metadata for a specified tool adapter.
  • Availability Check: Get the current three-state availability probe result for the adapter.
  • Custom vs. Built-in: Handles custom-over-built-in precedence for adapter resolution.
  • Error Handling: Provides actionable error messages for unknown adapter names or other issues.

Quick Start

Retrieve information about the 'git' adapter using the command: /gaia-tool-info git.

Frequently Asked Questions about gaia-tool-info

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

FAQPage Schema
How do I check the availability status of a tool adapter in the GAIA Framework?

To check tool adapter availability in the GAIA Framework, you can retrieve the current three-state availability probe result. This provides immediate status feedback for troubleshooting and managing adapters.

How do I retrieve metadata for a custom vs built-in tool adapter?

Retrieving tool adapter metadata handles custom-over-built-in precedence for adapter resolution. This ensures your custom adapter configurations are prioritized when fetching detailed information.

Why does my tool adapter resolution fail with an unknown adapter name?

Tool adapter resolution fails with an unknown adapter name because the system cannot match the input to existing directories. It provides actionable error messages to help you correct the unknown adapter name.

Do I need JSON parsing capabilities to fetch tool adapter information?

Yes, fetching tool adapter information requires JSON parsing capabilities to read the full adapter.json metadata. You also need access to the adapter directories to successfully retrieve the data.

What is the best way to get detailed information for troubleshooting tool adapters?

The best way to get detailed information for troubleshooting tool adapters is to fetch the full adapter.json metadata and availability status. This simplifies management by resolving adapter names and providing actionable error messages.