TopRank Skills

Home / Claw Skills / 其他 / Capneteq Cesco345
Official OpenClaw rules 15%

Capneteq Cesco345

functions/src/mcp/openclaw skill/SKILL.md

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Capneteq Cesco345 技能。 若已安装,则直接安装 Capneteq Cesco345 技能。

Overview

Skill Key
cesco345/capneteq-cesco345
Author
cesco345
Source Repo
openclaw/skills
Version
-
Source Path
skills/cesco345/capneteq-cesco345
Latest Commit SHA
5c7c5e0592ad216cabb6d620201d264f60f17e39

Extracted Content

SKILL.md excerpt

functions/src/mcp/openclaw-skill/SKILL.md

# Capital Equipment Platform

Find, book, and manage scientific research equipment through your AI assistant. Search 10,000+ instruments across 500+ core facilities at 200+ institutions.

## What This Skill Does

- **Search Equipment**: Find microscopes, spectrometers, sequencers near any location
- **Check Availability**: Real-time booking windows for shared instruments
- **Book Equipment**: Reserve time slots directly through your assistant
- **Submit Service Requests**: Describe needs and get quotes from providers
- **Find Collaborators**: Discover researchers by expertise in specific techniques
- **Track Papers**: Find published research linked to specific instruments
- **Compatibility Check**: Verify equipment combinations for workflows
- **Price Intelligence**: Fair market values, institutional rates, depreciation
- **Compliance**: IP agreement and safety requirements for cross-institutional use

## Authentication

This skill uses OAuth 2.1 for secure access via the standard MCP OAuth flow:

1. On first use, you will be redirected to the Capital Equipment sign-in page
2. Sign in with your institutional credentials (Google, Microsoft, or email)
3. Authorize the AI assistant to act on your behalf
4. The OAuth token is managed automatically - no API keys needed

**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.**

## Setup

Add the MCP server to your OpenClaw configuration:

```json
{
  "mcp": {
    "servers": [
      {
        "name": "capneteq-cesco345",
        "type": "sse",
        "url": "[https://capneteq.com/mcpServer/mcp](https://capneteq.com/mcpServer/mcp)"
      }
    ]
  }
}
```

Related Claw Skills