·docyrus-cli-app
</>

docyrus-cli-app

Use the Docyrus CLI (`docyrus`) to interact with the Docyrus platform from the terminal. Use when the user asks to authenticate, list apps, query/manage data records (`ds`), manage dev app data source schema objects (`studio`), send API requests, switch environments/tenants/accounts, or discover OpenAPI specs via the `docyrus` command-line tool. Triggers on tasks involving docyrus CLI commands, terminal-based Docyrus operations, `docyrus ds list`, `docyrus studio`, `docyrus discover`, `docyrus auth`, `docyrus env`, or shell-based Docyrus workflows.

20Installs·1Trend·@docyrus

Installation

$npx skills add https://github.com/docyrus/agent-skills --skill docyrus-cli-app

How to Install docyrus-cli-app

Quickly install docyrus-cli-app AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/docyrus/agent-skills --skill docyrus-cli-app
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: docyrus/agent-skills.

SKILL.md

View raw

Guide for using the docyrus CLI to interact with the Docyrus platform from the terminal.

| docyrus auth login | Authenticate via OAuth2 device flow | | docyrus auth who | Show current user | | docyrus auth tenants list | List available tenants | | docyrus auth tenants use | Switch active tenant | | docyrus env list / env use | Manage environments | | docyrus apps list | List tenant apps | | docyrus ds get | Get data source metadata |

| docyrus ds list | Query records with filters, sorting, pagination | | docyrus ds create | Create a record | | docyrus ds update | Update a record | | docyrus ds delete | Delete a record | | docyrus studio ... | CRUD for dev app data sources, fields, and enums | | docyrus curl | Send arbitrary API requests |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/docyrus/agent-skills --skill docyrus-cli-app
Category
</>Dev Tools
Verified
First Seen
2026-03-04
Updated
2026-03-10

Browse more skills from docyrus/agent-skills

Quick answers

What is docyrus-cli-app?

Use the Docyrus CLI (`docyrus`) to interact with the Docyrus platform from the terminal. Use when the user asks to authenticate, list apps, query/manage data records (`ds`), manage dev app data source schema objects (`studio`), send API requests, switch environments/tenants/accounts, or discover OpenAPI specs via the `docyrus` command-line tool. Triggers on tasks involving docyrus CLI commands, terminal-based Docyrus operations, `docyrus ds list`, `docyrus studio`, `docyrus discover`, `docyrus auth`, `docyrus env`, or shell-based Docyrus workflows. Source: docyrus/agent-skills.

How do I install docyrus-cli-app?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/docyrus/agent-skills --skill docyrus-cli-app Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/docyrus/agent-skills