← Back to Skills Marketplace
mmxagent-skill-feishu
by
OreoAndYuumi
· GitHub ↗
· v1.0.0
· MIT-0
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mmxagent-skill-feishu
Description
连接飞书机器人。用接口直连替换 `feisu.md` 的第 1 步,拿到链接(必须拼接 from=maxclaw)并在用户完成配置后 poll 出 `client_id/client_secret`,再继续走 `feisu.md` 的第 2 步和第 3 步。适用于连接飞书、接入飞书、绑定飞书机器人、创建飞书机器人...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mmxagent-skill-feishu - After installation, invoke the skill by name or use
/mmxagent-skill-feishu - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is mmxagent-skill-feishu?
连接飞书机器人。用接口直连替换 `feisu.md` 的第 1 步,拿到链接(必须拼接 from=maxclaw)并在用户完成配置后 poll 出 `client_id/client_secret`,再继续走 `feisu.md` 的第 2 步和第 3 步。适用于连接飞书、接入飞书、绑定飞书机器人、创建飞书机器人... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.
How do I install mmxagent-skill-feishu?
Run "/install mmxagent-skill-feishu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mmxagent-skill-feishu free?
Yes, mmxagent-skill-feishu is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does mmxagent-skill-feishu support?
mmxagent-skill-feishu is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mmxagent-skill-feishu?
It is built and maintained by OreoAndYuumi (@oreoandyuumi); the current version is v1.0.0.
More Skills