🤖
AI EngineeringShell

Provider Integration

by hex

Provider Integration is an AI Engineering skill for Claude Code, published by hex in claude-council.

658 stars80 forkson hex/claude-councilAdded 2026/08/24+2% in starsRepository updated 2026/08/12
ai-agentsantigravityclaude-codeclaude-code-plugincodexgeminigrokkimillmmulti-agentollamaopenaiperplexity
Install in seconds
Install Provider Integration
Copy Provider Integration into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/hex/claude-council/tree/main/skills/provider-integration ~/.claude/skills/provider-integration

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/hex/claude-council.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/provider-integration/SKILL.md in hex/claude-council
Installs to
~/.claude/skills/provider-integration
Collection
One of 4 skills cataloged from this repository
Category
AI Engineering2451 skills

What Provider Integration does

Provider Integration adds new AI providers to Claude Council by creating shell scripts, setting API keys, and validating connectivity. Provider Integration also helps troubleshoot discovery, API errors, and response parsing issues.

Provider Integration is cataloged under AI Engineering on DirSkills. Provider Integration comes from a repository tagged ai-agents, antigravity, claude-code, claude-code-plugin and codex.

Documentation

README

Adding AI Providers to Claude Council

Provider Script Interface

Each provider is a shell script in scripts/providers/ that:

  1. Accepts a prompt as the first argument
  2. Outputs the AI response to stdout
  3. Exits 0 on success, non-zero on failure

Quick Start

  1. Create scripts/providers/{name}.sh (see api-patterns.md for templates)
  2. chmod +x scripts/providers/{name}.sh
  3. Set {NAME}_API_KEY environment variable
  4. Test: ./scripts/providers/{name}.sh "Hello"

Current Providers

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Provider Integration

  • What else does hex publish alongside Provider Integration?

    Provider Integration is one of 4 skills that DirSkills catalogs from hex/claude-council, the repository it ships in. Its siblings there include Council Execution, Deep Execution and Local Council Execution. Each one is a separate skill with its own page in this directory, installs the same way Provider Integration does, and is maintained by hex in that same repository. The rest of the collection is listed on the hex/claude-council page.

  • How does Provider Integration compare to other AI Engineering skills?

    Provider Integration ranks #1857 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Provider Integration against them. Open each page to compare what they document and how they install.