zinkee-cli

Operate Zinkee workspaces via terminal commands with JSON payloads.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Zinkee-Engineering/skills --skill zinkee-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zinkee-cli
Source: https://github.com/Zinkee-Engineering/skills/tree/main/skills/zinkee-cli
Command: npx skills add https://github.com/Zinkee-Engineering/skills --skill zinkee-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to safely and efficiently operating the zinkee command-line interface for managing Zinkee workspaces.

Core Features & Use Cases

  • Command Discovery: Quickly find the correct command, arguments, and options.
  • Safe Execution: Learn best practices for authentication, payload construction, and output handling to avoid errors and ensure data integrity.
  • Workflow Guidance: Understand the recommended steps for discovering resources, executing commands in machine-readable modes, and handling API responses.
  • Use Case: When you need to create a new Zinkee schema, this Skill will guide you through finding the schema create command, constructing the correct JSON payload, and executing it safely using --json --quiet flags.

Quick Start

Use the zinkee-cli skill to find the command for listing all Zinkee schemas and then execute it to get a JSON output.

Frequently Asked Questions about zinkee-cli

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

FAQPage Schema
How do I manage Zinkee workspaces via the command line?

To manage Zinkee workspaces via the command line, use the zinkee CLI to inspect and modify resources. It provides operational guidance for schema management, record operations, file handling, and teamspace administration directly from your terminal.

What is the recommended way to handle API responses from CLI workspace commands?

The recommended way to handle API responses from CLI workspace commands is to execute commands in machine-readable modes using JSON payloads. You should then use `jq` for post-processing to safely parse and extract the output data.

How do I create a new schema using the Zinkee CLI?

To create a new schema using the Zinkee CLI, locate the `schema create` command, construct the correct JSON payload, and execute it safely. Use the `--json --quiet` flags to ensure safe execution and machine-readable output.

Can I administer teamspace folders and comments using command-line tools?

Yes, you can administer teamspace folders and comments using command-line tools. The zinkee CLI specifically supports folder structures, teamspace administration, comments, logs, and display configurations for comprehensive workspace management.

Does zinkee-cli require external dependencies for safe execution?

Zinkee-cli does not require external dependencies for safe execution, but it emphasizes using JSON payloads and `jq` for post-processing. Following best practices for authentication and payload construction ensures data integrity during operations.