← Back to Skills Marketplace
MongoDB Skill - 灵活的文档数据库管理
by
ryanlee-gemini
· GitHub ↗
· v1.0.0
· MIT-0
207
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mongodb-skill
Description
MongoDB 文档数据库管理技能。通过自然语言查询、管理 MongoDB,支持文档查询、聚合操作、索引管理、地理空间查询等功能。当用户提到 MongoDB、NoSQL、文档数据库时使用此技能。
Usage Guidance
This skill appears to be what it says: a MongoDB helper with command examples and install hints. Before installing or using it: (1) verify the referenced repository/homepage if you want higher assurance (package.json points to a GitHub repo and a homepage you can inspect), (2) only supply database connection strings/credentials for accounts with minimal privileges, not full admin accounts, (3) be careful when running mongorestore/mongodump — restore can overwrite data, and (4) installing system packages requires sudo/homebrew and is a normal step but review commands before running them. If you need stronger assurance, check the upstream repository and author and test on a non-production database first.
Capability Assessment
Purpose & Capability
The name/description (MongoDB management) matches the declared requirements: mongosh, mongodump, mongorestore, and pymongo are reasonable and expected for the documented features (queries, aggregation, backups, restore, indexing, geospatial).
Instruction Scope
SKILL.md contains typical MongoDB commands and examples (connection strings, find/aggregate/update examples, mongodump/mongorestore). It does include examples with plaintext connection strings (username:password) but does not instruct the agent to read unrelated files, exfiltrate data, or call third‑party endpoints. Recommend users avoid pasting production credentials into public inputs and use least‑privilege accounts.
Install Mechanism
No embedded install script that downloads arbitrary archives. package.json lists system installs (apt, brew) and pip install for pymongo — these are standard package managers and appropriate for the skill. No suspicious external URLs or extract-from-unknown-host steps are present.
Credentials
The skill does not require environment variables or secrets in its metadata. However, practical use requires supplying MongoDB connection strings/credentials to connect to databases; this is expected but users should provide only minimal-permission credentials and avoid exposing secrets to untrusted interfaces.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system-wide privileges or modify other skills. There is no evidence it attempts to alter agent/system configuration beyond normal install recommendations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mongodb-skill - After installation, invoke the skill by name or use
/mongodb-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
🎉 首发版本!
主要功能:
• 🔍 灵活查询 - 自然语言描述,自动生成查询语句
• 📊 聚合分析 - 复杂的数据聚合和统计分析
• 📑 文档操作 - 嵌套文档、数组操作
• 🌍 地理查询 - 地理空间查询和距离计算
• 📈 索引管理 - 复合索引、文本索引、地理索引
• 💾 备份恢复 - mongodump/mongrestore 完整方案
适合人群:开发者、数据分析师、后端工程师
Metadata
Frequently Asked Questions
What is MongoDB Skill - 灵活的文档数据库管理?
MongoDB 文档数据库管理技能。通过自然语言查询、管理 MongoDB,支持文档查询、聚合操作、索引管理、地理空间查询等功能。当用户提到 MongoDB、NoSQL、文档数据库时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 207 downloads so far.
How do I install MongoDB Skill - 灵活的文档数据库管理?
Run "/install mongodb-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MongoDB Skill - 灵活的文档数据库管理 free?
Yes, MongoDB Skill - 灵活的文档数据库管理 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MongoDB Skill - 灵活的文档数据库管理 support?
MongoDB Skill - 灵活的文档数据库管理 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MongoDB Skill - 灵活的文档数据库管理?
It is built and maintained by ryanlee-gemini (@ryanlee-gemini); the current version is v1.0.0.
More Skills