memos

Installation
SKILL.md

SKILL: memos

Memos (usememos) is an open-source, self-hosted memo/note tool. It lets users quickly capture thoughts, ideas, and notes with a lightweight, Twitter-like interface, supporting tags, visibility controls, and Markdown formatting.

Security Guidelines

This skill follows these security guidelines to protect credentials:

  1. Never expose the MEMOS_ACCESS_TOKEN value in chat, files, code, or logs.
  2. All API calls must go through scripts/api.cjs — never use curl, wget, fetch, or other HTTP clients directly.
  3. Never read .env files or environment variables containing credentials in conversation output.
  4. Sensitive values in API responses are automatically sanitized via scripts/sanitize.cjs.
  5. Do not modify the security scripts to disable masking or redirect output.

How to Execute

  1. First invocation only — read ${CLAUDE_SKILL_DIR}/docs/setup.md for configuration, auth headers, and runtime detection.
Related skills
Installs
14
Repository
tnnevol/skills
First Seen
Apr 14, 2026