ai-non-deep-user-inspection

Filter AI inspection data for non-deep users and export a daily JSON.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gaojingqi12/inspection --skill ai-non-deep-user-inspection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-non-deep-user-inspection
Source: https://github.com/gaojingqi12/inspection/tree/main/AI-inspection
Command: npx skills add https://github.com/gaojingqi12/inspection --skill ai-non-deep-user-inspection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, playwright, and includes scripts (resource) components.

What problem does it solve?

Automates the detection of AI non-deep users from daily AI inspection data and prepares a concise JSON for the orchestrator.

Core Features & Use Cases

  • Automated data gathering: downloads the AI depth report, filters rows where the field 是否深度用户 equals 否, and exports a JSON array of non-deep users.
  • Targeted reporting: outputs a list of user names for inclusion in HTML reports and weekly summaries.
  • Use Case: integrates with JoyClaw to produce daily non-deep user lists for targeted outreach or training.

Quick Start

Run the AI non-deep user inspection script from the AI-inspection directory to generate today's non-deep-user JSON.

Frequently Asked Questions about ai-non-deep-user-inspection

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

FAQPage Schema
How do I filter non-deep users from an AI inspection Excel report?

This Skill filters non-deep users from an AI inspection Excel report by parsing rows where the field 是否深度用户 equals 否. It then exports the extracted user details into a JSON array for daily reporting.

Can I use pandas and Playwright to automate daily AI reporting data extraction?

Yes, you can use pandas and Playwright to automate daily AI reporting data extraction. Python with pandas reads the Excel report to filter user depth data, while Playwright handles downloading the report for JSON export.

What is the best way to export a JSON array of specific user details from Excel?

The best way to export a JSON array of specific user details from Excel is using Python with pandas to read and filter the spreadsheet rows. This approach extracts matching records and writes them directly into a JSON array format.

Does this daily AI inspection workflow require a specific Python environment?

Yes, the daily AI inspection workflow requires a Python environment with pandas and Playwright installed. These dependencies are necessary to read the Excel report, filter the non-deep user rows, and write the final JSON output.

How do I integrate non-deep user JSON data with JoyClaw for targeted outreach?

You integrate non-deep user JSON data with JoyClaw by running the inspection script to generate a daily JSON file. This file contains the filtered array of user details, which JoyClaw consumes for targeted outreach and reporting.

What are the limitations of using Excel reports for identifying AI non-deep users?

A limitation of using Excel reports for identifying AI non-deep users is the strict dependency on the exact column name 是否深度用户. If the report schema changes or the field is missing, the pandas filtering logic will fail to export the JSON.