← Back to Skills Marketplace
bytesagain-lab

Dispute Letter

by bytesagain-lab · GitHub ↗ · v2.3.7 · MIT-0
cross-platform ✓ Security Clean
441
Downloads
0
Stars
2
Active Installs
14
Versions
Install in OpenClaw
/install dispute-letter
Description
纠纷投诉信生成。消费者投诉、房东纠纷、劳动争议、保险理赔、银行投诉。Dispute letter generator. 投诉信、纠纷、维权。
README (SKILL.md)

Dispute Letter

纠纷投诉信生成。消费者投诉、房东纠纷、劳动争议、保险理赔、银行投诉。Dispute letter generator. 投诉信、纠纷、维权。

如何使用

  1. 选择你需要的功能命令
  2. 输入你的具体需求描述
  3. 获取专业的输出结果
  4. 根据需要调整和完善

命令速查

  consumer        consumer
  landlord        landlord
  employer        employer
  insurance       insurance
  bank            bank
  template        template

Dispute Letter by BytesAgain

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

  • Run dispute-letter help for commands

  • No API keys needed

  • Run dispute-letter help for all commands

Commands

Run dispute-letter help to see all available commands.

  • Run dispute-letter help for all commands

Output

Results go to stdout. Save with dispute-letter run > output.txt.

Configuration

Set DISPUTE_LETTER_DIR to change data directory. Default: ~/.local/share/dispute-letter/

Usage Guidance
This skill appears to be a straightforward local template generator. Before installing, note: (1) it will create and write files under ~/.local/share/dispute-letter (or the directory you set with DISPUTE_LETTER_DIR), including data.log and history.log — avoid putting sensitive personal data there if you don't want it stored; (2) SKILL.md mentions commands (employer, insurance, bank, template) that are not implemented in the shipped scripts, so expect some documentation mismatch; (3) there are no network calls or credential requests, so it does not exfiltrate data by design, but you should still inspect or run the scripts in a safe environment if you have doubts about origin. If you need auditability, verify the files locally and consider running them in a sandbox or reviewing their output before using real personal identifiers.
Capability Analysis
Type: OpenClaw Skill Name: dispute-letter Version: 2.3.7 The skill bundle provides a simple template generator for various dispute letters (consumer, landlord, credit, and contract disputes). The core logic is contained in `scripts/dispute.sh`, which uses a Python heredoc to print formatted text to stdout based on user input. While there is a minor functional bug where bash arguments are not correctly passed to the Python interpreter, the code contains no network activity, no sensitive data access, and no evidence of malicious intent or obfuscation. A secondary utility script `scripts/script.sh` provides basic local logging and data management within the user's local directory, which is consistent with the stated purpose.
Capability Assessment
Purpose & Capability
Name/description match the actual functionality: the scripts generate dispute/complaint letter templates (consumer, credit, contract, landlord). The files that are present are proportional to a template generator and do not require network access or external credentials.
Instruction Scope
SKILL.md instructs running the included CLI and references commands; the shipped scripts implement consumer, credit, contract, and landlord templates and a separate utility script. SKILL.md also lists additional commands (employer, insurance, bank, template) that are not implemented in the provided scripts — this mismatch is sloppy but not evidence of malicious behavior. The Python template prints example placeholders (including an SSN-last-4 placeholder) but does not attempt to read or transmit any sensitive data.
Install Mechanism
No install spec is provided (instruction-only style) and included scripts are plain shell/Python files. Nothing is downloaded from external URLs or extracted during install — low risk.
Credentials
The skill requests no environment variables or credentials. It optionally respects DISPUTE_LETTER_DIR / XDG_DATA_HOME / HOME to choose a data directory, which is appropriate for a tool that stores local data.
Persistence & Privilege
always is false and the skill does not request elevated privileges. It creates and writes files under a user-scoped data directory (~/.local/share/dispute-letter by default), which is reasonable for storing templates/history but means generated content and any added entries will be stored on disk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dispute-letter
  3. After installation, invoke the skill by name or use /dispute-letter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.3.7
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.6
yaml-fix+quality
v2.3.5
yaml-fix+quality
v2.3.4
Quality upgrade: custom functionality
v2.3.3
Standards compliance: unique content, no template text
v2.3.2
Quality fix: cleaner docs, removed flags
v2.3.1
Quality improvement: better docs, examples, cleaner text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v2.0.0
Rewritten: full functional tool replacing prompt shell
v1.0.0
- Initial release of the Dispute Letter skill. - Generates dispute and complaint letters for various scenarios: consumer complaints, landlord disputes, labor issues, insurance claims, and bank complaints. - Provides ready-to-use commands for different dispute types. - Supports efficient and guided letter generation based on user input.
Metadata
Slug dispute-letter
Version 2.3.7
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 14
Frequently Asked Questions

What is Dispute Letter?

纠纷投诉信生成。消费者投诉、房东纠纷、劳动争议、保险理赔、银行投诉。Dispute letter generator. 投诉信、纠纷、维权。 It is an AI Agent Skill for Claude Code / OpenClaw, with 441 downloads so far.

How do I install Dispute Letter?

Run "/install dispute-letter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Dispute Letter free?

Yes, Dispute Letter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Dispute Letter support?

Dispute Letter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Dispute Letter?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.3.7.

💬 Comments