Create Note

🌐Community
by kenneth-liao · vlatest · Repository

Kenneth-Liao's create-note quickly generates concise notes from text, summarizing key information and insights for easy recall.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add create-note npx -- -y @trustedskills/create-note
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "create-note": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-note"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The create-note skill allows AI agents to create and store notes. It can generate new notes with a title and body, and these notes are persisted for later retrieval. The agent can also list existing notes, providing a way to manage the stored information.

When to use it

  • Brainstorming: Use it to quickly capture ideas during a brainstorming session without needing external tools.
  • Meeting Summaries: Have the agent create concise summaries of meetings and store them for future reference.
  • Personal Journaling: The skill can be used as a simple journaling tool, allowing users to record daily thoughts or events.
  • Task Management: Create notes outlining steps needed for complex tasks, acting as a lightweight task list.

Key capabilities

  • Create new notes with titles and bodies
  • List existing notes
  • Persist notes for later retrieval

Example prompts

  • "Create a note titled 'Project Brainstorm' with the body: 'Need to discuss budget and timeline.'"
  • "List all my notes."
  • "Make a new note called 'Grocery List'."

Tips & gotchas

The skill relies on persistent storage, so ensure the underlying environment supports this functionality. The agent’s ability to list notes depends on how those notes are organized and indexed within the system.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
kenneth-liao
Installs
12

🌐 Community

Passed automated security scans.