Token导航 LogoToken导航TokenDH.com
开发external-serviceclawhub未标认证来源可访问clear审计提醒

notes-snapshot-control-room笔记快照控制室

Agent Skill

notes-snapshot-control-room 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,011

周安装

128

GitHub Stars

公开资料未说明

下载量

1,055
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install notes-snapshot-control-room

简介

连接和管理 Apple Notes Snapshot 主机的控制工具。

  • 诊断连接问题和运行 notesctl mcp 命令。
  • 提供调试日志和状态检查功能。notes-snapshot-control-room 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 需具备主机访问权限和网络连通性。
  • 操作前应确认快照版本兼容性。

SKILL.md

name
notes-snapshot-control-room
description
This skill should be used when the user asks to "connect Apple Notes Snapshot to a host", "run notesctl mcp", "diagnose why Apple Notes Snapshot failed to attach", "separate AI Diagnose from MCP", or "verify the control-room proof path". It teaches local preflight, MCP wiring, capability boundaries, and proof-first usage without turning the repo into a hosted platform.
version
1.0.2
triggers

Apple Notes Snapshot Control-Room

Purpose

Help a host, plugin, or collaborator consume Apple Notes Snapshot without rewriting it into a hosted AI platform or a generic assistant product.

What this skill teaches

  • how to acquire notesctl from a public checkout when the host does not

already have it

  • how to prove the local control room before touching builder surfaces
  • how to wire notesctl mcp into a host without pretending there is a remote

service

  • how to separate AI Diagnose, Local Web API, and MCP into three different

lanes

  • how to talk about attach proof honestly

Keep this identity first

  • Apple Notes local-first backup control room for macOS
  • notesctl is the canonical human entrypoint
  • AI Diagnose is an advisory sidecar
  • Local Web API is token-gated and same-machine
  • MCP is stdio-first and read-only-first

First-success flow

  1. Acquire notesctl first using references/install-and-attach.md.
  2. Prove the operator lane first:

- ./notesctl run --no-status - ./notesctl install --minutes 30 --load - ./notesctl verify - ./notesctl doctor

  1. Only after local state exists, attach the builder lane:

- ./notesctl ai-diagnose - ./notesctl web - ./notesctl mcp

  1. Keep host proof separate from repo proof.

MCP capability surface

  • post-attach host checks should see get_status, run_doctor,

verify_freshness, get_log_health, list_recent_runs, and get_access_policy

  • the repo also documents the notes-snapshot://recent-runs resource as a

first read-back surface

  • boundary:

local stdio only, read-only-first tools/resources, and no hosted runtime

Preflight before any attach claim

Do not treat host registration as proof by itself.

Verify:

  1. ./notesctl run --no-status
  2. ./notesctl verify
  3. ./notesctl doctor --json
  4. ./notesctl status --json

If those fail, call it a local snapshot preflight problem, not an MCP bug.

Truthful distribution boundary

  • Repo-owned starter packs and local marketplaces are public-ready wiring kits.
  • They are not the same thing as official public directory listing.
  • A tagged v0.1.12 named-host attach-proof trail on one machine does not become a universal

proof for every host build or every machine.

Example prompts

  • "Wire Apple Notes Snapshot MCP into this host and tell me whether the blocker is local preflight or MCP configuration."
  • "Explain the difference between AI Diagnose, Local Web API, and MCP in Apple Notes Snapshot."
  • "Show me the shortest proof path from first run to MCP attach."
  • "Use the control-room skill to explain why a backup loop drifted."

Best-fit use cases

  • Repo-scoped guidance for Codex, Claude Code, OpenClaw, or another local host
  • Public skill distribution through a ClawHub-style listing or another

skill-folder distribution lane

  • Public-facing docs or README edits that must keep builder wording honest

What this skill should not do

  • Do not reposition Apple Notes Snapshot as a hosted agent platform.
  • Do not claim official marketplace or directory listing unless it truly landed.
  • Do not collapse repo-side proof, current-host proof, and public registry

publication into one sentence.

Read next

  • references/install-and-attach.md
  • references/usage-and-proof.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

72.23%
按下载量换算762

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills