cnc-execution-engine

Execute GraphQL queries against Constructive APIs via the cnc CLI.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/constructive-io/constructive-skills --skill cnc-execution-engine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cnc-execution-engine
Source: https://github.com/constructive-io/constructive-skills/tree/main/skills/cnc-execution-engine
Command: npx skills add https://github.com/constructive-io/constructive-skills --skill cnc-execution-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of interacting with Constructive GraphQL APIs by providing a command-line interface for executing queries and managing API contexts and authentication.

Core Features & Use Cases

  • GraphQL Query Execution: Run GraphQL queries directly from the command line or from files.
  • Context Management: Easily switch between different API endpoints and their associated credentials.
  • Authentication Handling: Securely manage API tokens for accessing Constructive APIs.
  • Use Case: You need to quickly test a GraphQL mutation against your staging environment's API. Use this Skill to set the staging context, authenticate with your token, and execute the mutation.

Quick Start

Use the cnc-execution-engine skill to execute the GraphQL query 'query { __typename }' against the current API context.

Frequently Asked Questions about cnc-execution-engine

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

FAQPage Schema
How do I execute GraphQL queries against Constructive APIs from the command line?

You can execute GraphQL queries against Constructive APIs using the cnc CLI, which supports running inline queries, loading queries from files, and passing dynamic variables for flexible interaction.

How does context management work for switching between different Constructive API endpoints?

Context management allows you to easily switch between different Constructive API endpoints and their associated authentication tokens, ensuring seamless interaction with the correct environment.

Can I test GraphQL mutations against a staging environment using the cnc CLI?

Yes, you can set the staging context, authenticate with your API token, and execute GraphQL mutations directly from the command line to test changes against your staging environment.

What is the best way to securely manage API tokens for Constructive GraphQL services?

The cnc CLI provides built-in authentication handling to securely manage API tokens, storing them within specific API contexts to safely access Constructive GraphQL services.

Does the cnc execution engine support passing variables for dynamic GraphQL query execution?

Yes, the engine supports variable passing for dynamic GraphQL query execution, allowing you to parameterize inline queries or file-based queries for flexible API testing.