← 返回 Skills 市场
109
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install feishu-setup-troubleshooting
功能描述
Set up and troubleshoot Feishu or Lark messaging integration with Hermes Agent, including connection checks, access control, and common failure modes.
使用说明 (SKILL.md)
Feishu or Lark Setup and Troubleshooting
When to use
- A user wants to connect Hermes Agent to Feishu or Lark.
- The bot is online but does not reply to messages.
- You need to diagnose permissions, gateway state, or connection issues.
Prerequisites
- Hermes Agent is installed and the
hermesCLI is available. - A Feishu or Lark app exists with bot capability enabled.
- The required App ID and App Secret are available.
Access-control reminder
Feishu access has two separate layers:
FEISHU_ALLOW_ALL_USERSGATEWAY_ALLOW_ALL_USERS
If the gateway layer is still closed, Feishu users will be rejected even when the Feishu layer looks open.
Setup and troubleshooting flow
- Confirm configuration. Check that the required Feishu or Lark variables are present and that the domain and connection mode match the deployment.
- Confirm the gateway is running.
hermes gateway status
- Review recent logs.
hermes logs 2>&1 | grep -i feishu | tail -20
- Test message delivery. Send a direct message and look for an inbound message log followed by a model response.
- Restart after config changes.
hermes gateway restart
Common issues
- Bot does not reply at all: the gateway is not running.
Unauthorized userin logs: the gateway-level allow rule is still blocking access.- Wrong region or domain:
FEISHU_DOMAINdoes not match the deployment. - Messages arrive but there is no answer: the model provider or API key behind Hermes is failing.
Security notes
- Prefer an allowlist for production.
- Never commit App Secret, encrypt keys, or verification tokens.
- Keep the gateway running under a limited user account.
- Review logs for sensitive output before sharing them externally.
安全使用建议
This skill appears coherent for Feishu/Lark troubleshooting with Hermes. Before installing, ensure the hermes CLI is trustworthy and available, store FEISHU_APP_SECRET and other tokens in a secure secret store (do not paste into public logs), and prefer testing in a development environment first. Limit allowed users (use allowlists) and run the gateway under a low-privilege account. When following log instructions, inspect and redact any secrets before sharing externally. If you do not want the skill to run autonomously with access to these credentials, avoid enabling it or restrict its use to manual invocation only.
功能分析
Type: OpenClaw Skill
Name: feishu-setup-troubleshooting
Version: 1.2.2
The skill bundle provides standard troubleshooting and setup instructions for Feishu/Lark integration with the Hermes Agent. It utilizes legitimate CLI commands (e.g., 'hermes gateway status', 'hermes logs') and includes security best practices such as advising against committing secrets and recommending the use of allowlists. No malicious patterns, data exfiltration, or suspicious obfuscation were detected in SKILL.md or _meta.json.
能力标签
能力评估
Purpose & Capability
The name and description (Feishu/Lark setup & troubleshooting for Hermes Agent) match the declared requirements: the hermes CLI is required and the env vars are Feishu- and gateway-related (APP_ID, APP_SECRET, DOMAIN, connection/allowlist settings, encryption and verification tokens). These are proportionate to the stated purpose.
Instruction Scope
SKILL.md contains operational troubleshooting steps limited to checking configuration, running hermes gateway status/logs/restart, and testing messages. It does not instruct reading unrelated system files, contacting arbitrary external endpoints, or exfiltrating data. It does recommend reviewing logs (which may contain sensitive data), but also warns not to share secrets.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is downloaded or written to disk by the skill itself.
Credentials
The required environment variables are Feishu/Lark and gateway configuration items that a troubleshooting flow legitimately needs. The primary credential is the app secret, which is expected. The number of variables is large but appropriate for integration configuration.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide persistence or modify other skills. Model invocation is permitted (the platform default); while autonomous invocation increases blast radius in general, it is not combined with other red flags here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-setup-troubleshooting - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-setup-troubleshooting触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.2
Declare the required Hermes binary and Feishu environment variables in top-level skill metadata so the scan matches the guide.
v1.2.1
Translate the guide to English and keep the setup instructions aligned with the declared Feishu environment variables.
v1.2.0
安全修复:metadata中补全所有环境变量声明(FEISHU_APP_ID/SECRET等10个),消除metadata与正文不匹配问题
v1.1.0
安全修复:白名单模式提升为推荐选项;添加Security Best Practices章节;补全环境变量文档
v1.0.0
Initial publish: 飞书/Lark 消息集成配置与故障排查指南
元数据
常见问题
Feishu/Lark Setup and Troubleshooting 是什么?
Set up and troubleshoot Feishu or Lark messaging integration with Hermes Agent, including connection checks, access control, and common failure modes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。
如何安装 Feishu/Lark Setup and Troubleshooting?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-setup-troubleshooting」即可一键安装,无需额外配置。
Feishu/Lark Setup and Troubleshooting 是免费的吗?
是的,Feishu/Lark Setup and Troubleshooting 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Feishu/Lark Setup and Troubleshooting 支持哪些平台?
Feishu/Lark Setup and Troubleshooting 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu/Lark Setup and Troubleshooting?
由 XuXu(@xuxuclassmate)开发并维护,当前版本 v1.2.2。
推荐 Skills