mongodb-queries

Execute MongoDB queries against ICJC's IN7DB and AgentDB databases.

3|2|Updated Aug 31, 2025
One-click install
npx skills add https://github.com/donggyun112/ai-librarian --skill mongodb-queries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mongodb-queries
Source: https://github.com/donggyun112/ai-librarian/tree/main/.claude/skills/mongodb-queries
Command: npx skills add https://github.com/donggyun112/ai-librarian --skill mongodb-queries

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides direct access and query capabilities for the ICJC project's MongoDB databases, enabling efficient data retrieval, updates, and deletions for various applications and debugging needs.

Core Features & Use Cases

  • Database Access: Connects to and queries both IN7DB (main app) and AgentDB (agent service) databases.
  • CRUD Operations: Supports finding, updating, and deleting collections and documents.
  • Debugging: Facilitates data verification and debugging through direct database inspection.
  • Use Case: When a user asks to check the status of a specific user in the users collection of the IN7DB database, this skill can be used to retrieve that user's record.

Quick Start

Use the mongodb-queries skill to find a user by email in the IN7DB database.

Frequently Asked Questions about mongodb-queries

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query MongoDB documents for debugging data integrity?

To query MongoDB documents for debugging, this skill directly accesses ICJC's IN7DB and AgentDB instances to find, inspect, and verify data within specific collections using Docker commands.

Can I perform CRUD operations on specific MongoDB collections like users?

Yes, you can perform CRUD operations on MongoDB collections such as users, supporting find, update, and delete actions directly against documents within the IN7DB and AgentDB databases.

What is the best way to access ICJC MongoDB databases for data retrieval?

The best way to access ICJC MongoDB databases for data retrieval is by executing targeted query commands against IN7DB and AgentDB, allowing direct inspection of collections and document records.

Does this MongoDB query approach require Docker to interface with the databases?

Yes, this MongoDB query approach requires Docker to interface with the database instances, utilizing Docker commands to manage data access, execute queries, and facilitate debugging operations.

How do I find a specific user record by email in the IN7DB MongoDB database?

To find a specific user record by email in the IN7DB MongoDB database, use this skill to execute a targeted find query against the users collection to retrieve the matching document.

When should I use direct database inspection for debugging over application logs?

Use direct database inspection for debugging when you need to verify exact data integrity, inspect raw collections, or perform manual CRUD operations on IN7DB and AgentDB documents that application logs cannot expose.