One-click install
npx skills add https://github.com/Andamio-Platform/coach --skill andamio-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: andamio-cli
Source: https://github.com/Andamio-Platform/coach/tree/main/skills/andamio-cli
Command: npx skills add https://github.com/Andamio-Platform/coach --skill andamio-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Admins and developers need a reliable, repeatable way to manage courses, modules, and content on the Andamio platform from the command line.

Core Features & Use Cases

  • Authenticate and maintain user sessions using the CLI (auth, user status, and login workflows).
  • Query courses, modules, SLTs, and lessons to inspect and plan changes.
  • Export modules for offline editing and import updated content back into the platform.
  • Validate configuration, troubleshoot authentication, and perform read/write operations in dev, staging, and production environments.

Quick Start

Install andamio CLI, login, and start managing courses from the terminal.

Frequently Asked Questions about andamio-cli

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

FAQPage Schema
How do I manage Andamio course content from the command line?

Managing Andamio platform content via the CLI requires the andamio binary installed at /usr/local/bin/andamio and credentials in ~/.andamio/config.json, enabling course queries, module export/import, and administration across dev, staging, and production environments.

What do I need to authenticate with the Andamio CLI?

Authenticating with the Andamio CLI requires credentials in ~/.andamio/config.json. The CLI supports a login workflow with JWT handling to maintain user sessions for read and write operations across environments.

Can I export Andamio modules for offline editing and import them back?

Yes, exporting Andamio modules for offline editing and importing updated content back into the platform is supported via the CLI's module export/import commands, providing a repeatable workflow for content changes.

How do I query courses, modules, and lessons on the Andamio platform?

Querying courses, modules, SLTs, and lessons on the Andamio platform is done via dedicated CLI commands, allowing you to inspect existing content and plan changes across development, staging, and production environments.

Does the Andamio CLI support content management across staging and production environments?

Yes, the Andamio CLI supports ongoing administration and read/write operations across development, staging, and production environments, enabling configuration validation and authentication troubleshooting in each context.