โ† All skills
Tencent SkillHub ยท Developer Tools

MongoDB Atlas

browse MongoDB Atlas Admin API specifications and execute operations (if credentials provided).

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

browse MongoDB Atlas Admin API specifications and execute operations (if credentials provided).

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, resources/atlas-admin-api-v2-openapi-source.json, scripts/atlas-api.mjs, scripts/atlas-call.mjs

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

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.

1. List API Catalog

List all available API categories or filter by keyword. 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. node {baseDir}/scripts/atlas-api.mjs detail listClusterDetails

3. Get Schema Definition

Get the data model schema for complex types. 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): STOP & REVIEW: You MUST NOT execute the command immediately. PREVIEW: Use --dry-run first to verify the payload and endpoint. CONFIRM: Display the full command and JSON body to the user. EXECUTE: Only run with --yes after receiving explicit user approval. Usage Examples 1. Read-Only (Safe) node {baseDir}/scripts/atlas-call.mjs GET groups/{groupId}/clusters 2. Create/Modify (RISKY - Require Approval) 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 interactive confirmation (Use CAREFULLY). Environment Requires ATLAS_CLIENT_ID and ATLAS_CLIENT_SECRET to be set.

Core Categories

(Use catalog command to see the full list of 50+ categories) Clusters / Cloud Backups Projects / Organizations Database Users / Custom Database Roles Alerts / Alert Configurations Monitoring and Logs / Events Network Peering / Private Endpoint Services Serverless Instances Access Tracking / Auditing

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • scripts/atlas-api.mjs Scripts
  • scripts/atlas-call.mjs Scripts
  • resources/atlas-admin-api-v2-openapi-source.json Config