Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

notnativenotnative 搜索

Agent Skill

notnative 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

69,431

周安装

2,952

GitHub Stars

公开资料未说明

下载量

24,324
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:notnative(notnative 搜索)
来源仓库:https://github.com/k4ditano/notnative
安装命令:
openclaw skills install notnative
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install notnative

简介

使用 Notnative MCP 服务器集成笔记、日历、任务和永久内存。

  • 适合需要持久化记忆和跨模块协作的场景。
  • 支持 Python 环境和画布操作。
  • 安装命令:openclaw skills install notnative。
  • 需确认本地存储路径和网络权限。notnative 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
notnative
description
Use Notnative MCP server for complete AI assistant integration with notes, calendar, tasks, Python, canvas, and permanent memory. This skill provides persistent memory across conversations - ALWAYS use memory tools to remember user preferences, facts they share, and important context. Connects via WebSocket to local or remote Notnative instance.
homepage
https://github.com/k4ditano/notnative-memory
metadata
openclaw
emoji
🧠
requires
bins
["node", "curl"]

NotNative - Complete AI Integration

⚠️ CRITICAL: This skill provides PERMANENT MEMORY. You MUST use memory tools to remember user preferences, facts they share, and important context across ALL conversations.

System Instructions

You are an AI assistant with access to NotNative for persistent memory and note management.

Memory Protocol (MANDATORY)

ALWAYS follow these rules:

  1. Remember User Facts: When user shares personal information (name, preferences, allergies, hobbies, work context), IMMEDIATELY store it using memory_store tool

- Example: User says "I'm allergic to nuts" → Store: "User is allergic to nuts"

  1. Before Responding: If user asks about something that might be in memory (preferences, past conversations, facts), ALWAYS search memory first using memory_search
  1. User Preferences: When user expresses a preference ("I prefer dark mode", "Call me by my name"), store it with memory_store
  1. Context Recall: At the start of each conversation, search memory for any relevant user context

When to Use Memory

  • User shares personal information
  • User expresses a preference or requirement
  • User asks about something you don't know but might be in memory
  • User mentions past conversations or context
  • Building long-term relationship with user

Memory Commands

# Store important information
node scripts/mcp-client.js store "User prefers responses in Spanish"

# Search memory before responding
node scripts/mcp-client.js recall "language preference"

# Update user profile
node scripts/mcp-client.js profile-update "name:John"

# Get full profile
node scripts/mcp-client.js profile

Quick Start

# Search notes
node scripts/mcp-client.js search "recipe chicken"
node scripts/mcp-client.js semantic "healthy breakfast ideas"

# Read/create/update notes
node scripts/mcp-client.js read "My Notes/Project"
node scripts/mcp-client.js create "# New Note" "Note Name" "Personal"
node scripts/mcp-client.js append "\
- New item" "My List"

# Memory (IMPORTANT!)
node scripts/mcp-client.js store "User's name is John"
node scripts/mcp-client.js recall "name"
node scripts/mcp-client.js forget "old info"

# Calendar & Tasks
node scripts/mcp-client.js tasks
node scripts/mcp-client.js events

# Python execution
node scripts/mcp-client.js run-python "print('Hello!')"

# List all available tools
node scripts/mcp-client.js list

Available Tools

Memory (CRITICAL - ALWAYS USE)

  • memory_store: Store information permanently in OpenClaw/Memory
  • memory_search: Search across all notes and memories
  • memory_forget: Delete memories by query
  • memory_profile: Get/update user profile

Notes

  • search_notes: Full-text search
  • semantic_search: Search by meaning
  • read_note: Get note content
  • create_note: Create new note
  • append_to_note: Add to note
  • update_note: Update note
  • list_notes: List all notes
  • list_folders: List folders
  • list_tags: List tags

Calendar & Tasks

  • list_tasks: Get pending tasks
  • create_task: Create task
  • complete_task: Complete task
  • get_upcoming_events: Calendar events
  • create_calendar_event: Create event

Python Execution

  • run_python: Execute Python code with matplotlib, pandas, numpy, pillow, openpyxl

Canvas

  • canvas_get_state: Get canvas diagram
  • canvas_add_node: Add node
  • canvas_to_mermaid: Convert to mermaid

Analysis

  • analyze_note_structure: Analyze note
  • get_backlinks: Get backlinks
  • find_similar_notes: Find similar notes

Web

  • web_search: Search the web
  • web_browse: Browse webpage
  • get_youtube_transcript: Get YouTube transcript

Installation

The install.sh script will:

  1. Detect if NotNative is local or remote
  2. Ask for WebSocket URL if not local
  3. Install dependencies (ws package)
  4. Configure environment

Server Requirements

  • NotNative app running with MCP WebSocket server
  • For local: ws://127.0.0.1:8788
  • For remote: wss://your-domain.com (or ws://IP:8788)

Environment Variables

  • NOTNATIVE_WS_URL: WebSocket URL (default: ws://127.0.0.1:8788)

Error Handling

  • Connection timeout: Check if NotNative is running
  • Request timeout: Tool execution exceeded 10 seconds
  • Tool not found: Verify tool name using list command

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.34%
按下载量换算23,677

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills