icn-gateway-openapi-sync — community icn-gateway-openapi-sync, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

About this Skill

Perfect for API Management Agents needing automated OpenAPI synchronization and validation for cooperative internet development. Keep ICN gateway API behavior, exported OpenAPI spec, and generated TypeScript SDK types in sync. Use when modifying icn-gateway routes, request/response models, auth behavior, or any API shape that c

InterCooperative-Network InterCooperative-Network
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 9/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
9/11
Quality Score
57
Canonical Locale
en
Detected Body Locale
en

Perfect for API Management Agents needing automated OpenAPI synchronization and validation for cooperative internet development. Keep ICN gateway API behavior, exported OpenAPI spec, and generated TypeScript SDK types in sync. Use when modifying icn-gateway routes, request/response models, auth behavior, or any API shape that c

Core Value

Empowers agents to treat API drift as a blocking integration defect by validating gateway behavior and regenerating OpenAPI specs from the source of truth, utilizing Cargo and OpenAPI protocols.

Ideal Agent Persona

Perfect for API Management Agents needing automated OpenAPI synchronization and validation for cooperative internet development.

Capabilities Granted for icn-gateway-openapi-sync

Automating OpenAPI synchronization for cooperative internet gateways
Validating gateway behavior against expected API contracts
Regenerating OpenAPI specifications from source of truth after code changes

! Prerequisites & Limits

  • Requires Cargo and Rust environment for execution
  • Limited to icn-gateway and shared API models
  • Needs access to icn/crates/icn-gateway and auth/scopes/status codes

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is icn-gateway-openapi-sync?

Perfect for API Management Agents needing automated OpenAPI synchronization and validation for cooperative internet development. Keep ICN gateway API behavior, exported OpenAPI spec, and generated TypeScript SDK types in sync. Use when modifying icn-gateway routes, request/response models, auth behavior, or any API shape that c

How do I install icn-gateway-openapi-sync?

Run the command: npx killer-skills add InterCooperative-Network/icn/icn-gateway-openapi-sync. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for icn-gateway-openapi-sync?

Key use cases include: Automating OpenAPI synchronization for cooperative internet gateways, Validating gateway behavior against expected API contracts, Regenerating OpenAPI specifications from source of truth after code changes.

Which IDEs are compatible with icn-gateway-openapi-sync?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for icn-gateway-openapi-sync?

Requires Cargo and Rust environment for execution. Limited to icn-gateway and shared API models. Needs access to icn/crates/icn-gateway and auth/scopes/status codes.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add InterCooperative-Network/icn/icn-gateway-openapi-sync. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use icn-gateway-openapi-sync immediately in the current project.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

icn-gateway-openapi-sync

Install icn-gateway-openapi-sync, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command...

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

ICN Gateway OpenAPI Sync

Treat API drift as a blocking integration defect.

Trigger Conditions

Use this skill when changes touch:

  • icn/crates/icn-gateway/**
  • shared API models consumed by gateway endpoints
  • auth/scopes/status codes that affect endpoint contracts

Workflow

  1. Validate gateway behavior.
bash
1cd icn 2cargo test -p icn-gateway --features sled-storage
  1. Regenerate OpenAPI from source of truth.
bash
1cd icn 2cargo build -p icnctl 3./target/debug/icnctl api export-openapi -o ../docs/api/openapi.generated.yaml
  1. Regenerate TypeScript types.
bash
1cd sdk/typescript 2npm ci 3npm run generate-types 4npm run check-types 5npm run build 6npm test 7npm run lint
  1. Confirm drift status.
bash
1git status --short docs/api/openapi.generated.yaml sdk/typescript
  • If generated artifacts changed, include them in the same PR.
  • If artifacts did not change, state that explicitly.
  1. Validate docs alignment.
  • Update docs for changed semantics or response behavior.
  • Ensure auth gating semantics match implementation.

Guardrails

  • Do not hand-edit generated OpenAPI/types.
  • Do not hide API changes by skipping regeneration.
  • Keep error/status semantics explicit and documented.

Output Contract

Return:

  1. whether gateway API surface changed,
  2. generated files changed or unchanged,
  3. commands run with pass/fail outcome,
  4. follow-up docs/spec tasks if any.

Related Skills

Looking for an alternative to icn-gateway-openapi-sync or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer