AI Agent Hub
Back to skills
Xiaoshouyi CRM icon

Xiaoshouyi CRM

Business Operations Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Follow https://skillhub.cn/install/skillhub.md to install @user_9fd35848/neocrm into your AI assistant.

About this skill

Problem

When an agent needs to read or advance CRM records, the usual friction is that Xiaoshouyi account context, permissions, and API calls are scattered. Manual integration often misses authorization, pagination, and relative-time handling. Xiaoshouyi CRM collapses these operations into an MCP tool set and runs them with the current logged-in user's identity and permissions, avoiding a separate agent-side credential.

How It Works

The skill connects via streamableHttp to https://mcp.xiaoshouyi.com/mcp, recommended as server neo-crm. Before executing a business task, it checks whether the MCP server is configured. If not, it asks the user whether to install it into the current agent's MCP configuration. If configured, the first call may return authorization-required; the user must complete Xiaoshouyi login in a browser, then the tool is retried.

Core capabilities include:
- Customers and contacts: full customer profiles, long-unfollowed accounts, and contact management.
- Opportunities and leads: stage movement, win/loss marking, lead conversion, and pool pickup or release.
- Contracts, orders, and finance: contract activation/voiding, collection plans, receivables, invoices, and refunds.
- Follow-ups, schedules, and approvals: visit logs, schedules, batch tasks, and approval status.
- Data queries: search customers, opportunities, contracts, orders, and related records.

Boundaries

  • Irreversible actions such as delete, void, release, or discard require explicit confirmation.
  • Time defaults to Asia/Shanghai; relative terms can be queried directly, while exact times must be converted to millisecond timestamps.
  • List pagination is capped at 50 items per page, with a hint about whether more results exist.
  • Ambiguous terms like “visit,” “schedule,” and “pool” may map to different business objects, so the skill should ask before executing.

Use Cases

  • A sales rep picks up pool customers and logs follow-ups to avoid missing accounts.
  • A presales engineer checks stalled opportunity stages, adds contacts, and marks win or loss.
  • A delivery owner creates delivery records and shipping orders after contract write-off.
  • An operator searches contracts and orders by conditions and prepares report material.

Best For

  • A sales rep who needs customer profiles, visit logs, and pool-customer pickup.
  • A sales lead who needs opportunity stages, overdue opportunities, and win/loss handling.
  • A delivery or order owner who needs delivery records, shipping orders, and contract write-off.
  • An operations engineer who needs MCP setup for agents and CRM object queries.