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).