ivx-ugc-pipeline

Enable games to accept, moderate, and share player-generated content.

1|4|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/intelli-verse-x/Intelli-verse-X-SDK --skill ivx-ugc-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ivx-ugc-pipeline
Source: https://github.com/intelli-verse-x/Intelli-verse-X-SDK/tree/main/.cursor/skills/ivx-ugc-pipeline
Command: npx skills add https://github.com/intelli-verse-x/Intelli-verse-X-SDK --skill ivx-ugc-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many modern games need a robust system for players to create, upload, and share content while ensuring safety and discoverability.

Core Features & Use Cases

  • Content Upload: Validate size, format, and metadata, then store in Nakama and/or S3.
  • AI Moderation: Automatic text and image moderation via IVXAIModerator with manual review fallback.
  • Content Browser: In‑game discovery, search, sorting, ratings, and reporting.
  • Creator Profiles & Rewards: Track stats, grant in‑game currency for downloads and featured content.
  • Cross‑Platform Support: Unity, Unreal, Godot, WebGL, VR, consoles, and more.

Quick Start

Deploy the ivx-ugc-pipeline skill to configure a full UGC system with upload, moderation, and a content browser for my game.

Frequently Asked Questions about ivx-ugc-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a player-generated content upload and moderation pipeline to my game?

A UGC pipeline handles player content uploads, validates size and format, and stores files in Nakama or S3. You can deploy a full system that integrates AI moderation and an in-game browser to manage player creations safely.

Does this UGC pipeline support Unity, Unreal, and Godot?

Yes, the UGC pipeline supports Unity, Unreal, Godot, WebGL, VR, and console engines. It allows you to implement cross-platform content uploading and sharing regardless of the game engine you use.

How does AI moderation work for user-generated content in games?

AI moderation automatically scans uploaded text and images via IVXAIModerator to filter unsafe content. If automated checks are insufficient, the system falls back to manual review to ensure player safety.

What do I need to configure to set up in-game content discovery and sharing?

You need an IVXUGCConfig setup and integration with Nakama or S3 for storage. This enables an in-game content browser with search, sorting, ratings, and reporting features for player creations.

Can I reward players for creating and sharing popular user-generated content?

Yes, the UGC pipeline tracks creator profiles and stats. You can grant in-game currency to players for content downloads and featured creations to incentivize sharing.

What is the best way to store and validate uploaded game assets across platforms?

Store and validate uploaded game assets by checking their size, format, and metadata before saving them to Nakama or S3. This ensures reliable cross-platform content availability for your players.