AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Vbot Cli

skill-vironnimo-vbot-vbot-cli · by Vironnimo

Configure and operate vBot through the vbot CLI. Use when asked to start, stop, restart, or update the server, set up provider credentials (API key or OAuth), or list/add/edit/remove agents, projects, sessions, channels (Telegram, Discord), cron jobs, task-model bindings, prompts, extensions, or settings — or to inspect models, skills, tools, logs, debug traces, and usage statistics (tokens, runs…

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-vironnimo-vbot-vbot-cli

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-vironnimo-vbot-vbot-cli)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
26d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Vbot Cli? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

vBot CLI

The vbot CLI is the automation surface for configuring and operating a vBot instance: run the command, verify the result, report what changed.

Rules

  • Primary identifiers are positional (vbot agent show assistant); secondary parameters are flags. vbot --help shows exact flags plus a usage example.
  • Only server start|stop|restart|status, desktop, update, autostart, and doctor work without a running server. Everything else needs one: check vbot server status first, start with vbot server start if needed.
  • Non-default instance: add --host, --port, --data-dir to every command.
  • Prefer CLI commands over direct file edits — settings, agents, channels, cron jobs, prompt blocks, and provider keys all have commands. If a manual JSON edit was unavoidable, validate with vbot doctor config.
  • Secrets never appear in output or chat. API keys go through provider set-key, extension secrets through extensions set --stdin, channel tokens by env-var name via --token-env.
  • Inspect before changing; verify after with the matching list/show/status command.
  • Follow CLI error hints (did you mean, candidate lists) before retrying. If another process occupies the port, report it — don't kill it.
  • Finish with a compact report: commands run, what changed, verification result, and any remaining user action (complete an OAuth login, send a Telegram message, ...).

Conventions

  • Model references are /, optionally pinned to a connection and credential account with ::[:] (e.g. openai/gpt-5.2::api-key:work).
  • Project agents are addressed agent@projekt (e.g. orchestrator@vbot) in session, cron, and prompt-preview commands; a bare id means an identity agent.
  • JSON values (arrays, objects, booleans) are passed as one shell argument: vbot config set skill_directories '["C:/skills"]'.
  • List-replacing flags (--allow, --allowed-tools, --allowed-skills, --auto-load) replace the full list — pass every value that should remain.

Areas

Read the reference file before using an area's write commands — it has the exact flags and the gotchas.

| Area | Commands | Reference | |---|---|---| | server | start stop restart status | references/server.md | | update | update the install from git, restart | references/server.md | | autostart | enable disable status | references/server.md | | desktop | open the desktop window | references/server.md | | doctor | settings config — validate config files locally | references/server.md | | provider | list status enable disable set-key unset-key connect connect-status disconnect | references/providers.md | | model | list refresh [] | references/providers.md | | task-model | list targets options set clear | references/providers.md | | agent | list show create update delete | references/agents-projects.md | | project | add list show set rm | references/agents-projects.md | | session | list create delete link-channel | references/agents-projects.md | | channel | add list status update enable disable remove | references/channels.md | | cron | list create update delete enable disable | references/cron.md | | config | show all, get, set — raw settings keys | references/configuration.md | | prompt | list update reset preview | references/configuration.md | | extensions | list reload ` set enable disable | references/configuration.md | | log | list read | references/diagnostics.md | | debug | status probe traces trace clear | references/diagnostics.md | | statistics | overview usage runs errors tools skills | references/diagnostics.md | | skill | list — loadable skills plus invalid-skill diagnostics | — | | tool | list` — public tools exposed to agents | — |

First-time Telegram bot setup (BotFather, token, chat-id discovery, privacy mode): follow references/telegram-setup.md.

Quick reference

The most common single commands:

vbot provider set-key   --refresh-models  # activate a provider with a user-supplied key
vbot agent update  --model /      # switch an agent's model
vbot config set                                     # change a settings key (JSON or string)
vbot channel status                                 # channel health + denied inbound chats
vbot server restart                                             # apply .env edits or code changes

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.