← Back to Skills Marketplace
api00

Tweet to Talking-Head

by api00 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
51
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install revid-tweet-to-talking-head
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install revid-tweet-to-talking-head
  3. After installation, invoke the skill by name or use /revid-tweet-to-talking-head
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug revid-tweet-to-talking-head
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.

How do I install Tweet to Talking-Head?

Run "/install revid-tweet-to-talking-head" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tweet to Talking-Head free?

Yes, Tweet to Talking-Head is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tweet to Talking-Head support?

Tweet to Talking-Head is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tweet to Talking-Head?

It is built and maintained by api00 (@api00); the current version is v1.0.0.

💬 Comments