Agent skill · Security

egocentric_view_to_structured_log

Converts first-person XR headset video into a structured experiment timeline log. Extracts timestamped events (action, object, location, result) via VLM or action recognition, outputs Markdown or JSON for downstream analysis, reporting, protocol compliance audit, or ELN attachment.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/labclaw/egocentric_view_to_structured_log/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

# Egocentric View to Structured Log ## Overview `egocentric_view_to_structured_log` transforms raw first-person XR headset footage into a machine-readable experiment timeline. It processes the egocentric video stream frame-by-frame (or at configurable intervals), applies VLM or action-recognition models to infer what the operator did — pipetting, vortexing, adding reagent, loading centrifuge, labeling tube — and emits a structured log with timestamp, action type, object(s) involved, spatial location, and optional result or observation. The output is Markdown (human-readable timeline) or JSON (for programmatic consumption), suitable for ELN attachment, protocol compliance cross-reference, `generate_scientific_method_section` input, or audit trail documentation in the LabOS "from video to paper" pipeline. ## When to Use This Skill Use this skill when any of the following conditions are present: - **Experiment timeline documentation**: A researcher needs a chronological record of what was done during an experiment — "at 14:23, added buffer to tube A1; at 14:25, vortexed; at 14:30, loaded centrifuge" — without manual note-taking. - **ELN or Benchling attachment**: An electronic lab not

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Egocentric Video Processing
  5. 2. Action & Object Recognition
  6. 3. Location & Context Enrichment
  7. 4. Structured Log Schema
  8. 5. Output Formats & Export Options
  9. 6. Integration with Downstream Skills
  10. Usage Examples
  11. Example 1 — Post-Recording Full Log (JSON)
  12. Example 2 — Markdown for ELN Attachment
  13. Example 3 — Real-Time Streaming Log (NDJSON)
  14. Integration Notes
More from awesome-bio-agent-skills
All skills →
About this skill
What does the egocentric_view_to_structured_log skill do?

Converts first-person XR headset video into a structured experiment timeline log. Extracts timestamped events (action, object, location, result) via VLM or action recognition, outputs Markdown or JSON for downstream analysis, reporting, protocol compliance audit, or ELN attachment.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill egocentric_view_to_structured_log --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