validate-integration

Audit Sim service integrations against API docs and repository conventions.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/tunacosgun/sim --skill validate-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-integration
Source: https://github.com/tunacosgun/sim/tree/main/.agents/skills/validate-integration
Command: npx skills add https://github.com/tunacosgun/sim --skill validate-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit an existing Sim integration against the service API docs and repository conventions, then report and fix issues across tools, blocks, outputs, OAuth scopes, triggers, and registry entries. Use when validating or repairing a service integration under apps/sim/tools, apps/sim/blocks, or apps/sim/triggers.

Core Features & Use Cases

  • Thoroughly read and audit all files for the integration
  • Cross-reference everything against the API docs and Sim conventions
  • Report all issues found, grouped by severity (critical, warning, suggestion)
  • Fix all issues after reporting

Quick Start

Run a full integration audit on the target service to identify and fix issues across tools, blocks, outputs, OAuth scopes, triggers, and registry entries.

Frequently Asked Questions about validate-integration

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

FAQPage Schema
How do I audit a Sim service integration against API docs and conventions?

You can audit a Sim service integration by reading all files under apps/sim and cross-referencing them against official API docs and internal conventions. The Skill reports all issues grouped by severity across tools, blocks, triggers, and registry entries.

What is end-to-end validation for Sim integrations?

End-to-end validation for Sim integrations verifies conformance with official API docs and internal conventions across tools, blocks, outputs, OAuth scopes, and triggers. It ensures proper error handling and reproducible fix recommendations using centralized repository scopes.

How do I fix OAuth scope and registry entry issues in my integration?

To fix OAuth scope and registry entry issues, the Skill audits your integration files against centralized scopes and repository conventions. After reporting all issues grouped by severity, it applies reproducible fix recommendations across the affected files.

Does this integration audit cover tools, blocks, and triggers?

Yes, the integration audit covers integrations under apps/sim/tools, apps/sim/blocks, and apps/sim/triggers, as well as the integration registry. It validates and fixes issues across all these components end-to-end.

Why does my Sim integration audit report critical issues and warnings?

Your Sim integration audit reports critical issues and warnings because it cross-references everything against the API docs and Sim conventions. It identifies validation gaps, improper error handling, and convention violations, grouping them by severity before fixing.

What's the best way to validate and repair an existing API integration?

The best way to validate and repair an existing API integration is to run a full audit that cross-references files against API docs and conventions. This Skill reports all issues grouped by severity and then fixes them across tools, blocks, and registry entries.