What problem does it solve? Engineers often need to inspect document data in ByteDoc (MongoDB) databases to debug issues or verify contents, but doing so across multiple regions and gateways requires manual authentication and connection setup. This Skill runs read-only find queries against ByteDoc collections through the ByteCloud Gateway with a single command. ## Core Features & Use Cases - MongoDB Find Queries: Execute find queries with optional filters and result limits against any ByteDoc database and collection. - Multi-Region Support: Query collections in Singapore-Central, US-East, China-North, and China-BOE regions using simple region aliases like sg, us, cn, or boe. - Structured Output: Receive query results as structured JSON including the matched documents and result count. - Use Case: While debugging a data issue, run a filtered find query such as find({"status": "active"}) on the treco_llm_core database to inspect the affected documents without writing any connection code. ## Quick Start Ask the agent to query the llm_core_task_test collection in the treco_llm_core ByteDoc database and return the first 10 documents matching a status filter.