openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > feishu-attendance

Monitor Feishu attendance for late, early leave, or absence, notify employees of issues, and send summary reports to admin with holiday-aware checks.

综合技能

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.9

统计:⭐ 0 · 680 · 8 current installs · 8 all-time installs

0

安装量(当前) 8

🛡 VirusTotal :可疑 · OpenClaw :可疑

Package:autogame-17/feishu-attendance

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :可疑

OpenClaw 评估

The skill's code mostly matches the described attendance-monitoring purpose, but metadata and instructions omit important credential and dependency details and the code writes outside its folder — these mismatches warrant caution before installing.

目的

The code implements Feishu attendance checks, holiday lookups, caching, and messaging as described — so functionality matches the name/description. However, the package/skill metadata declares no required credentials or primaryEnv even though the runtime delegates to a shared 'feishu-common' module that will need Feishu app credentials (tenant/app id & secret or a token). The omission of required env vars/credentials in the manifest is an inco…

说明范围

SKILL.md shows how to run checks and mentions caching and the holiday API. The SKILL.md does not document the optional FEISHU_ADMIN_ID env var or the dependency on a shared 'feishu-common' and time-helper modules that the code imports. The code reads/writes cache files under '../../memory/attendance_cache' (creating directories) and calls external services (timor.tech and Feishu APIs) — these behaviors are within the tool's purpose but are not…

安装机制

There is no remote download/install spec (no extract or external URL). Dependencies are listed in package.json/package-lock (node-fetch, yargs, dotenv). Code is included in the bundle; no hidden installers or remote fetch of archives were found in the manifest. This is lower install risk than arbitrary remote downloads.

证书

The skill requires Feishu API access to function, and the code expects a shared feishu-common module to provide tokens/fetchWithAuth, but requires.env/primaryEnv fields are empty. The skill will also optionally use FEISHU_ADMIN_ID from process.env (not documented in SKILL.md). Missing explicit credential declarations is disproportionate to the metadata and hides what secrets the skill requires from the user.

持久

The skill does not request 'always:true' and agent-autonomous invocation is default (not a new concern). It writes cache files to '../../memory/attendance_cache' (creates directories) and therefore persists data on disk in parent directories relative to the skill; this is reasonable for caching but you should verify the path is the intended shared-memory area and not a sensitive location.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「feishu-attendance」。简介:Monitor Feishu attendance for late, early leave, or absence, notify employees o…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/autogame-17/feishu-attendance/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。