Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By skindhu
Create Kurzgesagt-style animated explainer videos from storyboards and analyze US stock SEC filings to generate professional investment reports using AI deep research.
npx claudepluginhub skindhu/skind-skills --plugin skind-skillsCreate educational videos using Remotion with Kurzgesagt/ๅๅฝข้ style. Use when users want to: (1) create teaching or educational videos, (2) design video storyboards, (3) produce animated explainer videos, (4) build SVG-based animations for learning content, (5) visualize complex concepts with motion graphics, (6) make science/tech explainer videos, (7) create ๅฏ่งๅ่ฎฒ่งฃ่ง้ข or ็งๆฎ่ง้ข. Triggers on requests like 'ๅธฎๆๅไธไธชๆๅญฆ่ง้ข', 'create an explainer video about X', 'ๅถไฝ็งๆฎๅจ็ป', 'make a video explaining Y'. This skill requires remotion-best-practices skill for technical implementation.
US Stock Investment Research Assistant. Supports Gemini Deep Research or Claude Native Deep Research (7-Phase + GoT). Use when analyzing 10-K/10-Q reports or generating investment research reports.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin for video analysis, deep research, content extraction, web search, and explainer video creation โ powered by Gemini 3.5 Flash.
Full video production pipeline for Remotion โ gives Claude eyes (video analysis), voice (TTS/voiceover), ears (music/SFX), stock footage, AI image/video generation, TikTok captions, 3D content, and more. By Dojo Coding Labs.
Edit and render videos with FFmpeg and Remotion, from stitching and transitions to captions and teasers. Design presentations in Excalidraw and generate AI-powered infographics.
Professional equity research analysis with institutional-grade formatting.
The creative suite for AI agents โ motion graphics, asset generation, and video rendering via Remotion + @oanim/core
Automate Google NotebookLM at scale. Citation-backed Q&A, full Studio generation (audio, video, infographic, report, presentation, data table), multi-account rotation with auto-reauth, and batch_to_vault for offline RTFM-ingestable answer caching.
Claude Code skills shared by skindhu for improving daily work and learning efficiency.
For more AI exploration content, follow the author's WeChat Official Account:
npx add-skill skindhu/skind-skills
In Claude Code, run:
/plugin marketplace add skindhu/skind-skills
Option 1: Browse and Install
Option 2: Direct Install
# Install skind-skills plugin
/plugin install skind-skills@skind-skills
Option 3: Tell the Agent
Simply tell Claude Code:
Please help me install skills from github.com/skindhu/skind-skills
| Plugin | Description | Included Skills |
|---|---|---|
| skind-skills | Investment research and educational video creation | us-stock-researcher, educational-video-creator |
To update skills to the latest version:
/pluginYou can also select Enable auto-update for automatic updates on startup.
Institutional-grade deep analysis of US stock SEC filings, outputting professional investment research reports.
Features:
Research Modes:
| Mode | When to Use | Requirements |
|---|---|---|
| Gemini Mode | Default when API key configured | GEMINI_API_KEY environment variable |
| Claude Native Mode | When no Gemini API or user requests | WebSearch tool access |
Usage Examples:
# Analyze latest annual report
Analyze AAPL's latest 10-K annual report
# Deep research a specific company
Deep research MSFT's 10-K filing
# Financial sector analysis (auto-selects Financial module)
Analyze JPM's latest annual report
# Pharma sector analysis (auto-selects Pharma module)
Research PFE's financial report
Output:
<project_root>/investment-research/{TICKER}/
โโโ tmp/
โ โโโ sec_filings/cleaned.txt # Cleaned SEC filing
โ โโโ analysis-framework-YYYY-MM-DD.md # Dynamic analysis framework
โ โโโ phase1-YYYY-MM-DD.md # Phase 1 filing analysis
โ โโโ phase2-YYYY-MM-DD.md # Phase 2 web research
โโโ {TICKER}-Investment-Report-YYYY-MM-DD.md # Final report
Create professional educational videos with Kurzgesagt/ๅๅฝข้ visual style using Remotion.
Features:
Prerequisites:
remotion-best-practices skill (install via npx skills add https://github.com/remotion-dev/skills --skill remotion-best-practices)Workflow:
| Phase | Description |
|---|---|
| 1. Requirements | Confirm topic, audience, language, duration |
| 1.5. Script | Write complete narrative with story arc |
| 2. Storyboard | Break script into visual scenes with animation specs |
| 3. Visual Design | Apply Kurzgesagt/ๅๅฝข้ style guide |
| 4. Animation | Implement scenes using Remotion |
| 4.5. Audio | Generate TTS narration and background music |
| 5. QA | Auto style check, screenshot review, auto-fix |
Usage Examples:
# Create an educational video
ๅธฎๆๅไธไธชๅ
ณไบ้ๅญ่ฎก็ฎ็ๆๅญฆ่ง้ข
# Create an explainer video
Create an explainer video about how blockchain works
# Create a science video
ๅถไฝไธไธช่ฎฒ่งฃๅ
ๅไฝ็จ็็งๆฎๅจ็ป
Output:
your-workspace/
โโโ remotion_video/
โโโ src/
โ โโโ Root.tsx
โ โโโ YourVideo/
โ โโโ index.tsx
โ โโโ scenes/
โ โโโ components/
โโโ public/
โโโ package.json
# Required for SEC EDGAR API
export SEC_EDGAR_COMPANY_NAME="YourCompany"
export SEC_EDGAR_EMAIL="your@email.com"
# Required for Gemini Mode (us-stock-researcher)
export GEMINI_API_KEY="your_gemini_api_key"
MIT