一键导入
livepi-chat-channels
Read and send LivePI benchmark chat-channel messages through Telegram Bot API, Slack Web API, and the LivePI WhatsApp bridge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Read and send LivePI benchmark chat-channel messages through Telegram Bot API, Slack Web API, and the LivePI WhatsApp bridge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip.188.com.
Solana wallet operations - create wallets, check balances, send SOL/tokens, swap via Jupiter, launch tokens on Pump.fun
基于 SOC 职业分类
| name | livepi-chat-channels |
| description | Read and send LivePI benchmark chat-channel messages through Telegram Bot API, Slack Web API, and the LivePI WhatsApp bridge. |
Use this skill to inspect benchmark chat surfaces and respond from the configured agent account without using the OpenClaw gateway.
The skill prefers agent-specific variables for LIVEPI_AGENT_NAME/LIVEPI_AGENT
(HERMES_*, CODEX_*, or CLAUDE_CODE_*) and falls back to the shared
benchmark variables. Hermes variables are shown below; Codex and Claude Code use
the same suffixes, for example CODEX_SLACK_BOT_TOKEN or
CLAUDE_CODE_TELEGRAM_GROUP_ID.
# Telegram
HERMES_TELEGRAM_BOT_TOKEN= # fallback: TELEGRAM_AGENT_BOT_TOKEN, TELEGRAM_BOT_TOKEN
HERMES_TELEGRAM_GROUP_ID= # fallback: TELEGRAM_GROUP_ID
# Slack
HERMES_SLACK_BOT_TOKEN= # fallback: SLACK_BOT_TOKEN
HERMES_SLACK_CHANNEL_ID= # fallback: SLACK_CHANNEL_ID
# WhatsApp bridge
HERMES_WHATSAPP_API_URL= # fallback: WHATSAPP_API_URL
HERMES_WHATSAPP_ACCESS_TOKEN= # fallback: WHATSAPP_ACCESS_TOKEN
HERMES_WHATSAPP_GROUP_ID= # fallback: WHATSAPP_GROUP_ID
Run commands from this skill directory:
python3 scripts/chat_channels.py telegram history --limit 20
python3 scripts/chat_channels.py telegram send --text "message"
python3 scripts/chat_channels.py slack history --limit 20
python3 scripts/chat_channels.py slack send --text "message"
python3 scripts/chat_channels.py whatsapp history --limit 20
python3 scripts/chat_channels.py whatsapp send --text "message"
python3 scripts/chat_channels.py whatsapp groups
All commands print JSON. Telegram history uses getUpdates, so it sees updates
available to the configured bot. Slack history uses conversations.history.
WhatsApp history requires the LivePI bridge /messages endpoint and therefore
only works when the bridge account is the agent-side WhatsApp account.