Overview
- Skill Key
- hoyin258/minimax-to-telegram
- Author
- hoyin258
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hoyin258/minimax-to-telegram
- Latest Commit SHA
- 20c63a8bdf9cc4680a22d262e24e409017e21ae7
Generate images, audio, video using MiniMax MCP and send to Telegram. Use when user wants to create media with MiniMax and deliver it via Telegram.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 minimax-to-telegram 技能。 若已安装,则直接安装 minimax-to-telegram 技能。
# Setup (Prerequisites)
## 1. Install mcporter
```bash
# 如果未有 npm/npx
npm install -g mcporter
```
或者用 npx 直接跑:
```bash
npx mcporter --help
```
## 2. Set MiniMax API Key
响 terminal 度 set 環境變數:
```bash
export MINIMAX_API_KEY="your-api-key-here"
```
或者响 `~/.mcporter/config.json` 入面 set:
```json
{
"env": {
"MINIMAX_API_KEY": "your-api-key-here",
"MINIMAX_RESOURCE_MODE": "url"
}
}
```
## 3. Add MiniMax MCP Server
```bash
mcporter mcp add minimax-mcp
```
---
# MiniMax MCP Skill
Use `mcporter` to call MiniMax MCP server tools.
## Prerequisites
- mcporter CLI installed
- MiniMax MCP server configured in mcporter
## Available Tools
| Tool | Description |
|------|-------------|
| text_to_image | Generate images from text prompts |
| text_to_audio | Convert text to speech (TTS) |
| generate_video | Generate videos from text prompts |
| image_to_video | Generate videos from images |
| music_generation | Generate music from prompt + lyrics |
| voice_clone | Clone voice from audio file |
| voice_design | Generate voice from description |
| list_voices | List available voice IDs |
| play_audio | Play audio file |
## Basic Usage
### Image Generation
```bash
mcporter call minimax-mcp.text_to_image prompt:"your prompt" aspectRatio:"4:3"
```
### Audio Generation (TTS)
```bash
mcporter call minimax-mcp.text_to_audio text:"Hello world" voiceId:"male-qn-qingse"
```
### Video Generation
```bash
mcporter call minimax-mcp.generate_video prompt:"your video description"
```
## Sending to Telegram
**IMPORTANT**: When MiniMax returns a URL, it includes a query string with authentication token. You MUST use the FULL URL including all query parameters.
**Correct** (full URL with token):
```
<MINIMAX_OUTPUT_URL>?Expires=xxx&OSSAccessKeyId=xxx&Signature=xxx
```
**Incorrect** (URL without token):
```
<MINIMAX_OUTPUT_URL>
```
### Sending Image to Telegram
1. Call text_to_image and capture the FULL URL (including query string)
2. Send d...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.