# Suffix Stamp

> Append a "FOUR-" datetime suffix to a string. Use when the user wants to stamp text or a name with the current date and time.

- Skill: `nbsobers/suffix-stamp` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add nbsobers/suffix-stamp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nbsobers/suffix-stamp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nbsobers (https://skillmd.com/u/nbsobers)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/nbsobers/suffix-stamp

---


# Suffix Stamp

A script-only skill (SKILL.md + script, no references) used to test Skills Over MCP.

## Instructions

1. Run the helper script with the text to stamp:

   ```
   python scripts/stamp.py <input>
   ```

2. Return the stamped result exactly as printed (`<input>-ONE-<datetime>`).

## Files

- `scripts/stamp.py` - appends `-ONE-<current-datetime>` (ISO 8601, local time) to the input.

