managing-rundesk

managing-rundesk is a skill for Claude Code, Codex from rundesk-ai/rundesk-cli. It costs 79 tokens per session (1,176 once invoked), scanned A, original, MIT.

Operational guidance for managing a Rundesk installation, which runs agents and connects them to services. It covers agents, providers, channels, schedules, gateways, credentials, backups, and configuration.

In plain words
What is it for?
Use it to check the installation, inspect agents and providers, diagnose gateway problems, verify service readiness, or manage the Rundesk lifecycle.
Why use it?
Rundesk installations can have several moving parts, and guessing their state can lead to incorrect fixes. The documented commands provide checked ways to inspect and manage them.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check the installation, inspect agents and providers, diagnose gateway problems, verify service readiness, or manage the Rundesk lifecycle.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rundesk-ai/rundesk-cli/managing-rundesk
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 rundesk-ai/rundesk-cli --skill managing-rundesk
Clone the repo
git clone --depth 1 https://github.com/rundesk-ai/rundesk-cli

Made for: Claude Code, 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 managing-rundesk

README.md
[![agentmods](https://agentmods.dev/badge/skills/rundesk-ai/rundesk-cli/managing-rundesk/github.svg)](https://agentmods.dev/skills/rundesk-ai/rundesk-cli/managing-rundesk)
Your own site
<a href="https://agentmods.dev/skills/rundesk-ai/rundesk-cli/managing-rundesk"><img src="https://agentmods.dev/badge/skills/rundesk-ai/rundesk-cli/managing-rundesk/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 managing-rundesk

Your own site · 80×15
<a href="https://agentmods.dev/skills/rundesk-ai/rundesk-cli/managing-rundesk"><img src="https://agentmods.dev/badge/skills/rundesk-ai/rundesk-cli/managing-rundesk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,176 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.
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.00079 $0.01176
Opus 5 $0.00039 $0.00588
Sonnet 5 $0.00016 $0.00235
Haiku 4.5 $0.00008 $0.00118

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

Security

Grade A, and why

managing-rundesk 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 5d 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.

src/skills/managing-rundesk/SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Manage Rundesk

Use Rundesk's commands to answer questions about this install. Do not guess at its state or paths.

Use the right install

Run "$RUNDESK_COMMAND", never bare rundesk. It is the absolute command for the install running this turn. $RUNDESK_HOME already points to that install; do not change it or introduce another location.

"$RUNDESK_COMMAND" status
"$RUNDESK_COMMAND" --help

Treat generated help as authoritative. If a verb is absent, Rundesk cannot perform it. A command exits 0 when it answered or completed, 1 when understood but not completed, and 2 for invalid command syntax. Never report success from wording alone; read the exit code and result.

Common entry points

Priority Need Command
1 Prove which install this is and whether it is healthy "$RUNDESK_COMMAND" status
2 See the agents and their providers "$RUNDESK_COMMAND" agents
3 See whether gateways are running "$RUNDESK_COMMAND" gateways
4 Explain gateway trouble "$RUNDESK_COMMAND" gateways logs <agent>
5 Check provider, channel, and skill readiness "$RUNDESK_COMMAND" providers check <provider> · "$RUNDESK_COMMAND" channels doctor <agent> · "$RUNDESK_COMMAND" skills doctor <agent>
6 Protect approved risky work "$RUNDESK_COMMAND" backups save

Choose the narrowest command that answers the request. Before a mutation, inspect only enough state to identify the exact target and consequence. Most groups list when called with no subcommand.

Safety boundaries

  • Never open or edit Rundesk databases, conversation records, or lock files directly. If a command fails, use documented read-only surfaces or report it; do not bypass the command with file tools.
  • Never stop your own gateway. Restarting it is allowed: Rundesk queues the restart until the active turn finishes, then brings the gateway back online.
  • Require an explicit request for agent removal, schedule removal, backup restore, uninstall, purge, or forced gateway shutdown. Name the exact target.
  • Run a guarded command without --confirm first when it offers a preview. Add --confirm only after the preview matches the request.
  • Save a backup before an approved destructive change. A backup contains the sealed credential store and its key, so protect its location as credential-bearing data.
  • Never ask for a credential in chat or pass one as an argument. Tell the owner to run "$RUNDESK_COMMAND" env set <NAME> in their own terminal.
  • Prefer diagnosis before restart: inspect status, listings, logs, and the relevant doctor or check command.

Read the full file on GitHub · 80 lines

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. 5d ago Changed b9efabf60be5
  2. 10d ago First seen · 80 lines · 79 tokens per session scan A e69daa29e5a1

Subscribe to this mod's changes

managing-rundesk is a skill published in the GitHub repository rundesk-ai/rundesk-cli (6 stars, last pushed 6d ago), licensed MIT. It adds 79 tokens to every session and 1,176 once invoked, about $0.0004 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-31.