learn-thirdparty-call

Scan gateway source code for third-party API call patterns and generate knowledge_thirdparty_call.md.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/minhquan2904/vibe-check-scam --skill learn-thirdparty-call
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn-thirdparty-call
Source: https://github.com/minhquan2904/vibe-check-scam/tree/main/.agent/skills/learn-thirdparty-call
Command: npx skills add https://github.com/minhquan2904/vibe-check-scam --skill learn-thirdparty-call

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically scan the gateway module source code for external API calls to third parties, extract recurring patterns, and document them for reuse by the LLM.

Core Features & Use Cases

  • Analyze bank, partner, and payment gateway integrations to identify interfaces, actions, and configuration mappings.
  • Produce a structured knowledge file (knowledge_thirdparty_call.md) that maps from YAML config to gateway actions, headers, and client calls.
  • Capture common error handling, timeouts, logging, and monitoring patterns to guide future integrations.

Quick Start

Run the skill against the client_gateway module (e.g., client_gateway/api-bank-gw/) to generate knowledge_thirdparty_call.md.

Frequently Asked Questions about learn-thirdparty-call

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

FAQPage Schema
How do I document external API call patterns for LLM reuse?

To document external API call patterns for LLM reuse, scan your gateway module source code to extract recurring third-party API configurations, headers, and error handling, generating a structured knowledge file for future integrations.

What are recurring patterns in third-party API gateway integrations?

Recurring patterns in third-party API gateway integrations include base interfaces, action enums, YAML config bindings, and standardized error handling, which can be extracted by scanning source code to build a complete API knowledge graph.

How do I map YAML config to gateway actions and API call paths?

You can map YAML config to gateway actions and API call paths by analyzing source code to identify configuration mappings, buildBaseRequest fields, and response handling, producing a knowledge file that links configurations to execution paths.

Can I use automated source code scanning for payment gateway integrations?

Yes, you can use automated source code scanning for payment gateway integrations to analyze bank and partner APIs, capturing common error handling, timeouts, and logging patterns to guide future integration development.

What is a knowledge file for third-party API calls?

A knowledge file for third-party API calls is a structured markdown document that maps YAML configurations to gateway actions, headers, client calls, and error formats, enabling LLMs to understand and reuse existing integration patterns.

Does this approach work with bank and partner API modules?

Yes, this approach works with bank and partner API modules by scanning the client gateway source code to identify interfaces, actions, and configuration mappings, then documenting them for LLM-assisted integration reuse.