Agent skill · Code Review & Quality

hands-3d-pose

High-quality 3D hand pose estimation for egocentric videos from ECCV 2024 (ap229997/hands). Provides 3D joint keypoints and skeleton visualization projected to 2D. Optimized for daily egocentric activities with state-of-the-art accuracy. Outputs hand skeleton overlays on video frames.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill hands-3d-pose --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/labclaw/hands-3d-pose/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 3D Hand Pose Estimation (ECCV 2024) ## Overview State-of-the-art 3D hand pose estimation system specifically designed for egocentric (first-person) videos. Published at ECCV 2024, this method provides accurate 3D joint keypoints for hands in daily activities, with robust performance on challenging egocentric viewpoints. The system outputs detailed hand skeleton visualizations with 3D joints projected onto 2D video frames. **Project video**: https://youtu.be/YolFnTtq38E **Key advantage**: Delivers precise joint-level hand pose (not just bounding boxes) for detailed hand motion analysis and gesture understanding. ## When to Use This Skill This skill should be used when: - Need detailed 3D hand joint positions and orientations - Analyzing hand gestures and finger movements in egocentric videos - Building gesture recognition systems with pose-based features - Studying hand-object interactions with precise hand geometry - Creating annotated videos with hand skeleton overlays - Research in egocentric activity recognition - Applications requiring finger-level accuracy (dexterous manipulation) - Biomechanics analysis of hand movements - Sign language or communication gesture analysis **C

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. 3D Hand Joint Estimation
  5. 2. 2D Projection and Visualization
  6. 3. Video Processing Pipeline
  7. 4. Single Frame Processing
  8. 5. Hand Detection Integration
  9. Installation and Setup
  10. Usage Examples
  11. Example 1: Process Video with 3D Pose Output
  12. Example 2: Extract Hand Pose Features for Gesture Recognition
  13. Example 3: Analyze Hand-Object Interaction
  14. Example 4: Batch Process Dataset
Commands it runs
Clone repository
git clone https://github.com/ap229997/hands.git
cd hands
Switch to demo branch
git checkout demo
Install dependencies
pip install -r requirements.txt
Key dependencies: PyTorch, OpenCV, torchvision, numpy
Download pre-trained models
bash scripts/download_models.sh
More from awesome-bio-agent-skills
All skills →
About this skill
What does the hands-3d-pose skill do?

High-quality 3D hand pose estimation for egocentric videos from ECCV 2024 (ap229997/hands). Provides 3D joint keypoints and skeleton visualization projected to 2D. Optimized for daily egocentric activities with state-of-the-art accuracy. Outputs hand skeleton overlays on video frames.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill hands-3d-pose --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going