secondme-openclaw-notes

Create and search SecondMe notes via the OpenClaw API with authentication tokens.

21|4|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/mindverse/Second-Me-Skills --skill secondme-openclaw-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secondme-openclaw-notes
Source: https://github.com/mindverse/Second-Me-Skills/tree/main/openclaw/secondme-notes
Command: npx skills add https://github.com/mindverse/Second-Me-Skills --skill secondme-openclaw-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to easily create and search for notes within the SecondMe platform via the OpenClaw integration, streamlining personal knowledge management and information retrieval.

Core Features & Use Cases

  • Create Notes: Supports creating notes of various types including text, links, documents, images, and audio.
  • Search Notes: Enables searching for existing notes using keywords.
  • Use Case: A user wants to quickly save a link to an interesting article they found online. They can use this skill to create a 'LINK' type note with a title and the URL. Later, they can search for notes related to 'articles' to find it again.

Quick Start

Use the secondme-openclaw-notes skill to create a text note with the title "Meeting Summary" and content "Discussed project timelines and next steps.".

Frequently Asked Questions about secondme-openclaw-notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create notes in SecondMe using OpenClaw?

To create notes in SecondMe using OpenClaw, you use POST requests via the OpenClaw API. This process supports multiple content types, including text, links, documents, images, and audio, while requiring authentication tokens for access.

Can I search for specific text and links saved in my SecondMe notes?

Yes, you can search for specific text and links saved in your SecondMe notes. The search functionality operates via GET requests, allowing you to retrieve existing notes quickly using relevant keywords.

What content types are supported for note creation in SecondMe?

Note creation in SecondMe supports various content types, specifically text, links, documents, images, and audio. This allows you to store diverse information formats within your personal knowledge management system.

Do I need authentication tokens to manage SecondMe notes via OpenClaw?

Yes, authentication tokens are required to manage SecondMe notes via OpenClaw. Both creating notes through POST requests and searching notes through GET requests mandate valid authentication tokens for secure access.

How does OpenClaw handle personal knowledge management and information retrieval?

OpenClaw handles personal knowledge management by enabling the creation and searching of SecondMe notes. It streamlines information retrieval by allowing users to save diverse content types and later find them using keyword searches.

What is the best way to save an article link to SecondMe for later retrieval?

The best way to save an article link to SecondMe is to create a note with the 'LINK' content type via a POST request, including the title and URL. You can later search using keywords to retrieve it.