mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-19 15:36:29 +03:00
Each README is written for a human audience, explaining: - What the skill does (not what format it follows) - What benefit the user gets from installing it - Quick setup and usage patterns - When to load/trigger the skill - What scripts, references, and templates it ships data-scientist already had a README — left unchanged. 48 READMEs added across all skill and bundle directories.
1.2 KiB
1.2 KiB
PeerTube — Federated Video from the Terminal
Browse videos, channels, and server info on any PeerTube instance. Search across the fediverse, list channels, check your account stats, and manage authentication.
Why Install This Skill
When your agent loads this skill, it can navigate the federated video universe without a browser. That means:
- Browse videos — recent uploads from any instance
- Search across instances — find content in the fediverse
- Explore channels — list channels and their videos
- Check server info — instance name, description, user/video/view stats
- Authenticate — OAuth2 login with token persistence
What You Get
| Directory | Purpose |
|---|---|
SKILL.md |
Complete command reference with auth setup |
scripts/peertube-cli |
CLI tool for PeerTube API |
Quick Start
export PEERTUBE_SERVER="https://your-instance.example.com"
peertube-cli auth login --username "myuser" --password "mypassword"
Triggers
Load this for PeerTube, federated video, decentralized video platforms, or browsing PeerTube content.
Requirements
Python 3.8+ with requests library.