Database Query (数据库查询) This skill guides you through executing SQL against the MoviePilot database. Both read and write operations are supported. Prerequisites You need the following tools: - - Execute shell commands to run database queries. Use when you need the query result immediately. Getting Database Connection Info The system prompt section already contains all the database connection details you need: - 数据库类型 — or - 数据库 — Full connection info: - For SQLite: the database file path, e.g. - For PostgreSQL: the connection string, e.g. Do NOT run any detection commands. Extract the database…