changxian-remote-control

Operate the changxian-agent remotely via Telegram and WeCom chat interfaces.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/zijiedian/changxian-agent-skills --skill changxian-remote-control
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: changxian-remote-control
Source: https://github.com/zijiedian/changxian-agent-skills/tree/main/changxian-remote-control
Command: npx skills add https://github.com/zijiedian/changxian-agent-skills --skill changxian-remote-control

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @agentclientprotocol/sdk, @openai/codex-sdk, @wecom/aibot-node-sdk, better-sqlite3, dotenv, grammy, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill enables users to control and manage a remote agent (changxian-agent) through various chat platforms like Telegram and WeCom, offering a seamless way to interact with and manage the agent's state and operations remotely.

Core Features & Use Cases

  • Remote Control: Operate the agent via Telegram, WeCom, webhooks, or other chat bots.
  • Bridge Management: Manage the bridge runtime, including starting, stopping, and checking its health.
  • Durable State Management: Persistently store and manage memory, roles, and scheduled jobs associated with the bridge.
  • Telegram Channel Publishing: Publish messages and content directly to configured Telegram channels.
  • Backend Switching: Switch the agent's execution backend between Codex SDK and OpenCode ACP.

Quick Start

Use changxian-remote-control to enable remote control and start the Telegram bridge.

Frequently Asked Questions about changxian-remote-control

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

FAQPage Schema
How do I control an agent remotely via Telegram or WeCom?

To control an agent remotely via Telegram or WeCom, you can use a bridge runtime that connects chat interfaces to your agent. This skill manages the bridge, allowing you to send commands, check health, and interact with the agent directly from your chat platform.

What is the best way to persist agent memory and scheduled jobs for a chatops bridge?

Persisting agent memory and scheduled jobs for a chatops bridge requires a durable state management system. This skill uses SQLite to store memory, roles, and schedules persistently, ensuring your agent's state survives bridge restarts.

Can I switch agent execution backends between Codex SDK and OpenCode ACP?

Yes, you can switch agent execution backends between Codex SDK and OpenCode ACP. This skill supports backend switching, requiring specific configurations for each to route your agent's processing logic through the desired framework.

Does this remote control skill support publishing messages directly to Telegram channels?

Yes, the remote control skill supports publishing messages directly to Telegram channels. It facilitates Telegram channel publishing, allowing your agent to broadcast content and updates to configured channels automatically.

How do I manage the bridge runtime and check its health status?

Managing the bridge runtime involves starting, stopping, and monitoring its health status. This skill provides remote control capabilities to manage the bridge directly through your chat interface, ensuring operational stability.