← Back to Skills Marketplace
ugenesys

Genviral

by ugenesys · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
788
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install genviral
Description
Complete genviral Partner API automation. Create and schedule posts (video + slideshow) across TikTok, Instagram, and any supported platform. Includes slides...
README (SKILL.md)

genviral Partner API Skill

TL;DR: Wraps genviral's Partner API into 50+ bash commands. Core flow: get-pack → analyze images (metadata + vision) → generate with pinned_imagesrender → visual review (hard gate) → create-post → log to workspace/performance/log.json. Studio AI: studio-modelsstudio-generate-image (sync) or studio-generate-videostudio-video-status --poll (async). Auth via GENVIRAL_API_KEY. Config in defaults.yaml. Instance data in workspace/.

What This Skill Does

  • Multi-Platform Posting: Video or slideshow posts across TikTok, Instagram, YouTube, Pinterest, LinkedIn, Facebook
  • Studio AI Generation: Generate images (sync) and videos (async) via AI models through the API
  • File Management: Upload videos/images to genviral's CDN
  • AI Slideshow Generation: Photo carousels from prompts, rendered to images
  • Template System: Reusable slideshow structures, convert winners to templates
  • Pack Management: Image packs as slideshow backgrounds
  • Analytics: KPIs, post-level metrics, tracked accounts, refresh triggers
  • Niche Intelligence: One-call trend research (trend-brief) for hashtags, sounds, creators, posting windows, and hook angles
  • Content Pipeline: Full automation from prompt to posted content
  • Performance Tracking: Post log, hook tracking, weekly review
  • Hook Library: Maintain and evolve a library of proven content hooks

How It Works

  1. Generate or upload media
  2. Create a post targeting one or more accounts
  3. Schedule or publish (for TikTok slideshows, optionally save as drafts so you can add trending audio before publishing — music selection requires human judgment for best results)
  4. Track performance via analytics
  5. Learn and optimize

All configuration in defaults.yaml. Secrets via environment variables. Everything posted shows up in the Genviral dashboard.

First-Time Setup

If fresh install, read docs/setup.md and walk the user through onboarding conversationally:

  1. Set API key and verify it works
  2. List accounts and pick which to post to
  3. Discuss image strategy (existing packs, create new, generate per post, or mix)
  4. Optionally set up product context and brand voice together

No hardcoded defaults. Ask the user what they prefer and adapt. Everything done through this skill shows up in the Genviral dashboard, so the user always has full visibility and control.

File Structure

genviral/
  SKILL.md                  # This file (kernel + routing)
  README.md                 # Human-facing overview
  defaults.yaml             # API config and defaults

  docs/
    setup.md                # Onboarding guide (conversational, 5 phases)
    api/
      accounts-files.md     # accounts, upload, list-files
      posts.md              # create-post, update-post, retry, list, get, delete
      slideshows.md         # generate, render, review, update, regenerate, duplicate, list + text styles
      packs.md              # pack CRUD + smart image selection (MANDATORY reading for any pack workflow)
      templates.md          # template CRUD + create-from-slideshow
      analytics.md          # all analytics commands
      studio.md             # Studio AI: generate images/videos, list models, poll status
      subscription.md       # subscription status, credits, tier
      pipeline.md           # content pipeline, performance loop, CTA testing, platform tips
      errors.md             # error codes and troubleshooting
    references/
      analytics-loop.md     # Full analytics feedback loop and weekly review process
      competitor-research.md # How to research competitors
    prompts/
      slideshow.md          # Prompt templates for slideshow generation
      hooks.md              # Prompt templates for hook brainstorming

  workspace/                # All instance/customer data (override with GENVIRAL_WORKSPACE_DIR)
    content/
      scratchpad.md         # Working content plan and drafts
      calendar.json         # Upcoming planned posts
    context/
      product.md            # Product description, value props, target audience
      brand-voice.md        # Tone, style, do's and don'ts
      niche-research.md     # Platform research for the niche
    hooks/
      library.json          # Hook instances (grows over time, tracks performance)
      formulas.md           # Hook formula patterns and psychology
    performance/
      log.json              # CANONICAL post record (single source of truth)
      hook-tracker.json     # Hook and CTA tracking with metrics (the feedback loop)
      insights.md           # Agent learnings from performance data
      weekly-review.md      # Weekly review notes
      competitor-insights.md # Competitor research findings

  scripts/
    genviral.sh             # Main API wrapper (all commands)
    update-skill.sh         # Self-updater

Command Routing

Load only what you need for the current task:

Task Read
Account discovery, file upload docs/api/accounts-files.md
Create, update, list, delete posts docs/api/posts.md
Slideshow generation, rendering, editing, text styles docs/api/slideshows.md
Pack management, image selection (ANY pack workflow) docs/api/packs.md
Template creation and management docs/api/templates.md
Analytics queries and target management docs/api/analytics.md
Studio AI: generate images, videos, list models docs/api/studio.md
Subscription: check credits, tier, renewal dates docs/api/subscription.md
Research a specific niche quickly (trend + competitors + hooks) docs/api/analytics.md, docs/references/competitor-research.md, docs/prompts/hooks.md
Full content pipeline, performance loop, CTA testing docs/api/pipeline.md
Error codes, troubleshooting docs/api/errors.md

Niche Research Mode (When user asks to research a niche)

When asked things like "research this niche", "find what works in this niche", or "give me niche intelligence":

  1. Run trend-brief first for the niche keyword (7d baseline, then 24h for freshness if needed).
  2. Extract and report: top hashtags, top sounds, top creators, posting windows (UTC), recommended hook angles.
  3. Run competitor deep-dive using docs/references/competitor-research.md (3-5 accounts minimum).
  4. Produce a short actionable output with:
    • 3 hook angles to test
    • 2 CTA suggestions
    • 2 best posting windows
    • 5 hashtags to start with
    • 1 "gap to exploit" insight
  5. Save findings to workspace/performance/competitor-insights.md and use them in subsequent content prompts.

Non-Negotiable Rules

These apply regardless of what docs you've loaded:

  1. ALWAYS use pinned_images when generating a slideshow with a pack. Never call generate with just --pack-id — the server will pick random images. Read docs/api/packs.md before any pack workflow.

  2. ALWAYS visually review every rendered slide before posting. If any slide fails readability, fix it. This is a hard gate — not a suggestion.

  3. ALWAYS log to workspace/performance/log.json immediately after posting. This is the canonical record.

  4. ALWAYS add a hook-tracker entry after posting. No tracking = no learning.

  5. Never use em-dashes in any generated content.

  6. Respect workspace/ — all instance data lives here. Do not write state files to the skill root.

Script Usage

/path/to/genviral/scripts/genviral.sh \x3Ccommand> [options]

Requires GENVIRAL_API_KEY as an environment variable (format: public_id.secret). Loads defaults from defaults.yaml. Set GENVIRAL_WORKSPACE_DIR to override the workspace path (defaults to workspace/ relative to the skill dir).

Auto-Updates

This skill includes a self-updater that keeps skill-owned files in sync with the latest version from fdarkaou/genviral-skill.

bash scripts/update-skill.sh           # check + apply if updates available
bash scripts/update-skill.sh --dry-run # preview only, no changes
bash scripts/update-skill.sh --force   # force re-apply even if already current

What gets updated (skill-owned): SKILL.md, scripts/, docs/ (all subdirs)

What never gets touched (user-owned): workspace/ — your data, context, hooks, and performance logs are always preserved.


Notes

  • Works with any platform genviral supports (TikTok, Instagram, etc.)
  • Supports both video and slideshow posts
  • Works with hosted and BYO accounts
  • Posts can be scheduled or queued for immediate publishing
  • TikTok slideshow drafts: use post_mode: MEDIA_UPLOAD to save to drafts inbox for audio addition
Usage Guidance
This skill is an API wrapper for the Genviral Partner API and is largely coherent with that purpose, but do the following before installing or running it: 1) Inspect scripts/genviral.sh and scripts/update-skill.sh yourself (they can make network calls and the updater can replace code). Don't run the updater until you verify its behavior. 2) Expect to set GENVIRAL_API_KEY in your environment — the SKILL.md assumes it but the registry metadata does not declare it. 3) Confirm how your Genviral account and connected BYO accounts are authorized (the skill uses the Partner API; it shouldn't ask for unrelated credentials). 4) If you want a human review step enforced, ensure your agent configuration prevents autonomous runs for posting (the skill is allowed to be invoked autonomously by default). 5) If you are uncertain, run the skill in an isolated/test workspace first and verify no unexpected network endpoints are contacted and that update-skill.sh only pulls from the official GitHub repo and does what you expect.
Capability Analysis
Type: OpenClaw Skill Name: genviral Version: 1.0.0 The skill bundle is classified as suspicious due to a Local File Inclusion (LFI) vulnerability in the `scripts/genviral.sh` script. Several commands (e.g., `create-template`, `update-template`, `generate`, `update`, `analytics-target-update`) accept file paths via arguments like `--config-file`, `--slide-config-file`, `--settings-file`, `--slides-file`, or `--refresh-policy-file`. These paths are directly passed to the `read_json_file` function, which uses `cat` to read the file content. This allows an attacker to read arbitrary files on the system by providing a malicious file path (e.g., `genviral.sh create-template --name test --config-file /etc/passwd`). While there is no clear evidence of intentional malicious behavior like data exfiltration to unauthorized endpoints or persistence mechanisms, this vulnerability poses a significant security risk.
Capability Assessment
Purpose & Capability
The skill's name/description align with the files and commands (API wrapper for Genviral Partner API). However, the runtime docs repeatedly refer to a required API key (GENVIRAL_API_KEY) and an optional GENVIRAL_WORKSPACE_DIR, yet the registry metadata lists no required environment variables or primary credential. That mismatch (declaring no credentials while the instructions require GENVIRAL_API_KEY) is an incoherence that should be resolved before trusting the skill.
Instruction Scope
SKILL.md instructs the agent to call many API endpoints, generate and upload media, and read/append workspace files (workspace/performance/log.json, hook-tracker.json, workspace/context/*). Those actions are coherent with a posting/analytics skill. A couple of noteworthy items: the docs reference an image/vision assessment step (an abstract 'image(...)' vision call) which implies use of an image analysis tool (agent capability or external API) not spelled out; and the workflow emphasizes mandatory visual review gates, but an agent could be run autonomously — confirm human-in-the-loop safeguards if you need them.
Install Mechanism
There is no install spec (instruction-only at registry level), which is low-risk in itself. However the package includes a non-trivial shell CLI (scripts/genviral.sh ~138KB) and a self-updater (scripts/update-skill.sh). The README documents a self-update feature that fetches updates from the upstream repo; running that updater (or if the agent were to run it) can pull and replace skill files from the internet, so inspect update-skill.sh before executing and avoid running it unattended. The repo/homepage is GitHub (a standard host), which reduces but does not eliminate risk.
Credentials
The skill's operation clearly requires a Genviral API key (GENVIRAL_API_KEY is referenced across README, defaults.yaml, and docs), and an optional GENVIRAL_WORKSPACE_DIR override. Yet the registry metadata lists no required env vars or primary credential. That omission is a material inconsistency: the skill will not function without an API key and the agent will attempt to read environment variables that are not declared. No unrelated secrets (AWS, OAuth tokens for other services) are requested, which is appropriate, but the missing declaration of the main credential is problematic for permission reviews and automated guards.
Persistence & Privilege
The skill does not request 'always: true' and does not declare system-wide privileges. It writes only to its own workspace/ directory (documented as user-owned and preserved across updates). The self-updater edits skill-owned files (also documented) and is not configured to run automatically by default. This level of persistence is reasonable for a CLI-style skill that maintains local state.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install genviral
  3. After installation, invoke the skill by name or use /genviral
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
genviral 1.0.0 - Initial release of full genviral Partner API automation. - Create and schedule video or slideshow posts across TikTok, Instagram, and all supported platforms. - Includes slideshow generation, CDN uploads, template/pack management, analytics, and content pipeline automation. - Studio AI integration for image (sync) and video (async) generation. - Supports niche research, performance tracking, and evolving hook/CTA library. - All actions are fully auditable in the Genviral dashboard.
Metadata
Slug genviral
Version 1.0.0
License
All-time Installs 2
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Genviral?

Complete genviral Partner API automation. Create and schedule posts (video + slideshow) across TikTok, Instagram, and any supported platform. Includes slides... It is an AI Agent Skill for Claude Code / OpenClaw, with 788 downloads so far.

How do I install Genviral?

Run "/install genviral" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Genviral free?

Yes, Genviral is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Genviral support?

Genviral is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Genviral?

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

💬 Comments