Quickly create and save a timestamped note to a local file.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add mediar-ai/skillhubz --skill quick-note-taker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quick Note Taker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mediar-ai-quick-note-taker)More formats (shields.io, HTML) on the badges page.
# Quick Note Taker
Quickly create and save a timestamped note to a local file.
## Prerequisites
- Write access to the current directory or specified location
- Text content to save
## Instructions
1. Get the note content from the user
- Ask what they want to save
- Accept multi-line input if needed
2. Generate a timestamp
- Use format: YYYY-MM-DD_HH-MM-SS
- This will be used in the filename
3. Create the note file
- Filename: note_[timestamp].txt
- Save to current directory or user-specified location
- Include timestamp header in the file content
4. Confirm to user
- Report the full path of the saved file
- Show a preview of the content saved
## Error Handling
- If directory doesn't exist, create it
- If file already exists, append a number suffix
- If write fails, report the error clearly
## Notes
- Notes are saved as plain text files
- Good for quick captures during work sessions
- Files can be easily searched later
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...