huly-cli

huly-cli is a skill for Codex from dearlordylord/huly-mcp. It costs 56 tokens per session (521 once invoked), scanned A, original, MIT.

A command-line tool for operating Huly, a project-management and collaboration service, from a terminal or automation script.

In plain words
What is it for?
Log in, switch workspaces or projects, discover available commands, query Huly data, and perform confirmed changes.
Why use it?
It lets a coding agent manage Huly through documented commands instead of relying on manual web actions.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Log in, switch workspaces or projects, discover available commands, query Huly data, and perform confirmed changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dearlordylord/huly-mcp/huly-cli
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add dearlordylord/huly-mcp --skill huly-cli
Clone the repo
git clone --depth 1 https://github.com/dearlordylord/huly-mcp

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for huly-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/dearlordylord/huly-mcp/huly-cli/github.svg)](https://agentmods.dev/skills/dearlordylord/huly-mcp/huly-cli)
Your own site
<a href="https://agentmods.dev/skills/dearlordylord/huly-mcp/huly-cli"><img src="https://agentmods.dev/badge/skills/dearlordylord/huly-mcp/huly-cli/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for huly-cli

Your own site · 80×15
<a href="https://agentmods.dev/skills/dearlordylord/huly-mcp/huly-cli"><img src="https://agentmods.dev/badge/skills/dearlordylord/huly-mcp/huly-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 521 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.00521
Opus 5 $0.00028 $0.00260
Sonnet 5 $0.00011 $0.00104
Haiku 4.5 $0.00006 $0.00052

Measured 10d ago against content hash 9d7af84984e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

huly-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/huly-cli/skills/huly-cli/SKILL.md · 58 lines

What it actually says

Huly CLI

Use the CLI's own help and JSON contracts as the authority. Do not memorize or reproduce its complete command catalog.

Set up authentication

Install the package with pnpm add --global @firfi/huly-cli, then run:

huly auth login
huly auth status --json

Use huly profile create|list|select|update for named URL, workspace, and default-project contexts. Environment variables take priority over the active profile. Never print, copy into chat, or persist a password; login stores only the returned token in the operating system's user config directory.

Key local command surfaces:

huly auth login [--profile <name>] [--json] huly auth status [--json] huly auth logout [--profile <name>] [--json] huly profile create <name> --url <url> --workspace <workspace> [--default-project <project>] [--json] huly profile list [--json] huly profile select <name> [--json] huly profile update <name> [--url <url>] [--workspace <workspace>] [--default-project <project> | --clear-default-project] [--json]

Discover before acting

  1. Run huly --help to discover groups.
  2. Run huly <group> --help and then leaf --help to learn exact fields.
  3. Add --json for a lossless machine-readable result.
  4. Inspect the target before a mutation.
  5. Add --yes only after checking commands marked as consequential.

Reusable identifiers in human tables are safe to copy, but prefer JSON for automation.

High-value workflows

List projects and issues:

huly projects list --json
huly issues list --project HULY --json
huly issues get HULY HULY-123 --json

Search broadly before choosing a specialized command:

huly search "release blocker" --json

For scripts, read references/automation.md before handling failures or retries.

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 58 lines · 56 tokens per session scan A 9d7af84984e7

Subscribe to this mod's changes

huly-cli is a skill published in the GitHub repository dearlordylord/huly-mcp (51 stars, last pushed 2d ago), licensed MIT. It adds 56 tokens to every session and 521 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

pixi-vn-getting-started

Use when setting up a new or existing project on @drincs/pixi-vn, wiring the main.ts entry point, or calling the top-level Game API (Game.init, Game.start, Game.onEnd, Game.addOnError, Game.onNavigate, Game.clear) — this is the entry point every Pixi'VN project needs before touching canvas, narration, sound, storage…

DRincs-Productions/pixi-vn · 90 tokens

typed-events

Type-safe validated wrappers for browser CustomEvent, BroadcastChannel, and window.postMessage APIs using any standard-schema-compatible validator (zod, valibot, arktype). Use when implementing createEvent, createEventMap, createBroadcastChannel, createBroadcastEvent, or createMessage. For React hooks (useListener…

stephansama/packages · 80 tokens

eslint-config

Composable ESLint flat config for TypeScript projects. Use config() with presets.base spread to activate baseline, javascript, typescript, imports, jsdoc, unicorn, perfectionist, prettier, regexp, command, packagejson, pnpm, gitignore, node, e18e configs. autoEnable detects installed packages (astro, svelte, lit…

stephansama/packages · 105 tokens

typed-env

Validate and type process.env environment variables at runtime using createEnvironment with a standard-schema-compatible validator. Supports zod, valibot, and arktype only. Use when setting up environment validation, auto-loading .env files via dotenvx, or generating .env.example placeholder files from a schema shape.

stephansama/packages · 64 tokens

project-setup-info-local

Comprehensive setup steps to help the user create complete project structures in a VS Code workspace; this tool is designed for full project initialization and scaffolding, not for creating individual files. When to use this tool: user wants to create a new complete project from scratch; setting up entire project…

microsoft/vscode · 263 tokens

record-gotchas

Capture surprises, workarounds, and rough edges hit while consuming the public surface of Prisma Next, Prisma Compute, or Prisma Postgres — anything a real user of these products would experience. Fires whenever an operator (or agent) writes a workaround, hits a surprising failure mode, or finds undocumented behaviour…

prisma/orm · 219 tokens