external-provider

Query configured external providers via the telclaude CLI for health, banking, or government data.

6|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/avivsinai/telclaude --skill external-provider
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external-provider
Source: https://github.com/avivsinai/telclaude/tree/main/.claude/skills/external-provider
Command: npx skills add https://github.com/avivsinai/telclaude --skill external-provider

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Access to configured external providers via a CLI workflow, enabling secure retrieval of health, banking, and government data without exposing credentials or manual scraping.

Core Features & Use Cases

  • Secure provider access using telclaude CLI commands (provider-query, send-attachment, etc.) to fetch data from trusted sources.
  • Use cases include retrieving appointments, balances, and official documents from provider services with proper user-id context.
  • Handles provider schemas and responses, including structured data and optional attachments, while enforcing authentication rules.

Quick Start

Run a provider query against a configured provider to fetch data from health, banking, or government services.

Frequently Asked Questions about external-provider

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

FAQPage Schema
How do I retrieve real-time data from external health or banking providers using a CLI?

External provider access works by querying configured services through the telclaude CLI. It retrieves real-time data such as appointments, balances, and documents from health, banking, or government providers without exposing credentials or requiring manual scraping.

What is the best way to query configured external providers for official documents without manual scraping?

Querying configured external providers via CLI eliminates manual scraping by using the provider-query command. It securely fetches official documents and structured data while maintaining a secure authentication context and correct user-id extraction.

How do I handle attachments when fetching data from external government services?

Attachments are handled using specific telclaude CLI commands like send-attachment. This ensures secure processing of responses that include optional attachments when fetching data from configured external providers.

Does the external provider CLI require a specific schema reference for data retrieval?

Yes, the external provider CLI implements a provider-schema reference to ensure correct data retrieval. This schema guides the provider-query CLI in accurately fetching structured data from configured health, banking, or government services.

Can I access banking balances and health appointments using the same CLI workflow?

Yes, the same CLI workflow supports accessing both banking balances and health appointments. The telclaude CLI queries multiple configured external providers, ensuring secure authentication context and correct user-id extraction across different service types.