技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v2.0.0
统计:⭐ 0 · 1.6k · 23 current installs · 23 all-time installs
⭐ 0
安装量(当前) 23
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:autogame-17/feishu-memory-recall
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill's code largely matches its stated Feishu memory/search purpose, but the package metadata omits sensitive config/env access (it reads the agent sessions file and requires FEISHU credentials), so the requested/declared surface is inconsistent and deserves caution.
目的
Name/description align with what the code does: it calls Feishu APIs to search/recall messages, generates digests, auto-discovers groups, and writes event logs. The operations in index.js map to the stated commands.
说明范围
SKILL.md and index.js instruct reading ~/.openclaw/agents/main/sessions/sessions.json to auto-discover groups and writing to RECENT_EVENTS.md and memory/*.md. Reading the OpenClaw sessions file is sensitive (may contain other agent session metadata) and this path was not declared in the registry metadata. The skill also fetches full message contents from Feishu groups — expected for its purpose, but privacy-sensitive. Instructions are not over…
安装机制
No install spec (instruction-only) which is low-risk. However the skill bundle includes JavaScript code and a package.json (dependencies commander, dotenv). Nothing is downloaded from arbitrary URLs. Risk is primarily from executing the included code, not an external installer.
证书
Registry metadata declared no required env vars, but SKILL.md and index.js require FEISHU_APP_ID and FEISHU_APP_SECRET (loaded from .env or process.env). The skill also reads HOME-based sessions.json (a config path) but the metadata lists no required config paths. This mismatch is an important omission: the skill needs Feishu credentials and access to agent session data to run.
持久
The skill stores a cached tenant token (memory/feishu_token.json), a persistent group list (memory/active_groups.json), daily logs (memory/YYYY-MM-DD.md) and RECENT_EVENTS.md in the workspace. It does not modify other skills' configs or request always:true. Persisting tokens and logs is expected for this functionality but is a persistent storage footprint to be aware of.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「feishu-memory-recall」。简介:Cross-group memory, search, and event sharing for OpenClaw Feishu agents。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/autogame-17/feishu-memory-recall/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。