https://github.com/flagopen/roboskill
https://github.com/flagopen/roboskill
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flagopen/roboskill
- Owner: FlagOpen
- Created: 2025-07-02T07:24:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-16T10:39:09.000Z (11 months ago)
- Last Synced: 2025-07-17T14:33:16.316Z (11 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Objective
Leverage MCP's standardization capabilities to provide a unified vendor integration specification, creating an embodied robot universal skill store that enables one-click integration of robot skills with robot frameworks.
1. Robot skills are registered according to the MCP specification.
2. Organized in a hierarchical structure of `Manufacturer Name -> Model Name`.
# Usage
Best used in conjunction with [FlagOpen/RoboOS](https://github.com/FlagOpen/RoboOS)
# Vendor Adaptation Process
1. Create a manufacturer directory
2. Create a robot model directory
3. Develop skill functions based on MCP specifications
# Local Testing
Take `demo_manufacturer/demo_model` as an example:
```bash
cd demo_manufacturer/demo_model
mcp dev skill.py