Qinglong Crm Extractor
Skill by pandasun
Why use this skill?
Automate your CRM data collection with the Qinglong Extractor. Safely login, extract business data, and save HTML reports easily.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/pandasun/qinglong-crm-extractorWhat This Skill Does
The Qinglong CRM Extractor is a powerful automation utility developed by pandasun designed to interface directly with customer relationship management (CRM) systems. By leveraging the Playwright automation framework, this skill mimics human browser behavior to navigate complex login processes, interact with dynamic elements, and pull critical business data from behind authenticated portals. Unlike simple web scrapers, it handles stateful sessions, allowing it to navigate through multi-step forms or dashboard interfaces to extract specific business intelligence. Beyond mere data points, the skill also saves the raw HTML source code, providing a reliable audit trail for compliance or verification purposes, and compiles the final output into a clean, structured data report suitable for further analysis.
Installation
To utilize this skill, ensure you have Python installed on your system. Run the following command in your terminal to install the skill via OpenClaw:
clawhub install openclaw/skills/skills/pandasun/qinglong-crm-extractor
After installing the package, you must ensure the underlying browser engine is set up correctly. Run these commands to initialize the browser dependencies:
pip install playwright playwright install chromium
Use Cases
- Automated Sales Reporting: Schedule the agent to pull daily sales pipeline data from your CRM at a specific time each morning.
- Data Migration & Backups: Regularly archive CRM customer records as structured JSON or CSV files for offline redundancy.
- Lead Enrichment: Extract prospect data from custom CRM views to feed into secondary marketing tools.
- Audit Compliance: Capture HTML snapshots of CRM records at specific intervals to maintain documentation of data states for internal audits.
Example Prompts
- "Open the Qinglong CRM Extractor, log into my account using the saved credentials, and export all new leads from the 'Q3 Pipeline' view into a CSV file."
- "Run the CRM extractor tool to pull today's customer support tickets and save the HTML source for the last 5 pages visited."
- "Automate the extraction of my daily sales dashboard data and summarize the total volume of new opportunities identified in the last 24 hours."
Tips & Limitations
- Credentials: Never store your plaintext CRM credentials directly in the script. Use environment variables or an encrypted secrets manager.
- DOM Stability: Because this tool relies on HTML structure, significant updates to your CRM's UI might break the extraction logic, requiring a script update.
- Rate Limiting: Be mindful of your CRM's API or server rate limits; configure the script to add slight delays between actions if scraping large volumes of data.
- Permissions: Ensure the user account provided to the script has the minimum required permissions to perform its task to minimize security risks.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-pandasun-qinglong-crm-extractor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution