🛠️ SeekAndAnalyze動画
Memories.aiの大規模視覚記憶
📺 まず動画で見る(YouTube)
▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Seek and analyze video content using Memories.ai Large Visual Memory Model for persistent video intelligence
🇯🇵 日本人クリエイター向け解説
Memories.aiの大規模視覚記憶
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Seek And Analyze Video を使って、最小構成のサンプルコードを示して
- › Seek And Analyze Video の主な使い方と注意点を教えて
- › Seek And Analyze Video を既存プロジェクトに組み込む方法を教えて
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Claude が読む原文 SKILL.md(中身を展開)
この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。
When to Use
Use this skill when the user wants to search for, import, or analyze video content from TikTok, YouTube, or Instagram, summarize meetings or lectures from recordings, build a searchable knowledge base from video content, or research social media trends and creators.
Seek and Analyze Video
Description
This skill enables AI agents to search, import, and analyze video content using Memories.ai's Large Visual Memory Model (LVMM). Unlike one-shot video analysis tools, it provides persistent video intelligence -- videos are indexed once and can be queried repeatedly across sessions. Supports social media import (TikTok, YouTube, Instagram), meeting summarization, knowledge base building, and cross-video Q&A via Memory Augmented Generation (MAG).
Overview
The skill wraps 21 API commands into workflow-oriented reference guides that agents load on demand. A routing table in SKILL.md maps user intent to the right workflow automatically.
When to Use This Skill
- Use when analyzing or asking questions about a video from a URL
- Use when searching for videos on TikTok, YouTube, or Instagram by topic, hashtag, or creator
- Use when summarizing meetings, lectures, or webinars from recordings
- Use when building a searchable knowledge base from video content and text memories
- Use when researching social media content trends, influencers, or viral patterns
- Use when analyzing or describing images with AI vision
How It Works
Step 1: Intent Detection
The agent reads the SKILL.md workflow router and matches the user's request to one of 6 intent categories.
Step 2: Reference Loading
The agent loads the appropriate reference file (e.g., video_qa.md for video questions, social_research.md for social media research).
Step 3: Workflow Execution
The agent follows the step-by-step workflow: upload/import -> wait for processing -> analyze/chat -> present results.
Examples
Example 1: Video Q&A
User: "What are the key arguments in this video? https://youtube.com/watch?v=abc123"
Agent: uploads video -> waits for processing -> uses chat_video to ask questions -> presents structured summary
Example 2: Social Media Research
User: "What's trending on TikTok about sustainable fashion?"
Agent: uses search_public to find trending videos -> imports top results -> analyzes content patterns
Example 3: Meeting Notes
User: "Summarize this meeting recording and extract action items"
Agent: uploads recording -> waits -> gets transcript -> uses chat_video for structured summary with action items
Best Practices
- Always wait for video processing to complete before querying
- Use caption_video for quick analysis (no upload needed)
- Use chat_video for deep, multi-turn analysis (requires upload)
- Use search_audio to find specific moments or quotes in a video
- Use memory_add to store important findings for later retrieval
Common Pitfalls
-
Problem: Querying a video before processing completes Solution: Always use the
waitcommand after upload before any analysis -
Problem: Uploading a video when only a quick caption is needed Solution: Use
caption_videofor one-off analysis; only upload for repeated queries
Limitations
- Video processing takes 1-5 minutes depending on length
- Free tier limited to 100 credits
- Social media import requires public content
- Audio search only works on processed videos
Related Skills
- Video analysis tools for one-shot analysis
- Web search skills for non-video content research