技能详情(站内镜像,无评论)
作者:傅洋 @4ier
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 164 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:4ier/feishu-contacts-sync
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code and instructions match its stated purpose: it reads Feishu app credentials from the provided openclaw.json, calls Feishu APIs to fetch users, and updates USER.md with an open_id→name table; nothing requested or installed is disproportionate to that task.
目的
The name/description describe syncing Feishu contacts into USER.md. The script and SKILL.md only perform actions required for that (read openclaw.json for app credentials, call Feishu APIs, and write the contacts table to USER.md). No unrelated credentials, binaries, or config paths are requested.
说明范围
Runtime instructions explicitly tell the operator to run the provided script with a path to openclaw.json and the USER.md path. The script only reads those two paths and performs HTTPS calls to Feishu endpoints to fetch users, then updates the contacts table. It does not attempt to read other files, environment variables, or transmit data to unexpected endpoints.
安装机制
No install spec is present (instruction-only + a small included script). Nothing is downloaded from arbitrary URLs or written to nonstandard system locations. The script relies on standard Python library modules only (urllib, json, re, os, sys).
证书
The skill requests no environment variables and uses app credentials only from the openclaw.json path you supply. Those credentials are necessary and proportionate for calling Feishu's contacts API. The script does not exfiltrate credentials or require unrelated secrets.
持久
The skill does not request permanent presence (always:false), does not modify other skills or system-wide settings, and only writes the contacts section of USER.md as described. Optional crontab instructions are local scheduling guidance, not an automatic persistent installer.
综合结论
This skill appears coherent and limited to its stated purpose, but before installing/running: (1) verify the openclaw.json path and that it contains only the Feishu app credentials you expect (appId/appSecret), (2) ensure openclaw.json is stored with appropriate filesystem permissions since it contains secrets, (3) review USER.md backups — the script will overwrite the contacts section, and (4) confirm the Feishu app has only the minimal conta…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Feishu Contacts Sync」。简介:Sync Feishu (Lark) contacts into USER.md so the agent can identify DM senders b…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/4ier/feishu-contacts-sync/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。