Skip to content

v1.1.0 — Screen Recording Skill + Design System

Latest

Choose a tag to compare

@Abdulmuiz44 Abdulmuiz44 released this 22 Jul 06:16
· 8 commits to main since this release

New: Screen Recording Skill

Turn screen recordings into AI agent instructions automatically.

What it does

  • Records screen, clicks, typing, voice
  • Extracts frames and detects UI elements
  • Generates structured SKILL.md
  • Works with MP4, WebM, GIF

Usage

CLI:

talocode-skills record my-workflow

SDK:

const result = await skill.recording.record({
  duration: 60,
  includeAudio: true
});

Design System

Figma-style product mockups for all Talocode tools:

  • Dark navy + teal accent brand
  • Skills modal, menu, CodeLane, Wiki, DocuLane
  • Generated with Pillow

GitHub: https://github.com/talocode/skills