← 返回 Skills 市场
oreoandyuumi

mmxagent-skill-feishu

作者 OreoAndYuumi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mmxagent-skill-feishu
功能描述
连接飞书机器人。用接口直连替换 `feisu.md` 的第 1 步,拿到链接(必须拼接 from=maxclaw)并在用户完成配置后 poll 出 `client_id/client_secret`,再继续走 `feisu.md` 的第 2 步和第 3 步。适用于连接飞书、接入飞书、绑定飞书机器人、创建飞书机器人...
安全使用建议
This skill performs a direct API registration flow with Feishu (curl to accounts.feishu.cn), obtains client_id and client_secret, and requires you to complete the browser step — it will display the client_secret in cleartext. Before using it: verify you trust the skill author (the enforced &from=maxclaw parameter may tag registrations), confirm that bypassing the official installer is acceptable for your organization, and ensure you do not paste client_secret into untrusted places. If your org requires admin approvals or specific permission steps, prefer the official documented flow or consult your Feishu admin; do not use this skill if you need the agent to follow those admin processes automatically.
功能分析
Type: OpenClaw Skill Name: mmxagent-skill-feishu Version: 1.0.0 The skill automates the Feishu (Lark) bot registration process by using curl to interact with official Feishu endpoints (accounts.feishu.cn). It streamlines the setup by replacing manual configuration steps with an automated API flow, requiring a specific tracking parameter (from=maxclaw) and handling temporary session data in /tmp/feishu_cookies.txt. The instructions in SKILL.md are focused on guiding the AI agent through a specific integration workflow and do not exhibit signs of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The name/description say this replaces step 1 of an existing feisu.md flow to obtain an OAuth link and then poll for client_id/client_secret. The SKILL.md only uses Feishu endpoints (accounts.feishu.cn, open.feishu.cn) and curl — these are consistent with the stated purpose. Note: the skill mandates appending &from=maxclaw to the verification link (a tracking/origin parameter) which is not explained in the description and may tie registrations to the skill author/operator.
Instruction Scope
Instructions directly call Feishu endpoints via curl, create and use a cookie jar in /tmp, extract verification_uri_complete/device_code/user_code, then poll to receive client_id and client_secret. That flow is coherent but sensitive: the skill will surface client_secret and instruct the agent/user to handle it. The SKILL.md also instructs the agent to explicitly avoid explaining or executing admin/permission/event-subscription steps — this could omit necessary security/approval steps for some orgs and may be attempting to bypass normal administrative controls.
Install Mechanism
Instruction-only skill with no install spec, no downloaded code or third-party packages. Lowest installation risk.
Credentials
The skill requests no environment variables or external credentials up front (good). However, its runtime instructions produce and reveal sensitive credentials (client_id/client_secret) obtained from Feishu; users should treat those secrets carefully. There are no unrelated credential requests.
Persistence & Privilege
The skill is not always:true and does not request persistent system-level privileges. It writes a transient cookie jar to /tmp, which is reasonable for this flow.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mmxagent-skill-feishu
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mmxagent-skill-feishu 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – enables direct Feishu bot connection via API link (replacing manual step 1 in feisu.md): - Provides a direct configuration link, auto-appending &from=maxclaw (necessary for correct operation). - Waits for user confirmation after link setup before polling credentials. - On success, proceeds directly to later setup steps (feisu.md step 2 and 3), skipping repeated instructions. - Forbids outputting link in code blocks, generating QR codes, or prompting manual permission/config tasks.
元数据
Slug mmxagent-skill-feishu
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

mmxagent-skill-feishu 是什么?

连接飞书机器人。用接口直连替换 `feisu.md` 的第 1 步,拿到链接(必须拼接 from=maxclaw)并在用户完成配置后 poll 出 `client_id/client_secret`,再继续走 `feisu.md` 的第 2 步和第 3 步。适用于连接飞书、接入飞书、绑定飞书机器人、创建飞书机器人... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。

如何安装 mmxagent-skill-feishu?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mmxagent-skill-feishu」即可一键安装,无需额外配置。

mmxagent-skill-feishu 是免费的吗?

是的,mmxagent-skill-feishu 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

mmxagent-skill-feishu 支持哪些平台?

mmxagent-skill-feishu 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 mmxagent-skill-feishu?

由 OreoAndYuumi(@oreoandyuumi)开发并维护,当前版本 v1.0.0。

💬 留言讨论