skillnote

仓库创建 2026年2月23日最近提交 2 天前SkillHot 收录 21 天前
▸ 精选理由

作为示例/初始化用种子内容有参考价值,但不是独立运行插件。

▸ 风险提示

包含示例数据,使用需配合 SkillNote 后端和本地配置。

这个 Skill 做什么

SkillNote 的种子技能数据文件,供初始化与示例使用。

做为本地化的技能注册与管理仓库,保存团队写的流程(名字、描述、正文),并在每次任务前同步到磁盘以便调用。常在初始化 OpenClaw 环境、管理/选择技能或想记录哪个流程起作用时使用。它会收集哪个技能有帮助或失败的信号,让注册表随着使用逐步改进,适合自托管场景。

▸ 展开 SKILL.md 英文原文

Self-hosted skill registry for OpenClaw. Stores procedures your team writes (name, description, body), syncs them to disk before each task, and collects which-helped/which-failed signals from the agent so the registry improves over time.

开发编程种子数据SkillNote示例OpenClaw
56
Stars
10
Forks
6
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/luna-prompts/skillnote/master/backend/seed_data/skillnote.skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/luna-prompts/skillnote/master/backend/seed_data/skillnote.skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Quick orientation

You are running with the SkillNote skill loaded. Your responsibilities, in order:

1. **Setup** (Steps 1-6 below) — one-time per machine; ~30s if backend is already running, ~3 min if you need to install it
2. **Pick + apply** the right skills before responding to user tasks
3. **Log + rate** what worked after the task is done

Setup is **silent on every load after the first**. If `~/.openclaw/skills/skillnote/config.json` already has a working `host` and the AGENTS.md graft is in place, skip Steps 1-5 and stay quiet.

---

# How this skill got onto disk (recovery info)

This `SKILL.md` lives at `~/.openclaw/skills/skillnote/` and arrived via one of:

1. **clawhub** (rec
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有