← 返回
AI智能

Notnative

Use Notnative MCP server for complete AI assistant integration with notes, calendar, tasks, Python, canvas, and permanent memory. This skill provides persist...
使用 Notnative MCP 服务器实现 AI 助手与笔记、日历、任务、Python、画布及永久记忆的完整集成。该技能提供持久...
k4ditano
AI智能 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 2,659
下载
💾 2
安装
1
版本
#latest

概述

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 "\n- 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

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 13:48 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,527
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 833 📥 212,776
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,905