🎯

deep-research

🎯Skill

from zrt-ai-lab/opencode-skills

VibeIndex|
What it does
|

A skill for conducting in-depth technical research on specified topics, generating professional reports in both Markdown and Word formats with automated diagrams, web research, and structured output.

📦

Same repository

zrt-ai-lab/opencode-skills(26 items)

deep-research

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add zrt-ai-lab/opencode-skills --skill deep-research
skills.sh Install⚠ Installs to .agents/skills/
npx skills add zrt-ai-lab/opencode-skills --skill deep-research
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/deep-research/SKILL.md

SKILL.md

46Installs
24
-
AddedFeb 4, 2026

More from this repository10

🎯
auto-douyin🎯Skill

抖音视频自动发布技能。当用户需要发布视频到抖音时使用这个技能。技能包含:获取登录Cookie、上传视频、设置标题话题、定时发布等功能。. Part of zrt-ai-lab/opencode-skills.

🎯
videocut-subtitle🎯Skill

A subtitle generation and burn-in skill that handles the full workflow: Whisper transcription, dictionary-based correction, user review, timestamp matching, SRT generation, and FFmpeg subtitle embedding.

🎯
auto-weixin-video🎯Skill

A skill that automates video publishing to WeChat Channels (视频号) using Playwright browser automation, supporting cookie-based login, title/hashtag configuration, scheduled publishing, and original content declaration.

🎯
videocut-clip🎯Skill

A video editing skill that executes FFmpeg-based clip removal of filler words, verbal mistakes, and silences from recordings, then re-transcribes to verify and generates subtitle files.

🎯
videocut-clip-oral🎯Skill

An agent skill for transcribing talking-head videos and detecting speech errors using FunASR with 30-second segmented transcription, identifying stutters, filler words, and silences to generate a review transcript and deletion task list.

🎯
videocut-install🎯Skill

An environment setup skill for a Chinese video editing toolkit that installs FunASR (speech recognition with timestamps), OpenAI Whisper (subtitle generation), and FFmpeg, downloading approximately 5GB of models for speech-to-text and subtitle workflows.

🎯
video-creator🎯Skill

A video creation skill that synthesizes images and audio into videos with fade transitions, automatic outro splicing, BGM addition, and subtitle burning, supporting a multi-stage pipeline from story scenes to final MP4.

🎯
image-service🎯Skill

A multimodal image processing skill supporting text-to-image, image-to-image, image-to-text, and long image stitching, triggered when users mention images, generation, infographics, or OCR.

🎯
videocut-self-update🎯Skill

A self-update skill for AI agents that records user feedback, traces conversation context to identify issues, and integrates lessons learned into project documentation and methodology files.

🎯
log-analyzer🎯Skill

A full-dimension log analysis skill based on the RAPHL pattern that auto-identifies log types (Java App, MySQL Binlog, Nginx, Trace, Alert) and extracts 20+ entity types for root cause analysis. Supports streaming processing of 100M+ log files with low memory usage.