Install
openclaw skills install capneteq-cesco345Search, book, and manage scientific research equipment at 200+ institutions with real-time availability, service requests, and collaborator discovery.
openclaw skills install capneteq-cesco345functions/src/mcp/openclaw-skill/SKILL.md
Find, book, and manage scientific research equipment through your AI assistant. Search 10,000+ instruments across 500+ core facilities at 200+ institutions.
This skill uses OAuth 2.1 for secure access via the standard MCP OAuth flow:
Required Scopes: equipment:read, equipment:book, service-requests:write, profile:read
Token Lifetime: 1 hour (refresh tokens issued automatically)
No credentials need to be stored in your OpenClaw configuration.
Add the MCP server to your OpenClaw configuration:
{
"mcp": {
"servers": [
{
"name": "capneteq-cesco345",
"type": "sse",
"url": "[https://capneteq.com/mcpServer/mcp](https://capneteq.com/mcpServer/mcp)"
}
]
}
}