add-tools

Parse API documentation to generate Sim tool configurations with typed parameters.

1|Updated Jun 11, 2025
One-click install
npx skills add https://github.com/AdelEddarai/agent --skill add-tools-adeleddarai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-tools
Source: https://github.com/AdelEddarai/agent/tree/main/.agents/skills/add-tools
Command: npx skills add https://github.com/AdelEddarai/agent --skill add-tools-adeleddarai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of creating or updating tool configurations for Sim integrations by parsing API documentation, significantly reducing the manual effort required for tool setup.

Core Features & Use Cases

  • API Documentation Parsing: Automatically reads and extracts information from API documentation to generate tool configurations.
  • Tool Configuration Creation: Generates structured tool files for Sim integrations with typed parameters, request mappings, response transforms, and registry entries.
  • Use Case: When working on a new integration, this Skill can quickly generate the necessary tool files based on the provided API documentation, allowing you to focus on integration logic rather than tool configuration.

Quick Start

Run the 'add-tools' skill with the API documentation URL to generate tool configurations for your service.

Frequently Asked Questions about add-tools

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

FAQPage Schema
How do I generate tool configurations for Sim integrations from API documentation?

Parsing API documentation for Sim integrations automatically extracts typed parameters, request mappings, response transforms, and registry entries to generate structured tool files, reducing manual setup effort.

What is the best way to automate Sim tool setup from API docs?

The best way to automate Sim tool setup is to use a parsing skill that reads API documentation and outputs structured configuration files, handling typed parameters and request mappings so you can focus on integration logic.

Can I create typed parameters and request mappings for a Sim integration automatically?

Yes, you can create typed parameters and request mappings automatically by contextually parsing API documentation, which generates the structured output required for your integration setup without manual configuration.

Does the API documentation parsing for Sim integrations handle response transforms?

Yes, API documentation parsing for Sim integrations handles response transforms, extracting the necessary data structures alongside typed parameters and registry entries to complete the tool configuration files.

When do I need to parse API documentation for Sim tool configuration?

You need to parse API documentation for Sim tool configuration when starting a new integration, allowing you to quickly generate the necessary tool files based on the provided API specs rather than manual setup.