← 返回 Skills 市场
Feishu Common
作者
autogame-17
· GitHub ↗
· v1.0.1
3252
总下载
1
收藏
69
当前安装
2
版本数
在 OpenClaw 中安装
/install feishu-common
功能描述
Provides shared Feishu authentication, tenant token caching, retry handling, and authenticated API request support for dependent Feishu skills.
安全使用建议
Install this only for Feishu-related skills you trust. Keep the shared .env file and memory directory private, treat the cached tenant token as sensitive, and avoid using dependent skills that pass non-Feishu URLs into the authenticated request helper.
功能分析
Type: OpenClaw Skill
Name: feishu-common
Version: 1.0.1
The skill bundle provides a Feishu authentication and API helper. It reads Feishu application credentials (APP_ID, APP_SECRET) from a `.env` file located two directories up (`../../.env`) and caches the tenant access token in `../../memory/feishu_token.json`. All network requests are directed to the legitimate Feishu API (`https://open.feishu.cn`). The file system and network operations are directly aligned with the stated purpose of acquiring and caching authentication tokens and making authenticated API calls. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts in SKILL.md. The use of parent directories for configuration and caching is a design choice for shared resources, not an indication of malicious intent within the skill itself, although it relies on a properly configured and sandboxed execution environment.
能力评估
Purpose & Capability
The stated purpose is shared Feishu authentication and API support, and the code implements token acquisition, caching, retry handling, and an authenticated request wrapper consistent with that purpose.
Instruction Scope
The README discloses tenant token acquisition, caching, and authenticated requests, but it does not spell out the exact shared ../../.env credential path or ../../memory/feishu_token.json cache path.
Install Mechanism
The package contains ordinary npm metadata and lockfile dependencies, with no install-time scripts, bootstrap commands, obfuscation, or automatic execution beyond being imported by dependent skills.
Credentials
Using FEISHU_APP_ID and FEISHU_APP_SECRET is proportionate for a Feishu auth helper; dependent skills should only pass intended Feishu API URLs to the generic authenticated fetch wrapper.
Persistence & Privilege
The skill persists a plaintext tenant access token in a shared parent memory path. That is purpose-aligned token caching, but it relies on the host environment to keep that directory private and controlled.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-common - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-common触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No code changes in this release.
- Documentation (SKILL.md) reviewed and left unchanged.
v1.0.0
Re-publish after account restoration
元数据
常见问题
Feishu Common 是什么?
Provides shared Feishu authentication, tenant token caching, retry handling, and authenticated API request support for dependent Feishu skills. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3252 次。
如何安装 Feishu Common?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-common」即可一键安装,无需额外配置。
Feishu Common 是免费的吗?
是的,Feishu Common 完全免费(开源免费),可自由下载、安装和使用。
Feishu Common 支持哪些平台?
Feishu Common 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu Common?
由 autogame-17(@autogame-17)开发并维护,当前版本 v1.0.1。
推荐 Skills