skillnote

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

让团队将常用流程作为可复用技能管理并持续改进,适合多人工程环境。

▸ 风险提示

需要自建后端并开放本地 HTTP 接口,存在配置与访问要求。

这个 Skill 做什么

为 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.

开发编程技能仓库自托管同步OpenClaw
56
Stars
10
Forks
6
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/luna-prompts/skillnote/master/plugin-openclaw/skillnote/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/luna-prompts/skillnote/master/plugin-openclaw/skillnote/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 `~/.openclaw/skillnote-agents.md` exists, 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. **clawh
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有