Install
openclaw skills install llmcomCompress prompts for Claude Code and Cursor CLI. Reduces tokens by removing filler words and abbreviating terms. Self-contained, no external dependencies required.
openclaw skills install llmcomSelf-contained prompt compression tool. No installation required - just read this skill and apply the compression rules.
Remove filler words: the, a, an, is, are, with, of, to, in, on, at, and, for, that, this
Abbreviate terms:
Output format for Claude Code: agent[task]|scope|focus|action|context|constraints
Input: "Refactor the authentication module to improve type security"
Output: agent[refac]|mod|sec|review|@src|strict
Stats: 11 -> 6 tokens (45% reduction)
Apply these rules manually when writing prompts for Claude Code CLI or Cursor agent.
| Task | Format |
|---|---|
| Refactor | agent[refac] |
| Security audit | agent[audit] |
| Bug fix | agent[fix] |
| Test coverage | agent[test] |
Use before sending prompts to: