用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CSlawyer1985/legal-skillhub --skill labor-arbitration-application命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
88查企业风险查询与分析工具 —— 专注于中国大陆企业的法务风险查询与分析,覆盖经营异常、行政处罚、监管措施、被执行人、失信被执行人、司法案件等风险类型。支持公司名称、统一社会信用代码、companyId 三种输入方式,自动完成风险查询并输出结构化风险分析总结。 触发场景:仅当用户意图为查询企业风险/法务风险时触发。包括但不限于:企业风险查询、公司风险、经营异常、行政处罚、监管措施、被执行人、失信被执行人、司法风险、风险扫描、风险评估、企业合规审查、风险报告、XX公司有什么风险、XX公司安全吗、XX公司有没有处罚、XX公司被执行过吗。 不触发场景:纯粹的企业信息查询(如查公司、搜企业、工商信息、注册资本、法人代表、股东结构、专利商标等)不应触发本技能,请使用其他 cha88 系列工具。
Manages Rule 30(b)(6) corporate representative deposition workflows — drafting notice topics with reasonable particularity, building examination outlines, defending designees, handling objections, and preserving binding admissions for summary judgment or trial. Use when drafting or responding to 30(b)(6) notices, selecting and preparing designees, building topic-by-topic outlines, or triaging scope and privilege disputes. Trigger keywords: 30(b)(6), corporate representative deposition, topic list, designee, notice analysis, deposition objections, corporate admissions.
Guides taking and defending Rule 30(b)(6) corporate representative depositions. Drafts topic lists with reasonable particularity, builds examination outlines for binding corporate admissions, analyzes noticed topics for objections, and prepares designees. Use when drafting 30(b)(6) notices, preparing corporate deposition topics, selecting or preparing designees, or defending corporate representative depositions.
基于 SOC 职业分类
正在显示 SKILL.md
| name | labor-arbitration-application |
| description | 根据劳动关系日期、工资、争议类型和现有证据,生成劳动仲裁申请书草稿、备选请求金额、时效提示和证据缺口清单。 |
| compatibility | 需要联网访问 https://api.qixiantech.com;作为腾讯 SkillHub Pay Skill 发布。 |
| metadata | {"version":"1.0.0","author":"北京市起弦信息技术有限公司","homepage":"https://qixiantech.com","billing":"wechat-agent-pay-x402"} |
服务价格 ¥9.99/次。工具不判断案件胜负,不保证立案或支持请求;提交前须核对当地仲裁委管辖、材料和计算口径。
调用前检查当前 Agent 是否已安装 weixinpay 插件:
illegal_termination_compensation 只生成违法解除赔偿金备选测算,不代表工具已经认定解除违法。applicant_name、employer_name、employment_start、employment_end、filing_date、dispute_date、monthly_salary、claims、facts_summary、evidence_available。local_average_monthly_salary、unpaid_wages_amount、weekday_overtime_hours、weekend_overtime_hours、holiday_overtime_hours。unpaid_wages_amount;主张加班费时至少填写一种加班小时数。POST https://api.qixiantech.com/api/labor-arbitration-application
Content-Type: application/json
Authorization: Bearer <SkillHub平台调用凭证>
{
"applicant_name": "张某",
"employer_name": "某科技有限公司",
"employment_start": "2024-01-10",
"employment_end": "2026-06-30",
"filing_date": "2026-07-29",
"dispute_date": "2026-06-30",
"monthly_salary": 12000,
"local_average_monthly_salary": 14000,
"claims": [
"unpaid_wages",
"economic_compensation"
],
"unpaid_wages_amount": 12000,
"weekday_overtime_hours": 1,
"facts_summary": "申请人按约提供劳动,用人单位于2026年6月通知解除劳动关系,并拖欠最后一个月工资。双方就工资及解除补偿未能协商一致。",
"evidence_available": [
首次请求不携带 X-Out-Trade-No。服务端完成微信支付 Native 下单和
SkillHub AI 预下单后,会返回:
402WeixinPay-Required:支付码X-Out-Trade-No:商户订单号WeixinPay:兼容只读取响应体的 Agentamount:9.99,currency:CNY收到 402 后:
WeixinPay-Required 的值作为 paymentCode 调用 weixinpay_pay,由用户确认并完成真实支付。WeixinPay-Required 和 X-Out-Trade-No 两个 Header。X-Out-Trade-No 向微信支付查单;只有 trade_state=SUCCESS、金额、商户号和 AppID 均匹配时才返回付费结果。PAYMENT_REQUIRED 或 NOT_PAID 时等待原订单,不创建新订单;返回 REFUNDED 时告知已退款并终止。支付后重试示例:
POST <与首次请求相同的 URL>
Content-Type: application/json
Authorization: Bearer <SkillHub平台调用凭证>
WeixinPay-Required: <402 响应中的 payment_code>
X-Out-Trade-No: <402 响应中的 out_trade_no>
<与首次请求完全一致的 JSON>
原样展示 result_status、summary、score、grade、findings、recommendations、risks、missing_info、claim_items、candidate_total_amount、limitation_assessment、evidence_checklist、application_draft。
draft_ready 仅表示字段足以生成草稿,不表示案件可以立案或胜诉。HTTP 402 按上方流程处理支付;400 先修正输入且确认字段类型、长度和枚举值后再重试,不要重复付款;401/403 表示平台凭证问题;409 订单冲突先查询原订单;429 按 Retry-After 等待;5xx 告知暂不可用。