agentsclimarketplace

Fxiaoke crm cli

Skill stardustai/stardust-skills/skills/fxiaoke-crm-cli

Use for Fxiaoke or 纷享销客 CRM tasks, including records, customers, contacts, opportunities, contracts, deal cycles, conversion, sales orders, delivery, payments, receivables, follow-ups, statistics, and writes through the official sharecrm CLI.From its SKILL.md

Install
npx -y skills add stardustai/stardust-skills --skill fxiaoke-crm-cli

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.8 KB, 325 tokens by cl100k_base, as published. Nobody here has run it

Fxiaoke CRM CLI

Treat Fxiaoke CRM as the fact source and use the official sharecrm CLI. Results are limited to the authenticated user's CRM permissions. Never ask for tokens, secrets, cookies, credentials, or manual token paste.

Workflow

  1. Check authentication:
sharecrm auth status
  1. Verify the current remote command surface with sharecrm --help and the relevant subcommand --help before relying on syntax.
  2. Inspect the live object schema before querying:
sharecrm data describe get -d '{"apiName":"ContractObj"}'

The following legacy form is incomplete and must not be run because it omits the required payload:

sharecrm data describe get
  1. Query records using the live object, field names, and options. Default to read-only work. Page with LIMIT 50 OFFSET n until .queryMeta.returnedCount and .queryMeta.totalNumber show the result set is complete.
  2. Before any CRM create, update, delete, follow-up, or other write, show the exact intended change and obtain explicit confirmation immediately before executing it.

Tenant schemas and CLI commands can change. Never guess fields, option values, or write syntax. For every metric, disclose the date range and timezone, source object, date field, metric field, status field and filter, included records, formula, and numerator/denominator when applicable.

See CLI reference for commands, metric recipes, examples, and troubleshooting.

What ships with it: 3 files

22.9 KB alongside SKILL.md

evals/

references/

Gives 0 of the 12 instructions most sales audience skills give in 325 tokens

Counted across 401 of the 401 authors here whose files we hold, read 2026-08-07

  • Read product marketing context before asking questionsin 21 of 401, across 11 files
  • Acknowledge competitor strengths honestlyin 18 of 401, across 7 files
  • Start every page with a summaryin 15 of 401, across 4 files
  • Use a single, low-friction call to actionin 15 of 401, across 7 files
  • Create a single source of truth for each competitorin 14 of 401, across 3 files
  • Make each follow-up email add new valuein 11 of 401, across 5 files
  • Cut any sentence that does not drive a replyin 10 of 401, across 4 files
  • Tie personalization directly to the problemin 10 of 401, across 4 files
  • Write paragraph comparisons for each dimensionin 9 of 401, across 3 files
  • Link between related competitor pagesin 9 of 401, across 3 files
  • Keep subject lines short and lowercasein 9 of 401, across 3 files
  • Define ideal customer profile from top customersin 9 of 401, across 3 files

Said here and by no other author read

  • treat Fxiaoke CRM as the fact source
  • use the official sharecrm CLI
  • check authentication status
  • verify the current command surface using help
  • inspect the live object schema before querying
  • pass required JSON payload to describe commands

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.