agent-skills/simplenote/SKILL.md
Integrate with Simplenote for reading, searching, creating, and updating notes. Use when the user wants to manage their Simplenote notes through natural language like "show my notes", "find notes about recipes", "create a note called shopping list", or "update my meeting notes".
npx skillsauth add kraftbj/kraftbj simplenoteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage your Simplenote notes conversationally.
List/search notes:
Read a note:
Create notes:
Update notes:
Environment variables required:
SIMPLENOTE_EMAIL — Your Simplenote account emailSIMPLENOTE_PASSWORD — Your Simplenote account password# List recent notes
python3 scripts/simplenote.py list
# Search notes
python3 scripts/simplenote.py list --search "project"
# Read a note by key
python3 scripts/simplenote.py read NOTE_KEY
# Create a new note
python3 scripts/simplenote.py create "Note title" --content "Note body here"
# Update a note
python3 scripts/simplenote.py update NOTE_KEY --content "New content"
# Append to a note
python3 scripts/simplenote.py append NOTE_KEY --content "Additional text"
All commands output JSON for easy parsing.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).