learningx-telegram-cli

star 0

Run and troubleshoot the lx-agent Telegram + LearningX stack through its CLI commands. Use when you need to inspect config, list courses/assignments/files/announcements, run bot/serve modes, or execute operational checks from the command line.

guzus By guzus schedule Updated 3/3/2026

name: learningx-telegram-cli description: Run and troubleshoot the lx-agent Telegram + LearningX stack through its CLI commands. Use when you need to inspect config, list courses/assignments/files/announcements, run bot/serve modes, or execute operational checks from the command line.

LearningX Telegram CLI

Use this skill to operate lx-agent via CLI.

Command Bridge

Run commands through the bundled bridge script:

skills/learningx-telegram-cli/scripts/run-lx-agent-cli.sh <command> [args...]

Set LX_AGENT_ROOT when running outside the repository root.

Common Commands

skills/learningx-telegram-cli/scripts/run-lx-agent-cli.sh config
skills/learningx-telegram-cli/scripts/run-lx-agent-cli.sh courses
skills/learningx-telegram-cli/scripts/run-lx-agent-cli.sh assignments
skills/learningx-telegram-cli/scripts/run-lx-agent-cli.sh files
skills/learningx-telegram-cli/scripts/run-lx-agent-cli.sh announcements
skills/learningx-telegram-cli/scripts/run-lx-agent-cli.sh bot
skills/learningx-telegram-cli/scripts/run-lx-agent-cli.sh serve

Notes

  • The bridge runs go run ./cmd/lx-agent ....
  • Keep outputs concise and include command results directly in your response.
  • For bot/serve runs, surface startup errors and required env/config clearly.
Install via CLI
npx skills add https://github.com/guzus/snu-canvas-agent --skill learningx-telegram-cli
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator