Jinbi Smart Property Management CLI
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md and install @user_ea7a4de8/jinbi-service.
About this skill
Problem
Property operations such as work orders, visits, collections, and inspections are spread across multiple CLI modules. If a model guesses endpoints, fills parameters from memory, or calls unregistered commands, it can create unauthorized actions, broken workflows, and results that are hard to reproduce. This skill constrains those calls to a deterministic route: it only handles requests registered in the current Go ycli build and allowed by the module allowlist.
How It Works
- Keyword routing: signals such as
order,visit,daojia,charge, andcollectionselect the matching scene. - Scene-document priority: commands, parameters, and examples come from
jinbi_enter_sceneor pre-routing, avoiding ad hoc reads of scattered docs. - Pre-execution checks: validate module whitelist, Go registered entry,
accessKey, and required business parameters. - Controlled invocation: business commands run through
sh ./scripts/jinbi-cli.sh, avoiding local binary searches or manual config edits. - Tight output: success returns only the result; failure returns a fixed message, without exposing command names, flags, or debugging steps.
Boundaries
It targets concrete property-management operations, not general chat, unregistered commands, guessed APIs, or resource IDs recovered from history. It stops with a short prompt when parameters, permissions, or module documentation are missing.
Use Cases
- Property ops engineers query, annotate, or export registered work-order commands in the `order` scene.
- Collection staff run registered SMS dunning commands in `collection` after confirming `accessKey` and required parameters.
- Project operations review owner visits and inspection results via registered read-only `visit` and `inspect` queries.
- Home-service support handles refunds, commissions, or laundry orders by running allowed `daojia` commands.
Best For
- Property platform engineers who need controlled CLI invocation for work orders and dispatch without endpoint guessing.
- Ops automation leads who want allowlist-gated execution for collection, inspection, and visit modules.
- Business system testers who need to verify `accessKey`, missing-parameter, and failure prompts.
- Home-service or charging product engineers integrating registered refund, commission, and charging-order commands.
Related Skills
Applies Deming quality management, PDCA, process optimization, and statistical process control to output data-first diagnostics, Top 3 actions, and fillable templates.
Apply Ries and Trout positioning theory to F&B operations for problem scoping, framework matching, prioritized strategy, and actionable rollout.
Generate ISO 9001 quality manuals, procedures, work instructions, and forms as Word documents using process and risk methods.
Parse multi-format resumes, search job postings, rank matches, and output company due-diligence and fit assessment reports.