api-integrator

Automate API integration by managing credentials and generating reusable skills.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dundas/uhr --skill api-integrator-dundas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-integrator
Source: https://github.com/dundas/uhr/tree/main/.claude/skills/api-integrator
Command: npx skills add https://github.com/dundas/uhr --skill api-integrator-dundas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of integrating new APIs by securely handling credentials, understanding API documentation, and creating reusable integration skills.

Core Features & Use Cases

  • Secure Credential Management: Safely store and manage API keys and access tokens.
  • API Learning & Mapping: Automatically fetches and interprets API documentation to identify capabilities and map them to user needs.
  • Skill Generation: Creates permanent, reusable skills for accessing external services.
  • Use Case: When provided with a new API key for a service like Stripe, this skill will learn its endpoints, set up secure storage for the key, and generate a new skill that allows you to interact with Stripe's API for tasks like managing subscriptions or processing payments.

Quick Start

Use the api-integrator skill to learn and integrate the new 'weatherapi' with the provided API key.

Frequently Asked Questions about api-integrator

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

FAQPage Schema
How do I integrate a new REST API and generate a reusable skill for it?

To integrate a new REST API, this skill automates fetching API documentation, identifying capabilities, testing authentication, and securely managing credentials to generate a permanent, reusable skill for external service access.

How does secure credential management work when connecting external services?

Secure credential management handles API integration by safely storing and managing API keys and access tokens, ensuring external service authentication is tested and maintained without exposing sensitive credentials during skill generation.

Can I use webhook integration patterns alongside standard REST API endpoints?

Yes, webhook integration patterns are supported alongside REST API endpoints. The skill maps API documentation to identify capabilities and set up authentication, creating reusable skills for both integration patterns.

What is the best way to automate learning and mapping unfamiliar API documentation?

Automating API learning and mapping is handled by automatically fetching and interpreting API documentation to identify capabilities, mapping them to user needs, and generating a permanent skill to interact with the external service.

Do I need to provide my own API keys to set up authentication testing?

Yes, you need to provide API keys or access tokens. The skill uses these credentials to test authentication, securely stores them, and generates a reusable integration skill for accessing the external service.

What are the limitations when generating permanent skills for external API access?

Generating permanent skills for external API access relies on the quality of available API documentation. The skill interprets documentation to identify capabilities, so unsupported or poorly documented APIs may limit the accuracy of the generated reusable skill.