Loading...
Loading...
Compare original and translation side by side
| Command | Description | Reference |
|---|---|---|
| Start screen/audio recording | See commands/record.md |
| Stop the running recording | See commands/stop.md |
| Search recording context (screen, mic, audio) | See commands/search.md |
| Summarize recent activity | See commands/what-happened.md |
| Install deps and configure API key | See commands/setup.md |
| Change indexing and other settings | See commands/config.md |
| Command | Description | Reference |
|---|---|---|
| 开启屏幕/音频录制 | 参见 commands/record.md |
| 停止正在进行的录制 | 参见 commands/stop.md |
| 搜索录制上下文(屏幕、麦克风、音频) | 参见 commands/search.md |
| 总结近期活动 | 参见 commands/what-happened.md |
| 安装依赖并配置API key | 参见 commands/setup.md |
| 修改索引及其他设置 | 参见 commands/config.md |
/pair-programmer setupVIDEO_DB_API_KEY/pair-programmer record/tmp/videodb_pp_events.jsonl/pair-programmer setupVIDEO_DB_API_KEY/pair-programmer record/tmp/videodb_pp_events.jsonl| Path | Content |
|---|---|
| Process ID of the recorder |
| All WebSocket events (JSONL format) |
| Current session info (session_id, rtstream_ids) |
| 路径 | 内容 |
|---|---|
| 录制器的进程ID |
| 所有WebSocket事件(JSONL格式) |
| 当前会话信息(session_id、rtstream_ids) |
{"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}}{"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}}| Variable | Required | Description |
|---|---|---|
| Yes | VideoDB API key |
| No | API endpoint (default: https://api.videodb.io) |
| 变量名 | 必填 | 描述 |
|---|---|---|
| 是 | VideoDB API key |
| 否 | API端点(默认值:https://api.videodb.io) |
/tmp/videodb_pp_events.jsonl| Channel | Content | Density |
|---|---|---|
| Screen descriptions | Dense (~1 every 2s) |
| Mic speech | Sparse (sentences) |
| System audio summaries | Sparse (sentences) |
tailgrep '"channel":"visual_index"' /tmp/videodb_pp_events.jsonl | tail -10grep -i 'keyword' /tmp/videodb_pp_events.jsonl$(date +%s)epoch - N*60unix_tsgrepsearch-rtstream.jsnode search-rtstream.js --query="your query" --cwd=<PROJECT_ROOT>is the absolute path to the user's project directory. This is NOT the skill directory — resolve it before running the command.<PROJECT_ROOT>
/tmp/videodb_pp_events.jsonl| 通道 | 内容 | 密度 |
|---|---|---|
| 屏幕内容描述 | 高密度(约每2秒1条) |
| 麦克风语音内容 | 低密度(按句子生成) |
| 系统音频摘要 | 低密度(按句子生成) |
tailgrep '"channel":"visual_index"' /tmp/videodb_pp_events.jsonl | tail -10grep -i 'keyword' /tmp/videodb_pp_events.jsonl$(date +%s)epoch - N*60unix_tsgrepsearch-rtstream.jsnode search-rtstream.js --query="your query" --cwd=<PROJECT_ROOT>是用户项目目录的绝对路径。它不是当前skill的目录,请在运行命令前解析该路径。<PROJECT_ROOT>