35CRM Sales Lead Management
Paste the following prompt into your AI chat to install this skill:
Please install @org-r4wuabfo/crm-saleslead-mgmt following https://skillhub.cn/install/skillhub.md.
About this skill
Problem
When wiring 35CRM sales lead endpoints into an agent workflow, the brittle parts are often auth, encoding, and response shape rather than the business fields themselves. crm-saleslead-mgmt targets that integration surface for basic sales lead operations, including lead list queries, lead creation, and follow-up list queries, while keeping Token auth, Chinese request encoding, date format, and rows / data parsing consistent.
How It Works
The skill starts by collecting the required credentials, then validates the token with crm_login.py, returning success, token, and base_url. Credentials are reused within the session instead of being re-asked. Subsequent calls normally go through crm_query.py or crm_form_submit.py rather than raw curl.
- Query: POST /salesLead/list, POST /SalesLeadFollow/list.
- Create: use viewId=SalesLeadAdd in the generic form flow: fetch view/form, parse fields, then submit insert.
- Runtime constraints: Chinese payloads should go through Python scripts; multipart can be sent with curl --data-binary @- via subprocess; dates use Y-m-d H:i:s; response parsing prefers resp.get('rows') or resp.get('data') or [].
Boundaries
This fits teams that already expose 35CRM lead endpoints and need reliable reads or writes for sales leads and follow-ups. It does not replace CRM configuration, permission design, or data cleaning, and it should not assume every field is returned by generic queries. If the API shape changes, check authentication.md, base.md, enums.md, sales_lead.md, and sales_lead_follow.md for field and enum definitions.
Use Cases
- Sales ops reviewing lead source and status daily query the 35CRM sales lead list to filter priority leads.
- Lead coordinators entering new inquiries use the sales lead creation flow to create records with source channel.
- Customer service supervisors reviewing follow-up progress query the lead follow-up list for key accounts.
- Implementation consultants integrating customer CRM validate the token and call the generic query script for leads.
Best For
- CRM integration engineers who need reliable calls to sales lead query and creation endpoints.
- Sales operations leads who regularly review lead lists and follow-up records.
- Customer service supervisors who need to check follow-up coverage for key accounts.
- Internal implementation consultants who want to connect 35CRM lead APIs to automated workflows.
Related Skills
Scans a reimbursement folder, extracts ride, hotel, high-speed rail, and flight details, calculates allowances and discounts, and outputs a deduplicated report.
Stress-test product logic by challenging assumptions, demanding evidence, and pruning the idea to a minimal verifiable core.
Guides WeChat merchant payment integration by routing JSAPI, Mini Program, APP, H5, Native, and payment-code scenarios to the right product.
AI agent tool for generating HTML proposals for client visit business scenarios, featuring deep research and dynamic mainline mapping.