Registry Sync
Maintain the Feishu registry spreadsheet as the source of truth for local skills, workflows, and templates.
Registry target
Primary registry sheet:
- - Spreadsheet: INLINECODE0
- URL: INLINECODE1
Known tabs:
- - INLINECODE2
- INLINECODE3
- INLINECODE4
- INLINECODE5
- INLINECODE6
Core rule
When a new reusable capability is created, do not stop at file creation. Also update the registry sheet.
What counts as a registry item
Skills
Register items under INLINECODE7
Workflows
Register persistent operating flows such as:
- - Feishu doc workflow
- Feishu sheet workflow
-公众号灵感池
- - content pipeline
- any recurring multi-step operational flow the user is expected to reuse
Templates
Register reusable process templates under
/Users/shiyi/.openclaw/workspace/research/ such as:
- - install/wiring
- debug
- delivery/handoff
- api selection
- scheduled briefing
Minimum metadata to capture
For each new item, capture at least:
- - 名称
- 作用
- 适用场景
- 典型触发
- 默认位置/资源位置
- 当前状态
- 优先级
- 备注
Sync procedure
- 1. Determine the category:
- Skill
- Workflow
- Template
- Content-related flow
- 2. Read the local source of truth:
- SKILL.md for skills
- workflow doc / Feishu doc / known runtime artifact for workflows
- research template file for templates
- 3. Summarize the item in practical language.
- 4. Update the proper tab in the registry sheet.
- 5. If the item changes the high-level landscape, also update
总览.
Preferred write strategy
Prefer structured table writes over ad-hoc manual browser typing.
If a new tab is required and feishu_sheet API cannot create worksheet tabs, use the feishu-sheet-tabs skill approach:
- - create tabs via browser runtime methods
- populate them with INLINECODE12
When to trigger automatically
Trigger this skill after:
- - creating a new local skill
- creating a new reusable template
- creating a new recurring workflow the user will reuse
Do not wait for the user to remind you.
Fallback
If Feishu Sheets is temporarily unavailable, append the pending registry change to a local backlog file and tell the user it is queued.
Backlog file:
Backlog format
Output style
Keep the confirmation brief:
- - what was registered
- which tab was updated
- whether the write was direct or queued
注册表同步
维护飞书注册表电子表格作为本地技能、工作流和模板的权威数据源。
注册表目标
主注册表电子表格:
- - 电子表格:加十的 Skill 与工作流清单
- 链接:https://bytedance.larkoffice.com/sheets/Bf6qsMV9fhqrD6tPE6TcQhF7nEe
已知分页:
- - 总览
- Skills
- Workflows
- Templates
- Content
核心规则
当创建新的可复用能力时,不要止步于文件创建。同时更新注册表电子表格。
哪些算作注册表条目
技能
注册 /Users/shiyi/.openclaw/workspace/skills/*/SKILL.md 下的条目
工作流
注册持续性操作流程,例如:
- - 飞书文档工作流
- 飞书表格工作流
- 公众号灵感池
- 内容流水线
- 用户预期复用的任何重复性多步骤操作流程
模板
注册 /Users/shiyi/.openclaw/workspace/research/ 下的可复用流程模板,例如:
需捕获的最低元数据
对于每个新条目,至少捕获:
- - 名称
- 作用
- 适用场景
- 典型触发
- 默认位置/资源位置
- 当前状态
- 优先级
- 备注
同步流程
- 1. 确定类别:
- 技能
- 工作流
- 模板
- 内容相关流程
- 2. 读取本地权威数据源:
- 技能的 SKILL.md
- 工作流的工作流文档/飞书文档/已知运行时产物
- 模板的研究模板文件
- 3. 用实用语言总结该条目。
- 4. 更新注册表电子表格中的对应分页。
- 5. 如果该条目改变了整体布局,同时更新 总览。
首选写入策略
优先使用结构化表格写入,而非临时手动浏览器输入。
如果需要新分页且 feishu_sheet API 无法创建工作表分页,则使用 feishu-sheet-tabs 技能方法:
- - 通过浏览器运行时方法创建分页
- 使用 feishu_sheet 填充内容
何时自动触发
在以下情况后触发此技能:
- - 创建新的本地技能
- 创建新的可复用模板
- 创建用户将复用的新重复性工作流
无需等待用户提醒。
回退方案
如果飞书表格暂时不可用,将待处理的注册表变更追加到本地积压文件中,并告知用户已排队。
积压文件:
- - /Users/shiyi/.openclaw/workspace/research/registry-sync-backlog.md
积压文件格式
输出风格
保持确认信息简洁:
- - 注册了什么
- 更新了哪个分页
- 写入是直接完成还是已排队