idea-memos

小龙虾备忘录 — 记录即时想法,让 AI 更好辅助创作

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "idea-memos" with this command: npx skills add lwbwbw/idea-memos

硅虾备忘录 🦐

轻量级的本地备忘录系统,基于 Node.js + SQLite,提供 Web 管理界面和 CLI 操作。

功能

  • 📝 添加备忘录(标题 + 内容 + 标签)
  • 🗑️ 删除备忘录
  • 🏷️ 标签分类
  • 🔍 全文搜索
  • 🌐 Web 管理界面(http://localhost:8080)
  • ⚡ nginx 反向代理
  • 🖥️ CLI 命令行操作

安装

# 1. 安装依赖
cd scripts && npm install

# 2. 启动服务
bash scripts/memos.sh start

# 3. 配置 nginx(可选)
cp memos.nginx.conf /etc/nginx/sites-available/memos
ln -sf /etc/nginx/sites-available/memos /etc/nginx/sites-enabled/
systemctl reload nginx

使用

Web 界面

打开 http://localhost:8080

CLI

node scripts/memo.js list           # 查看所有
node scripts/memo.js add -t 标题 -c 内容 -g 标签1,标签2   # 添加
node scripts/memo.js rm <id>        # 删除
node scripts/memo.js search <关键词> # 搜索

API

GET    /api/memos          # 获取列表
POST   /api/memos          # 创建
PUT    /api/memos/:id      # 更新
DELETE /api/memos/:id      # 删除

管理

bash scripts/memos.sh start    # 启动
bash scripts/memos.sh stop     # 停止
bash scripts/memos.sh restart  # 重启
bash scripts/memos.sh status   # 状态

数据

数据存储在 scripts/memos.db(SQLite),安全可靠。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

qwencloud-video-generation

[QwenCloud] Generate videos using Wan models. Supports text-to-video, image-to-video, first+last frame, reference-based role-play, and video editing (VACE)....

Registry SourceRecently Updated
General

qwencloud-update-check

[QwenCloud] Check for qwencloud-ai updates and notify the user when a new version is available. TRIGGER when: user asks to check for updates, check version,...

Registry SourceRecently Updated
General

中文小说写作

中文长篇小说创作工作流。用于创建或延续单本书项目、提炼原作/样本文风、规划章节、起草或修订正文、执行章节 preflight、编号检查、质量门、Markdown 交付、更新本书记忆与连续性。

Registry SourceRecently Updated
General

Hk Stock Morning Report

Generate HK stock market morning report (股市晨報) for bank trading desks. Triggers: "生成晨报", "股市晨报", "今日股市", "港股晨報" 報告結構(5部分): 1. 市場回顧(恒指/科指/國指 + 強弱勢股) 2. 南下資金(總...

Registry SourceRecently Updated