← Back to Skills Marketplace
Resignation Letter
by
bytesagain4
· GitHub ↗
· v3.0.0
· MIT-0
422
Downloads
0
Stars
1
Active Installs
14
Versions
Install in OpenClaw
/install resignation-letter
Description
Generate professional resignation letters from templates. Use when preparing to resign.
Usage Guidance
This skill appears coherent and limited to generating resignation letters, checklists, and related text; it does not ask for credentials or make network calls. Before installing or running: 1) Open SKILL.md in a text editor that can reveal invisible characters (or run a utility to show control chars) and verify there are no surprising hidden instructions. 2) Review the bundled scripts (already included) to confirm there are no unexpected network calls or file writes beyond ~/.local/share/resignation-letter. 3) If you are concerned, run the scripts in a sandbox or non-production account first. If you do not want any autonomous invocation, disable the skill in your agent settings (or require manual invocation) — autonomous invocation is the platform default but optional to restrict.
Capability Analysis
Type: OpenClaw Skill
Name: resignation-letter
Version: 3.0.0
The skill bundle is a legitimate utility for generating resignation letters, handover documents, and interview preparation materials. While the scripts (scripts/script.sh and scripts/resign.sh) contain several coding errors, such as incorrect variable indexing (using $2-$4 instead of $1-$3 in functions) and unquoted shell variables that could lead to word-splitting or globbing issues, there is no evidence of malicious intent, data exfiltration, or harmful instructions. The bundle's behavior is entirely consistent with its stated purpose, and the identified flaws are unintentional bugs rather than exploitable backdoors.
Capability Assessment
Purpose & Capability
Name/description (resignation letters, templates, checklists) match the provided scripts and SKILL.md. The commands in SKILL.md map to scripts/script.sh and the bundled Python script; the declared data storage (~/.local/share/resignation-letter/) matches the script behavior (script.sh creates that directory). No unrelated credentials, binaries, or cloud access are requested.
Instruction Scope
Runtime instructions are narrowly scoped: they run local shell/Python scripts to print letters, checklists, timelines, and tips. The SKILL.md references only the included scripts and the data directory. However, the static pre-scan flagged 'unicode-control-chars' in SKILL.md (possible prompt-injection attempt or obfuscation). While the visible instructions are safe, you may want to inspect SKILL.md for hidden control characters before trustfully executing in sensitive contexts.
Install Mechanism
There is no install spec that downloads or executes external code; all code is bundled with the skill (no network fetch). This is low-risk compared to URL downloads or third-party package installs.
Credentials
The skill requests no environment variables or credentials. It creates/uses a data directory under the user's home (~/.local/share/resignation-letter), which is proportional for storing templates or history. No access to other config paths or secrets is requested or used.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It creates its own data directory in the user's home but does not request elevated privileges. The skill may be invoked autonomously by the agent (default behavior), but that is normal and not combined with other red flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install resignation-letter - After installation, invoke the skill by name or use
/resignation-letter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
v3.0.0: rewrite
v2.0.1
update
v2.0.0
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
v2.3.3
Quality upgrade: custom functionality
v2.3.2
Standards compliance: unique content, no template text
v2.3.1
Quality improvement: better docs, examples, cleaner text
v2.3.0
Quality fixes: aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.1
Add runtime declaration + security compliance
v1.0.0
Resignation Letter skill initial release.
- Generates resignation letters with templates in both Chinese and English.
- Includes reasons for leaving, handover checklist, thank you and farewell notes, and timing analysis.
- Offers professional advice for a smooth resignation process.
- Multiple modes available: formal, friendly, immediate, template, handover.
Metadata
Frequently Asked Questions
What is Resignation Letter?
Generate professional resignation letters from templates. Use when preparing to resign. It is an AI Agent Skill for Claude Code / OpenClaw, with 422 downloads so far.
How do I install Resignation Letter?
Run "/install resignation-letter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Resignation Letter free?
Yes, Resignation Letter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Resignation Letter support?
Resignation Letter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Resignation Letter?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v3.0.0.
More Skills