技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.7.1
统计:⭐ 6 · 28.1k · 126 current installs · 132 all-time installs
⭐ 6
安装量(当前) 132
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:autogame-17/feishu-evolver-wrapper
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The code and runtime instructions broadly match a Feishu reporting wrapper, but there are multiple inconsistencies and privileged behaviors (undeclared environment variables, shell execs, PID/process management, file access) that warrant caution before installing.
目的
The declared purpose (Feishu wrapper for capability-evolver) matches the code: many files implement Feishu card sending, dashboard generation, lifecycle/daemon management, and history export. However the registry metadata declares no required environment variables or credentials while the code clearly expects many Feishu- and OpenClaw-related env vars (e.g., FEISHU_APP_ID, FEISHU_BOT_NAME, FEISHU_EVOLVER_DOC_TOKEN, OPENCLAW_MASTER_ID, OPENCLAW…
说明范围
SKILL.md is short and only shows a few top-level commands, but the included code reads and writes many workspace/system files (memory/, logs/, assets/gep/events.jsonl, /proc), spawns and kills processes, uses execSync and spawn to run other local scripts (e.g., skills/feishu-doc/create.js, append_simple.js), and expects tokens in memory/feishu_token.json. The runtime instructions do not enumerate these file and env dependencies. The wrapper wi…
安装机制
There is no install spec (instruction-only skill), which avoids remote downloads. However the bundle includes many executable JS files and a package.json with a local 'file:../evolver' dependency. No external download URLs were used, which lowers install risk, but the local file dependency and reliance on workspace sibling modules means the skill may fail or behave unexpectedly when moved or installed in a different layout.
证书
Registry claims no required env vars yet the code uses many environment values and secret tokens: FEISHU_APP_ID / FEISHU_BOT_NAME (integration key), FEISHU_EVOLVER_DOC_TOKEN, FEISHU_EVOLVER_DOC_TOKEN, OPENCLAW_MASTER_ID, OPENCLAW_CLI_PATH, EVOLVER_ISSUE_DOC_TOKEN, and others. The code also reads a feishu_token.json file from memory for bearer tokens. Requiring Feishu credentials is coherent with the purpose, but the absence of those requiremen…
持久
The skill creates and manages PID files, can spawn a detached daemon/watcher, writes to memory/log files, and will attempt to kill duplicate daemon PIDs. Those behaviors are consistent with lifecycle/watchdog responsibilities, but they give the skill the ability to manage and terminate processes on the host. 'always' is false (good) and the skill does not declare it requires permanent inclusion, but the code's ability to spawn background proce…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Feishu Evolver Wrapper」。简介:Feishu-integrated wrapper for the capability-evolver. Manages the evolution loo…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/autogame-17/feishu-evolver-wrapper/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。