Yindenganalyse
Skill by aiyoubug
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiyoubug/yindenganalyseWhat This Skill Does
Yindenganalyse is an automated intelligence tool designed for the CoPAW (Copilot Automation Workflow) ecosystem, specifically built to monitor and extract data from the China Banking Assets Registration & Exchange Center (Yindeng). This skill automates the discovery, downloading, and intelligent processing of non-performing loan (NPL) transfer announcements and their subsequent results. By integrating advanced OCR and LLM-driven analysis, it converts raw PDF documents—which are often complex and unstructured—into clean, actionable spreadsheets (Excel). It serves as a vital bridge between public financial portals and internal database management, allowing users to track market trends and specific asset disposal activities without manual intervention.
Installation
To integrate this skill into your environment, utilize the OpenClaw management CLI. Run the following command in your terminal:
clawhub install openclaw/skills/skills/aiyoubug/yindenganalyse
Ensure that your system environment is pre-configured with Tesseract-OCR and Poppler, as these dependencies are required for the underlying document parsing engine. After the installation, confirm your requirements are met by running pip install -r requirements.txt within the skill directory.
Use Cases
This tool is primarily designed for financial analysts, debt collection agencies, and legal professionals who need to keep a constant pulse on the NPL market. Typical use cases include:
- Market Surveillance: Automatically archiving all new transfer announcements posted on the Yindeng platform to maintain a historical database.
- Portfolio Monitoring: Tracking the outcome of specific debt transfers to identify winning bidders or price patterns in the不良贷款 (NPL) market.
- Automated Data Processing: Eliminating manual data entry by extracting key financial figures directly from PDF notices into structured Excel reports for further financial modeling.
Example Prompts
- "Run the Yindenganalyse skill to crawl the latest transfer results and generate an analysis report for today."
- "Check for new NPL announcements from March 3rd, 2026, and export the extracted data to an Excel file."
- "Execute the crawler for all result announcements and summarize the key transaction details using the DeepSeek model."
Tips & Limitations
- Environment Variables: To enable the analytical features, ensure
LLM_API_KEYis configured. The tool defaults to DeepSeek but is flexible enough to support SiliconFlow or Qwen depending on your preference. - OCR Quality: As with all OCR-based tools, the quality of the output depends on the readability of the source PDFs. Ensure high-resolution scanning or clear original digital files whenever possible.
- Data Privacy: Because this tool reads and processes external financial documentation, verify that your API provider complies with your internal data security and privacy policies before sending sensitive document content to the LLM for analysis.
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-aiyoubug-yindenganalyse": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api