← Back to Skills Marketplace
255
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install registry-sync
Description
Keep the Feishu registry sheet in sync whenever a new local skill, workflow, or template is created or significantly updated. Use when a new skill is added u...
Usage Guidance
This skill's purpose (keeping a Feishu sheet in sync with local SKILL.md/workflow files) is plausible, but before installing you should: 1) Confirm where the agent will obtain Feishu/Lark credentials (API token or authenticated browser session). The SKILL.md implies authenticated writes but the skill declares no required credentials — that gap must be closed. 2) Verify that the agent already has or will use a trusted feishu_sheet / feishu-sheet-tabs integration (and that those integrations are safe). 3) Confirm you are comfortable with the agent reading the absolute paths under /Users/shiyi/.openclaw; if this is not your account, update paths to your environment. 4) Decide whether you want this to run automatically after new skill/template/workflow creation — automatic syncing will let the skill read local files and push updates without explicit prompts. 5) Audit the backlog file location (/Users/shiyi/.openclaw/workspace/research/registry-sync-backlog.md) for sensitive content and filesystem permissions. If the author can clarify (a) which credentials are required and where they are stored, and (b) whether this relies on an existing feishu-sheet helper skill that handles auth, the coherence concerns would be resolved.
Capability Analysis
Type: OpenClaw Skill
Name: registry-sync
Version: 0.1.0
The registry-sync skill is a productivity tool designed to synchronize metadata from local skill files, workflows, and templates to a specific Feishu (Lark) spreadsheet (bytedance.larkoffice.com). It monitors local directories such as '/Users/shiyi/.openclaw/workspace/skills/' and automates the update process to ensure the registry remains current. The behavior is transparently documented in SKILL.md and aligns with the stated purpose of maintaining a centralized registry without any indicators of malicious intent or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
The skill's goal is to write updates to a Feishu (Lark) spreadsheet based on local SKILL.md and workflow files — that purpose is consistent with the instructions. However, the skill does not declare any dependency on a Feishu API client, any other skill (e.g., feishu_sheet or feishu-sheet-tabs), nor does it list any required Feishu credentials or tokens which are necessary for performing authenticated writes to the spreadsheet URL it names.
Instruction Scope
The SKILL.md explicitly instructs the agent to read local files under /Users/shiyi/.openclaw/... (SKILL.md, workflow docs, research templates) and to write to a remote Feishu sheet (and to a local backlog file if Feishu is unavailable). Those actions are within the stated purpose. The doc also suggests using browser runtime methods and another skill (feishu-sheet-tabs) to create tabs, but does not specify how authentication or cross-skill invocation is handled.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written by an installer.
Credentials
To perform sheet writes the agent will need Feishu/Lark credentials (API token, OAuth token, or browser session). The skill declares no required env vars, no primary credential, and no required config paths, yet the runtime instructions presume authenticated access to a corporate Feishu sheet. This mismatch is disproportionate and should be clarified. The skill also hard-codes absolute paths under /Users/shiyi, which may expose or assume access to a specific user's home directory.
Persistence & Privilege
always is false (good). The skill suggests automatic triggering after new local items are created — combined with the instruction to read local directories and write to a remote sheet, automatic invocation increases the blast radius if the agent has broad file access and Feishu credentials. The skill will also write a local backlog file under the user's workspace, which is reasonable but should be audited for location and permissions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install registry-sync - After installation, invoke the skill by name or use
/registry-sync - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is registry-sync?
Keep the Feishu registry sheet in sync whenever a new local skill, workflow, or template is created or significantly updated. Use when a new skill is added u... It is an AI Agent Skill for Claude Code / OpenClaw, with 255 downloads so far.
How do I install registry-sync?
Run "/install registry-sync" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is registry-sync free?
Yes, registry-sync is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does registry-sync support?
registry-sync is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created registry-sync?
It is built and maintained by G-Hanasq (@g-hanasq); the current version is v0.1.0.
More Skills