Overview
- Skill Key
- finishy1995/mongodb-atlas-admin
- Author
- finishy1995
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/finishy1995/mongodb-atlas-admin
- Latest Commit SHA
- 90e4cd7c9f9343c1c444aa8e50646512792ad746
browse MongoDB Atlas Admin API specifications and execute operations (if credentials provided).
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 mongodb-atlas 技能。 若已安装,则直接安装 mongodb-atlas 技能。
# MongoDB Atlas Admin API
Tool to browse OpenAPI specifications for MongoDB Atlas.
**Note:** If `ATLAS_CLIENT_ID` and `ATLAS_CLIENT_SECRET` are configured in the environment, this tool can also execute live API calls. Without credentials, it functions as a read-only documentation browser.
## Commands
### 1. List API Catalog
List all available API categories or filter by keyword.
```bash
node {baseDir}/scripts/atlas-api.mjs catalog # list all categories
node {baseDir}/scripts/atlas-api.mjs catalog Clusters
```
### 2. Get API Details
Get full endpoint definition (method, path, params) for a specific Operation ID.
```bash
node {baseDir}/scripts/atlas-api.mjs detail listClusterDetails
```
### 3. Get Schema Definition
Get the data model schema for complex types.
```bash
node {baseDir}/scripts/atlas-api.mjs schema "#/components/schemas/ApiError"
```
### 4. Execute Live API Calls
Execute real HTTP requests against the Atlas API.
**Script:** `node {baseDir}/scripts/atlas-call.mjs <METHOD> <ENDPOINT> [flags]`
#### ⚠️ Mandatory Safety Protocol
**For any state-changing operation (POST, PUT, PATCH, DELETE):**
1. **STOP & REVIEW**: You MUST NOT execute the command immediately.
2. **PREVIEW**: Use `--dry-run` first to verify the payload and endpoint.
3. **CONFIRM**: Display the full command and JSON body to the user.
4. **EXECUTE**: Only run with `--yes` after receiving explicit user approval.
#### Usage Examples
**1. Read-Only (Safe)**
```bash
node {baseDir}/scripts/atlas-call.mjs GET groups/{groupId}/clusters
```
**2. Create/Modify (RISKY - Require Approval)**
```bash
node {baseDir}/scripts/atlas-call.mjs POST groups/{groupId}/clusters \
--data '{"name":"DemoCluster", "providerSettings":{...}}' \
--dry-run
```
#### Options
* `-d, --data <json>`: Request body string (ensure proper JSON escaping).
* `-p, --params <json>`: Query parameters.
* `--dry-run`: Print the request details without executing (Recommended for verification).
* `--yes`: Skip interac...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.