libtv-skill

Create and query agent-im conversation sessions with progress polling and file uploads.

333|83|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/SpaceZephyr/myskill --skill libtv-skill-spacezephyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: libtv-skill
Source: https://github.com/SpaceZephyr/myskill/tree/main/libtv-skill
Command: npx skills add https://github.com/SpaceZephyr/myskill --skill libtv-skill-spacezephyr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual overhead of creating agent-im sessions, sending generation prompts, tracking progress, switching projects, and uploading media files for image and video workflows.

Core Features & Use Cases

  • Session Creation and Messaging: Start a new conversation or continue an existing one with a prompt for image or video generation.
  • Progress Querying: Poll a session to retrieve message history and monitor generation results as they arrive.
  • Project Switching and File Uploads: Change the active project for the access key and upload supported image or video files before sending them into a workflow.

Quick Start

Ask the skill to create or continue an agent-im session for your image or video prompt, then retrieve the session progress and final result link when it is ready.

Frequently Asked Questions about libtv-skill

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

FAQPage Schema
How do I manage agent-im conversation sessions for image and video generation?

You can manage agent-im conversation sessions by creating new ones, continuing existing conversations with prompts, and polling session progress to retrieve message history and final generation results.

How do I upload image or video files into an agent-im generation workflow?

To upload image or video files into an agent-im generation workflow, you switch to the desired project for your access key and upload the supported media files before sending the generation prompt.

Do I need an access key to create agent-im sessions?

Yes, you need a LIBTV_ACCESS_KEY for bearer authentication to create and query agent-im sessions, and you can optionally override the base URL using OPENAPI_IM_BASE or IM_BASE_URL environment variables.

What is the best way to monitor image generation progress in agent-im?

The best way to monitor image generation progress in agent-im is to poll the active session, which retrieves the ongoing message history and fetches the final result link once the generation is ready.

Can I use Python standard library scripts for agent-im project switching and file uploads?

Yes, you can use Python 3 standard library scripts to execute agent-im project switching and media file uploads, as no external dependencies are required for these session and upload operations.