dv-query
Bulk reads, multi-page iteration, and analytics using the Python SDK and Web API. Use when: "query records", "read data", "bulk read", "all records", "iterate records", "expand lookup", "cross-table query", "join tables", "aggregate", "group by", "average", "sum", "count with HAVING", "$apply", "N:N expand", "notebook", "pandas", "DataFrame", "analyze data", "load into dataframe". Do not use when: MCP is sufficient (simple filter, single-record read, small result set — use MCP first), creating or modifying records (use dv-data), creating tables or columns (use dv-metadata).
Installation and usage
Bulk reads, multi-page iteration, and analytics using the Python SDK and Web API. Use when: "query records", "read data", "bulk read", "all records", "iterate records", "expand lookup", "cross-table query", "join tables", "aggregate", "group by", "average", "sum", "count with HAVING", "$apply", "N:N expand", "notebook", "pandas", "DataFrame", "analyze data", "load into dataframe". Do not use when: MCP is sufficient (simple filter, single-record read, small result set — use MCP first), creating or modifying records (use dv-data), creating tables or columns (use dv-metadata).
इंस्टॉल करने के बाद, आप टर्मिनल में यह कमांड चलाकर इस स्किल का उपयोग कर सकते हैं:
skills use dv-query