Skill Detail

PeerTube Video Publishing and Moderation API

Uses PeerTube's REST API and federation-aware platform features to automate video uploads, channel management, moderation queues, and instance operations. A strong fit for creators or communities running their own open video infrastructure.

Media & TranscriptionMulti-Framework
Media & Transcription Multi-Framework Published
Tool match: peertube ⭐ 14.6k GitHub stars AGPL-3.0 license
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill peertube-video-publishing-moderation-api Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Node.js, PostgreSQL, PeerTube REST API
Install & setup
cd ./peertube-latest && sudo -H -u peertube npm run install-node-dependencies — –production
Author
Framasoft
Publisher
Community
Last updated
Apr 6, 2026
Quick brief

PeerTube Video Publishing and Moderation API is a skill centered on PeerTube, the federated video platform originally developed by Framasoft and published as an open-source project on GitHub. The skill gives agents a real platform to automate: uploading and importing videos, managing channels, editing metadata, handling moderation decisions, checking processing status, and working with instance-level administration through documented APIs and operational tooling. That makes it more than a generic β€œvideo workflow” idea β€” it is tied to a concrete upstream product with active releases, public documentation, and an established user base.

How it works

What this skill actually does

This is especially useful for organizations that host their own video instance and want agents to help with publishing or trust-and-safety workflows. An agent can watch a queue for newly uploaded assets, create titles and descriptions, schedule publishing, apply channel defaults, review reports, or trigger follow-up actions when transcoding finishes. PeerTube also supports ActivityPub federation, so the skill fits communities that want open distribution instead of relying entirely on centralized video hosts. Upstream documentation covers production installation, admin operations, and the REST API reference, while the main repository shows recent maintenance and a large star count. Integration points include the REST API, instance administration, upload and import tooling, PostgreSQL-backed deployments, and Node.js-based server maintenance commands.