# Overview

## Overview

<figure><img src="/files/wZuUs5ZBWGj5blrQmzdh" alt=""><figcaption></figcaption></figure>

MagiClaw is a versatile two-finger end-effector that can be hand-held by human operators or mounted on a robotic arm.

It captures comprehensive action data (including kinematic motion, force, and contact deformation) from real-world demonstrations. The fingers feature soft, parallel-mechanism-driven designs, each with a miniature camera for vision-based deformable perception.

An iPhone (with integrated LiDAR) provides additional environmental sensing and processes all sensor streams via a custom iOS application.

{% embed url="<https://www.youtube.com/embed/QV0aQd1CYwY?si=EGqAmccfXgsnD4hm>" %}

## Citation

Please cite MagiClaw if you use it in your projects or publications:

```tex
@misc{wu2025magiclaw,
      title={MagiClaw: A Dual-Use, Vision-Based Soft Gripper for Bridging the Human Demonstration to Robotic Deployment Gap}, 
      author={Tianyu Wu and Xudong Han and Haoran Sun and Zishang Zhang and Bangchao Huang and Chaoyang Song and Fang Wan},
      year={2025},
      eprint={2509.19169},
      archivePrefix={arXiv},
      primaryClass={cs.RO},
      url={https://arxiv.org/abs/2509.19169}, 
}

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.ancoraspring.com/asmagiclaw/magiclaw/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
