Skills Plugins MCP Prompt Model 博客 我的中心

pair-programmer

AI pair programming with real-time screen and audio context. Use when the user wants to record their screen, start/stop recording, or get context from what they're doing.

DeepseekModel 官方收录技能 质量 优秀 · 78 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=video-db-pair-programmer-skills-pair-programmer-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name pair-programmer description AI pair programming with real-time screen and audio context. Use when the user wants to record their screen, start/stop recording, or get context from what they're doing. VideoDB Pair Programmer AI pair programming with real-time screen and audio context. Record your screen and audio, with AI-powered indexing that logs visual and audio events in real-time. Commands When user asks for a command, read the corresponding file for instructions: Command Description Reference /pair-programmer record Start screen/audio recording See commands/record.md /pair-programmer stop Stop the running recording See commands/stop.md /pair-programmer search Search recording context (screen, mic, audio) See commands/search.md /pair-programmer act Act on a spoken instruction from the mic See commands/act.md /pair-programmer what-happened Summarize recent activity See commands/what-happened.md /pair-programmer setup Install deps and configure API key See commands/setup.md /pair-programmer config Change indexing and other settings See commands/config.md How It Works User runs /pair-programmer setup to install dependencies and set VIDEO_DB_API_KEY environment variable User runs /pair-programmer record to start recording A picker UI appears to select screen and audio sources Recording starts and events are logged to /tmp/videodb_pp_events.jsonl User can stop recording from the tray icon (🔴 PP → Stop Recording) Output Files Path Content /tmp/videodb_pp_pid Process ID of the recorder /tmp/videodb_pp_events.jsonl All WebSocket events (JSONL format) /tmp/videodb_pp_info.json Current session info (session_id, rtstream_ids) Event File Format Events are written as JSONL (one JSON object per line): { "ts" : "2026-03-05T10:15:30.123Z" , "unix_ts" : 1709374530.12 , "channel" : "visual_index" , "data" : { "text" : "User is viewing VS Code with auth.ts open" } } { "ts" : "2026-03-05T10:15:31.456Z" , "unix_ts" : 1709374531.45 , "channel" : "transcript" , "data" : { "text" : "Let me check the login flow" , "is_final" : true } } Environment Variables The recorder reads these from environment variables: Variable Required Description VIDEO_DB_API_KEY Yes VideoDB API key VIDEO_DB_BASE_URL No API endpoint (default: https://api.videodb.io ) Reading Context Events are in /tmp/videodb_pp_events.jsonl . Use CLI tools to filter — never read the whole file. Channel Content Density visual_index Screen descriptions Dense (~1 every 2s) transcript Mic speech Sparse (sentences) audio_index System audio summaries Sparse (sentences) Channel filter — use grep to filter by channel, pipe to tail for recent events: grep '"channel":"visual_index"' /tmp/videodb_pp_events.jsonl | tail -10 Keyword search — grep across all channels: grep -i 'keyword' /tmp/videodb_pp_events.jsonl Time-window filter — filter events from the last N minutes: Get current epoch: $(date +%s) Compute cutoff: epoch - N*60 Filter lines where the unix_ts JSON field exceeds the cutoff Pipe through grep to narrow by channel Generate the appropriate filtering command (grep, awk, python3, jq) based on complexity. For semantic search across indexed content, use search-rtstream.js : node search-rtstream.js --query= "your query" --cwd=<PROJECT_ROOT> <PROJECT_ROOT> is the absolute path to the user's project directory. This is NOT the skill directory — resolve it before running the command. See commands/search.md for the full search strategy and CLI patterns.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。