inline-cli

Explain Inline CLI commands for authentication, chats, users, spaces, and messages.

680|24|Updated Sep 6, 2024
One-click install
npx skills add https://github.com/inline-chat/inline --skill inline-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inline-cli
Source: https://github.com/inline-chat/inline/tree/main/cli/skill
Command: npx skills add https://github.com/inline-chat/inline --skill inline-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill explains how to use the Inline CLI to authenticate, manage chats, users, spaces, messages, search, attachments, and configuration with clear, actionable guidance.

Core Features & Use Cases

  • Comprehensive command reference: explains major commands across auth, chats, users, spaces, messages, and configuration with practical examples.
  • JSON-focused workflows: demonstrates using --json and --compact to integrate the CLI with scripts and pipelines.
  • Practical scenarios: onboarding, listing chats, sending messages, exporting data, and auditing activity.
  • Use Case: Example script to login, list chats, fetch user details, and export a chat history to JSON.

Quick Start

Use the inline CLI to log in, list your chats in JSON, and view your account details in seconds: inline auth login; inline chats list --json; inline auth me.

Frequently Asked Questions about inline-cli

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

FAQPage Schema
How do I automate chat management tasks using a command line interface?

Automate chat management by using the Inline CLI to execute commands for authentication, listing chats, sending messages, and exporting data. It provides clear command references and practical workflow examples for common scenarios.

Can I export chat history to JSON using the command line?

Yes, you can export chat history to JSON using the CLI by applying the --json and --compact flags. This allows you to integrate chat data exports directly into scripts and automated pipelines.

What is the process to authenticate and log in via the command line?

To authenticate via the command line, use the 'inline auth login' command. Once authenticated, you can verify your account details and manage users by running the 'inline auth me' command.

Does the Inline CLI support searching messages and managing attachments?

Yes, the Inline CLI supports managing messages, performing searches, and handling attachments. It offers specific commands and flags to query message history and interact with attachment data.

What are the limitations of using command line tools for chat automation?

The CLI requires initial authentication setup before executing commands. While it excels at JSON-focused workflows for scripting, users must understand command flags and configuration management for proper execution.