# Send Capital Equipment Network (CapNetEq) to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "capital-equipment",
    "name": "Capital Equipment Network (CapNetEq)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/cesco345/capital-equipment",
    "canonicalUrl": "https://clawhub.ai/cesco345/capital-equipment",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/capital-equipment",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=capital-equipment",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "AUTOMATIONS.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/capital-equipment"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/capital-equipment",
    "downloadUrl": "https://openagent3.xyz/downloads/capital-equipment",
    "agentUrl": "https://openagent3.xyz/skills/capital-equipment/agent",
    "manifestUrl": "https://openagent3.xyz/skills/capital-equipment/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/capital-equipment/agent.md"
  }
}
```
## Documentation

### 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, and more 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 your research needs and get quotes from facility providers
Find Collaborators: Discover researchers with expertise in specific techniques or equipment
Track Papers: Find published research linked to specific instruments and methods
Compatibility Check: Verify equipment combinations work for your experimental workflow
Price Intelligence: Fair market values, institutional rates, and depreciation data for equipment purchases
Compliance: Get IP agreement and safety requirements for cross-institutional equipment use

### Setup

Capital Equipment supports auto-discovery and secure OAuth 2.1.

Connect the Server: Add the Server-Sent Events (SSE) endpoint to your OpenClaw config:

{
  "mcp": {
    "servers": [
      {
        "name": "capital-equipment",
        "type": "sse",
        "url": "[https://us-central1-capital-equipment-dev.cloudfunctions.net/mcpServer/mcp](https://us-central1-capital-equipment-dev.cloudfunctions.net/mcpServer/mcp)"
      }
    ]
  }
}
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: cesco345
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/capital-equipment)
- [Send to Agent page](https://openagent3.xyz/skills/capital-equipment/agent)
- [JSON manifest](https://openagent3.xyz/skills/capital-equipment/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/capital-equipment/agent.md)
- [Download page](https://openagent3.xyz/downloads/capital-equipment)