dc

Installation
SKILL.md

dc CLI

Use this skill when a user asks you to operate dc, inspect its API commands, or find the right generated command for an API task.

Workflow

  1. Search for candidates with dc search "<intent>" --json; use --limit when needed. Search is only candidate discovery.
  2. Inspect the exact command with dc commands show <path...> --json before executing an unfamiliar command.
  3. If the command detail has auth.required=true, run dc auth status --hostname <host> before execution. If it is not logged in, stop and ask the user to authenticate.
  4. Execute only after flags, body, auth, HTTP path, and output hints are clear from commands show.

General Commands

  • dc commands --json: full generated command catalog.
  • dc commands --include-hidden --json: include hidden generated commands.
  • dc commands show <path...> --json: source of truth for one command.
  • dc commands schema --json: catalog schema version for parser compatibility.
  • dc search "<intent>" --json: ranked candidate commands.
Installs
6
GitHub Stars
12
First Seen
May 20, 2026
dc — daocloud/daocloud-skills