cli

Manage LobeHub services via a TypeScript and Commander command-line interface.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kingheu0818-sketch/lobehub_yu --skill cli-kingheu0818-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli
Source: https://github.com/kingheu0818-sketch/lobehub_yu/tree/main/.agents/skills/cli
Command: npx skills add https://github.com/kingheu0818-sketch/lobehub_yu --skill cli-kingheu0818-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

LobeHub CLI reduces the friction of configuring and operating LobeHub services by giving developers and power users a consistent, scriptable command interface for agents, skills, plugins, knowledge bases, and generation tasks.

Core Features & Use Cases

  • Agent lifecycle management: create, edit, list, run (streaming SSE), and check status for agent executions.
  • Skill and plugin operations: manage custom skills, install from GitHub/ZIP/market identifiers, and handle plugin installs and updates.
  • Content and data workflows: generate text and media (async image/video with polling and download), manage knowledge bases and documents/files, and extract user memory from chat history.

Quick Start

Tell the AI: "Using the LobeHub CLI development guide, show me the exact command group I should use to install a skill from a GitHub repo, then outline the minimal workflow to verify it works."

Frequently Asked Questions about cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage LobeHub agents and knowledge bases from the command line?

You can install custom skills from GitHub repositories, ZIP archives, or market identifiers using the LobeHub CLI command groups. The CLI provides deterministic command architecture to handle plugin installs and updates.

How does SSE streaming work for agent execution in LobeHub?

SSE streaming for agent execution runs via tRPC/HTTP clients with token resolution, allowing you to check status and stream responses. The CLI supports streaming runs alongside async polling and download patterns for generation tasks.

Can I automate async image and video generation tasks with LobeHub?

LobeHub CLI is built with TypeScript and Commander command architecture, requiring tRPC/HTTP clients with token resolution. It suits developers needing scripted automation for CRUD actions, streaming runs, and async polling.

How do I install a skill from a GitHub repo using the CLI?

Installing a skill from a GitHub repo uses the LobeHub CLI skill command group to fetch and install from the repository URL. You can verify the installation by listing skills or running a minimal workflow to test functionality.

What's the best way to script LobeHub knowledge base document workflows?

Scripting knowledge base document workflows uses the CLI for managing documents and files with deterministic JSON field filtering and confirmation flags. This enables consistent, scriptable automation for content and data workflows.