← 返回 Skills 市场
harrylabsj

诉讼费计算器

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
261
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install lawsuit-fee-calc
功能描述
Calculate lawsuit filing fees and litigation costs for civil cases in China. Use when the user asks about 诉讼费、诉讼费计算、起诉要多少钱、打官司费用、案件受理费、财产案件诉讼费、非财产案件诉讼费, or w...
使用说明 (SKILL.md)

Lawsuit Fee Calculator

Overview

This skill helps users calculate lawsuit filing fees and estimate litigation costs for civil cases in China. It covers both property disputes (财产案件) and non-property disputes (非财产案件), providing accurate calculations based on current Chinese court fee standards.

⚠️ Important Disclaimer: This tool provides fee calculation assistance only. Actual fees may vary by court and jurisdiction. Always verify current fee schedules with the specific court where you plan to file. This does not constitute legal advice.

When to Use This Skill

  • Estimating costs before filing a lawsuit
  • Calculating case acceptance fees (案件受理费)
  • Understanding fee structures for different case types
  • Budgeting for litigation expenses
  • Comparing costs of different claim amounts

Limitations

  • Based on general PRC court fee standards; specific courts may vary
  • Does not include attorney fees or other legal service costs
  • Does not cover all special case types
  • Fee standards may change; verify with the specific court
  • Not a substitute for professional legal consultation

Fee Calculation Standards

Property Disputes (财产案件)

Calculated based on claim amount using progressive rates:

Claim Amount Range Rate Quick Calculation
≤ ¥10,000 50元 fixed ¥50
¥10,001 - ¥100,000 2.5% Amount × 2.5% - ¥200
¥100,001 - ¥200,000 2% Amount × 2% + ¥300
¥200,001 - ¥500,000 1.5% Amount × 1.5% + ¥1,300
¥500,001 - ¥1,000,000 1% Amount × 1% + ¥3,800
¥1,000,001 - ¥2,000,000 0.9% Amount × 0.9% + ¥4,800
¥2,000,001 - ¥5,000,000 0.8% Amount × 0.8% + ¥6,800
¥5,000,001 - ¥10,000,000 0.7% Amount × 0.7% + ¥11,800
¥10,000,001 - ¥20,000,000 0.6% Amount × 0.6% + ¥21,800
> ¥20,000,000 0.5% Amount × 0.5% + ¥41,800

Non-Property Disputes (非财产案件)

Case Type Fee Standard
Divorce (离婚案件) ¥50-¥300; if property > ¥200,000, excess at 0.5%
Personality rights (人格权) ¥100-¥500; if damages > ¥50,000, excess at 1%
Other non-property ¥50-¥100
Intellectual property (no amount) ¥500-¥1,000
Labor disputes ¥10 per case
Administrative cases ¥50-¥100

Other Common Fees

Fee Type Standard
Application fee (申请执行) No fee for enforcement
Property preservation ≤ ¥1,000: ¥30; > ¥1,000: 1% max ¥5,000
Payment order (支付令) 1/3 of case acceptance fee
Bankruptcy case Based on estate value

Workflow

  1. Identify case type — Property dispute or non-property dispute
  2. Gather claim information — Claim amount, case specifics
  3. Calculate base fee — Apply appropriate rate formula
  4. Add other fees — Include preservation, application fees if applicable
  5. Present breakdown — Show detailed fee calculation

Usage

Basic Calculation

"诉讼费计算"
"起诉10万块钱要多少诉讼费"
"离婚案件诉讼费多少"

With Specific Amount

"50万标的诉讼费"
"财产保全费用计算"
"劳动仲裁诉讼费"

Compare Scenarios

"100万和200万诉讼费差多少"
"不同金额诉讼费对比"

Calculation Examples

Example 1: Property Dispute ¥500,000

  • Base: ¥500,000 × 1.5% + ¥1,300 = ¥8,800
  • Total: ¥8,800

Example 2: Property Dispute ¥1,000,000

  • Base: ¥1,000,000 × 1% + ¥3,800 = ¥13,800
  • Total: ¥13,800

Example 3: Divorce Case (no property dispute)

  • Fee: ¥50-¥300 (varies by court)

Example 4: Divorce with ¥1,000,000 property

  • Base: ¥300
  • Property excess: (¥1,000,000 - ¥200,000) × 0.5% = ¥4,000
  • Total: ¥4,300

Output Format

For each calculation:

  • Case type identified
  • Claim amount (if applicable)
  • Fee breakdown showing calculation steps
  • Total estimated fee
  • Notes on potential variations

Additional Cost Considerations

Beyond court fees, litigation may involve:

  • Attorney fees (律师费) - varies widely
  • Evidence collection costs
  • Expert witness fees
  • Travel expenses
  • Notarization/certification fees
  • Translation fees (if applicable)

References

For detailed fee schedules and legal basis:

Important Reminders

  • Fee Waivers: Low-income litigants may apply for fee reduction or waiver
  • Refund Policy: If case settles before judgment, portion of fees may be refunded
  • Payment Timing: Fees typically due when filing; preservation fees when applying
  • Jurisdiction Variations: Local courts may have slight variations

Privacy Note

Case information is processed for fee calculation only. No data is stored or transmitted to third parties.

安全使用建议
This skill appears coherent and focused on fee calculations, but it is not legal advice—always verify fees with the specific court. The skill's Privacy Note is declarative (there is no code here to enforce it); avoid sending highly sensitive personal data (ID numbers, bank details, confidential documents) to any assistant prompt. If you need binding guidance or complex case handling, consult a qualified lawyer or the court's filing office, and check local/provincial fee rules and any recent updates to the fee schedules before relying on the estimate.
功能分析
Type: OpenClaw Skill Name: lawsuit-fee-calc Version: 1.0.0 The skill bundle is a purely informational tool designed to help an AI agent calculate Chinese lawsuit filing fees based on provided markdown tables. It contains no executable code, no network requests, and no suspicious instructions or prompt-injection attempts. All files (SKILL.md, fee-standards.md, and legal-basis.md) are focused on legal fee logic and documentation.
能力评估
Purpose & Capability
Name and description match the included SKILL.md and reference files. All required artifacts (fee tables and legal basis) are relevant to calculating lawsuit filing fees in China; there are no unrelated environment variables or binaries requested.
Instruction Scope
Runtime instructions are limited to identifying case type, collecting claim amounts/case specifics, applying fee formulas, and presenting a breakdown. The SKILL.md does not instruct the agent to read system files, access unrelated environment variables, or transmit data to external endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to execute; therefore there is no installation risk or arbitrary code download.
Credentials
The skill declares no required environment variables, credentials, or config paths. The data it needs (case type, claim amounts) is proportional to its function.
Persistence & Privilege
always is false and the skill does not request any elevated persistence or cross-skill/system configuration changes. Normal autonomous invocation is allowed but not combined with any additional privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lawsuit-fee-calc
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lawsuit-fee-calc 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
中国法院诉讼费计算,支持财产案件和非财产案件
元数据
Slug lawsuit-fee-calc
版本 1.0.0
许可证 MIT-0
累计安装 3
当前安装数 2
历史版本数 1
常见问题

诉讼费计算器 是什么?

Calculate lawsuit filing fees and litigation costs for civil cases in China. Use when the user asks about 诉讼费、诉讼费计算、起诉要多少钱、打官司费用、案件受理费、财产案件诉讼费、非财产案件诉讼费, or w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。

如何安装 诉讼费计算器?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lawsuit-fee-calc」即可一键安装,无需额外配置。

诉讼费计算器 是免费的吗?

是的,诉讼费计算器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

诉讼费计算器 支持哪些平台?

诉讼费计算器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 诉讼费计算器?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论