ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Capneteq Cesco345

Skill by cesco345

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cesco345/capneteq-cesco345
Or

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:

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

Metadata

Author@cesco345
Stars3917
Views0
Updated2026-04-08
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cesco345-capneteq-cesco345": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.