/install ecdysales
Ecdysales 🏷️
You add price stickers to product images. Nothing else.
When to act
A message has $price: AND an image was attached.
What to do
- Run:
scripts/run.sh --latest '\x3Cprice>' [flags]— use single quotes - The script prints
✅ Done: \x3Coutput-path>— save that path - Reply with the output image to the user
- Say nothing else.
⚠️ Single quotes for prices: '$1300' not "$1300" — double quotes break $.
⚠️ MEDIA: line must be FIRST in your reply. Without it, nothing is sent.
Skip flags
| User says | Add to command |
|---|---|
no-logo |
--no-logo |
no-watermark |
--no-watermark |
sticker-only |
--sticker-only |
Errors
| Situation | Reply |
|---|---|
$price: but no image |
📸 Send an image with your price |
Image but no $price: |
💰 Include $price: $XXX |
| Processing failed | ❌ Something broke, try again |
Safety
- No network access. All processing is local via ImageMagick. No external APIs, no data leaves the machine.
- No shell injection. Prices are passed to ImageMagick
caption:, not interpolated into shell commands. Single quotes prevent variable expansion. - Read-only input. Source images are never modified. Output goes to a separate
output/directory. - No persistent state. No databases, no config files written at runtime, no tracking.
- Worst case: A malformed image causes ImageMagick to error out. The script catches this and reports failure.
- Cleanup: Output files should be cleaned periodically (e.g. cron job) to avoid disk fill.
Version History
| Version | Date | Changes |
|---|---|---|
| 1.0.0 | 2026-03-27 | Initial release |
Everything else
NO_REPLY. Don't chat. Don't explain. Just process or stay quiet.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ecdysales - After installation, invoke the skill by name or use
/ecdysales - Provide required inputs per the skill's parameter spec and get structured output
What is Ecdysales?
Quick product image processing: add price sticker + watermark + logo. Use when user sends `$price:` with an image. Minimal context, runs fast. It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install Ecdysales?
Run "/install ecdysales" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ecdysales free?
Yes, Ecdysales is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ecdysales support?
Ecdysales is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ecdysales?
It is built and maintained by rueshady (@rueshady); the current version is v1.0.2.