← 返回 Skills 市场
api00

Tweet to Talking-Head

作者 api00 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
51
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install revid-tweet-to-talking-head
功能描述
Turn an X/Twitter/LinkedIn post (URL or pasted thread text) into a talking-head video that delivers the take. Use when a creator wants to repurpose a viral p...
安全使用建议
This skill is coherent but you should still consider: (1) it sends post content and an avatar image URL — and your REVID_API_KEY — to revid.ai, so confirm you trust Revid and are okay with their data retention and usage policies; (2) prefer pasting thread text (SKILL.md recommends this) to avoid relying on scraping external URLs, which may touch third‑party sites and could violate that site's terms; (3) ensure avatar image URLs point to public assets you own or are allowed to use; (4) treat the REVID_API_KEY like a secret: store it in a secure credential store, rotate it if compromised, and monitor API usage/logs; (5) review Revid's pricing and quotas before bulk use. Overall the skill appears to do what it claims, with no disproportionate permissions or hidden endpoints.
功能分析
Type: OpenClaw Skill Name: revid-tweet-to-talking-head Version: 1.0.0 The skill bundle is a legitimate integration for the Revid.ai API, designed to convert social media posts into talking-head videos. The instructions in SKILL.md and the implementation in examples/run.sh are consistent with the stated purpose, using standard API patterns (POST and polling) and requiring a user-provided API key without any evidence of data exfiltration, malicious execution, or prompt injection.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description describe converting a post/thread into a talking‑head video; the SKILL.md and example script call https://www.revid.ai and require REVID_API_KEY — this is appropriate and expected for a Revid integration.
Instruction Scope
Runtime instructions are focused on forming JSON payloads and calling Revid's /render and /status endpoints. The SKILL.md includes a URL-based fallback that instructs the API to 'scrape' a post via a scrapingPrompt — that will cause remote retrieval of the provided post URL (expected for the stated fallback, but a privacy/ToS consideration). The example script only reads a user-supplied text file and sends content + avatar URL to revid.ai; it does not access other system files or hidden credentials.
Install Mechanism
No install spec; this is instruction-only with an example shell script. The script uses standard tools (curl, jq) and does not download or install third‑party code. Lowest-risk install behavior.
Credentials
Only one credential/config is required: REVID_API_KEY. The example script uses that key as an HTTP header when contacting revid.ai — this is proportionate to the skill's function and is declared in SKILL.md metadata.
Persistence & Privilege
always is false and the skill is user‑invocable; model invocation is allowed (the platform default). The skill does not request persistent system presence or modify other skills' configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install revid-tweet-to-talking-head
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /revid-tweet-to-talking-head 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of revid-tweet-to-talking-head. - Converts X/Twitter or LinkedIn posts (URL or pasted thread) into talking-head videos with avatar, voiceover, and captions. - Supports both direct text input and post URLs, with a preference for pasted thread text to avoid scraping issues. - Customizable options for avatar, aspect ratio, video duration, and voice. - Includes troubleshooting guidance for common failure modes and links to related skills.
元数据
Slug revid-tweet-to-talking-head
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tweet to Talking-Head 是什么?

Turn an X/Twitter/LinkedIn post (URL or pasted thread text) into a talking-head video that delivers the take. Use when a creator wants to repurpose a viral p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 Tweet to Talking-Head?

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

Tweet to Talking-Head 是免费的吗?

是的,Tweet to Talking-Head 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tweet to Talking-Head 支持哪些平台?

Tweet to Talking-Head 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tweet to Talking-Head?

由 api00(@api00)开发并维护,当前版本 v1.0.0。

💬 留言讨论