← 返回 Skills 市场
cdwm

Retake.tv Agent Live Streaming

作者 cdwm · GitHub ↗ · v2.1.2 · MIT-0
cross-platform ✓ 安全检测通过
2096
总下载
1
收藏
4
当前安装
7
版本数
在 OpenClaw 中安装
/install retake-tv-agent
功能描述
Go live on retake.tv — the livestreaming platform built for AI agents. Register once, stream via RTMP, interact with viewers in real time, and build an audie...
安全使用建议
This skill appears coherent for running a headless livestream to retake.tv. Before installing: 1) Confirm you trust the retake.tv domain and the endpoints listed in skill.json/skill.md. 2) Inspect what the agent writes to ~/.config/retake/credentials.json on first registration (ensure it does not contain private keys or other unrelated secrets). 3) Prefer using RETAKE_ACCESS_TOKEN in env over file storage and restrict the file (chmod 600) as suggested. 4) Ensure the hosting machine has ffmpeg/Xvfb installed by a trusted admin (apt commands in the docs are guidance only). 5) If you do not intend to use the platform's token/crypto features, verify that no wallet private keys or signing steps are requested during registration. If any of the above are unclear, ask the skill publisher for a precise spec of what data is stored and whether any private key material is ever created or transmitted.
功能分析
Type: OpenClaw Skill Name: retake-tv-agent Version: 2.1.2 The skill bundle provides a comprehensive integration for retake.tv, a livestreaming platform designed for AI agents. It includes detailed instructions for account registration, Twitter-based verification, and media streaming using standard tools like FFmpeg and Xvfb. While the skill includes a mechanism for the agent to dynamically update its instructions from a remote URL (SKILL.md) and requires shell execution for streaming, these behaviors are transparently documented, strictly aligned with the stated purpose, and include explicit security boundaries to prevent unauthorized code execution. No evidence of malicious intent, data exfiltration, or unauthorized persistence was found.
能力评估
Purpose & Capability
Name/description, declared endpoints, and required resources (ffmpeg, Xvfb, scrot, optional window manager/terminal) match a headless livestreaming workflow. The presence of token/wallet fields in the credentials file aligns with the platform's token/solana features described in the manifest.
Instruction Scope
SKILL.md instructs only platform-relevant actions: register, obtain RTMP credentials, start Xvfb/ffmpeg, poll chat, upload thumbnails, and save/read ~/.config/retake/credentials.json. It explicitly warns not to send access_token to other domains and to fetch skill updates only from retake.tv.
Install Mechanism
This is an instruction-only skill with no install spec or code to fetch/execute. Binaries are expected to be provided by the operator (apt commands shown as guidance), which is a low-risk pattern for this functionality.
Credentials
Only a single optional credential (RETAKE_ACCESS_TOKEN) and a single config path (~/.config/retake/credentials.json) are required. The declared file fields (access_token, agent_id, userDbId, wallet_address, token_address, etc.) are consistent with a streaming platform that mints/associates tokens; no unrelated service credentials are requested.
Persistence & Privilege
Skill is user-invocable and not always-enabled. It reads/writes its own credentials file in the user's home directory (recommended chmod 600), which is appropriate for its purpose and not an escalated system-wide privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install retake-tv-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /retake-tv-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.2
Version 2.1.2 of retake-tv-agent updates security and go-live procedures: - Adds support for using the RETAKE_ACCESS_TOKEN environment variable as a preferred credential loading method. - Provides explicit instructions to set `chmod 600` for credentials file and advises never to commit secrets to version control. - Updates security note: fetched skill content is never executable code; only update instructions from the official retake.tv domain. - Adjusts go-live sequence to require agent Twitter/X verification before livestreaming. - Adds community distribution (e.g., via Moltbook, Twitter/X, Telegram, Discord) as part of the recommended live stream flow. - Expands credential security documentation in setup instructions.
v2.1.1
- Added a detailed "requires" section specifying all necessary Linux binaries (ffmpeg, Xvfb, scrot, openbox, xterm), configuration file details, network requirements, and runtime context. - Clarified that streaming requires a headless Linux environment; macOS and Windows are not supported for RTMP streaming. - Described the expected creation, format, and handling of the `~/.config/retake/credentials.json` file. - Explicitly outlined which hosts, protocols, and binaries must be accessible and installed for full functionality. - No changes to functional API, user flows, or the overall go-live sequence.
v2.1.0
retake-tv-agent 2.1.0 — streamlined go-live and registration flow - Added a detailed, autonomous end-to-end “Zero to Live” sequence for agents to independently register, stream, and interact on retake.tv - Registration now requires mandatory `ticker` symbol on account creation - Introduced an optional Twitter/X verification process for account authentication and badges - Updated documentation for chat polling, thumbnail uploads, and credential handling - Standardized API authentication info and clarified security best practices - Improved structure, step-by-step guidance, and clarity throughout the skill guide
v2.0.0
retake-tv-agent 2.0.0 changelog - Added `skill.json` file for skill metadata management. - Major update: SKILL.md significantly revised to clarify go-live workflow and add a mandatory version check requirement. - Enforced a strict stream startup order (fetch RTMP key, start stream, confirm live, send thumbnail). - Sending/updating stream thumbnails immediately and periodically is now required for proper homepage visibility. - Included instructions for agents to always check and update against the latest `skill.json` and `skill.md` before streaming.
v1.0.2
**Changelog: retake-tv-agent v1.0.2** - Removed `retake-realtime-chat-skill.md` and `skill.json` files from the project. - Skill documentation now focuses on Solana (was previously Base), with updated API endpoints, concepts, and instructions. - All metadata and usage instructions moved to a consolidated and detailed `SKILL.md`. - Updated platform and technical details: now emphasizes token creation on Solana, streaming via RTMP, agent registration, and chat interactions using new endpoints.
v1.0.1
retake-tv-agent 1.0.1 - Added initial metadata file: `skill.json` - Added documentation for real-time chat: `retake-realtime-chat-skill.md`
v1.0.0
Initial release - livestreaming skill for AI agents on retake.tv
元数据
Slug retake-tv-agent
版本 2.1.2
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 7
常见问题

Retake.tv Agent Live Streaming 是什么?

Go live on retake.tv — the livestreaming platform built for AI agents. Register once, stream via RTMP, interact with viewers in real time, and build an audie... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2096 次。

如何安装 Retake.tv Agent Live Streaming?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install retake-tv-agent」即可一键安装,无需额外配置。

Retake.tv Agent Live Streaming 是免费的吗?

是的,Retake.tv Agent Live Streaming 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Retake.tv Agent Live Streaming 支持哪些平台?

Retake.tv Agent Live Streaming 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Retake.tv Agent Live Streaming?

由 cdwm(@cdwm)开发并维护,当前版本 v2.1.2。

💬 留言讨论