Huly CLI Skill

Access Huly workspace operations via CLI with structured JSON output.

3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/NexVar/huly-cli --skill huly-cli-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Huly CLI Skill
Source: https://github.com/NexVar/huly-cli/tree/main
Command: npx skills add https://github.com/NexVar/huly-cli --skill huly-cli-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of manually operating a Huly workspace through a web UI by enabling machine-readable CLI access for automation and agent workflows.

Core Features & Use Cases

  • Authentication & Workspace Setup: Configure HULY_URL, HULY_WORKSPACE, and HULY_TOKEN (or login) so commands work consistently in CI and agent runs.
  • JSON-First Operations Across Workspaces: Manage core entities like projects, issues, documents, teamspaces, chat, drive content, HR, recruiting, time tracking, and notifications while producing clean JSON for downstream tooling.
  • Safe Low-Level Fallback: Use the raw command for operations not covered by dedicated surfaces, with explicit JSON payloads and optional markup handling.

What problem does it solve?

If you need to automate routine updates—like triaging issues, generating status reports, or posting chat updates—without brittle screen-scraping, this Skill helps you execute those tasks reliably via CLI commands.

Quick Start

Log in and verify connectivity by running: huly auth status after setting HULY_URL, HULY_WORKSPACE, and HULY_TOKEN (or using huly auth login).

Frequently Asked Questions about Huly CLI Skill

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

FAQPage Schema
How do I automate Huly workspace operations from the terminal?

Huly workspace automation from the terminal uses a CLI Skill that provides JSON-first access to projects, issues, documents, and chat, enabling reliable shell script automation without web UI interaction.

Can I use a Huly CLI with AI agents for issue management?

Yes, the Huly CLI supports AI agent workflows for issue management by executing deterministic commands with structured JSON output and validated argument handling, enabling automated triaging and status reporting.

What credentials do I need to configure Huly workspace authentication for CLI access?

Huly workspace authentication for CLI access requires setting HULY_URL and HULY_WORKSPACE environment variables, plus either a HULY_TOKEN or email and password, to verify connectivity via the auth status command.

Does the Huly CLI support APIs not covered by dedicated command surfaces?

The Huly CLI supports uncovered APIs through a safe low-level raw command fallback, which accepts explicit JSON payloads and optional markup handling for operations lacking dedicated command surfaces.

What is the best way to generate automated status reports from Huly without screen scraping?

Generating automated status reports from Huly without brittle screen scraping is best achieved using the CLI Skill's JSON-first operations, which output structured data for downstream tooling across projects, issues, and time tracking.

What are the limitations of using a CLI for Huly workspace management?

Limitations of using a CLI for Huly workspace management include dependency on specific environment variables for authentication and reliance on a raw JSON fallback for APIs lacking dedicated command wrappers.