absolins/openclaw-agent-feishu-onboarding/SKILL.md
Create OpenClaw agents and onboard Feishu routing with explicit multi-step confirmations. Use when the user needs to (1) define a new agent role and workspace, (2) collect and confirm Feishu route fields including peer.id, (3) apply account/peer bindings, and (4) validate routing and rollback safely.
npx skillsauth add openclaw/skills openclaw-agent-feishu-onboardingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Standardize creation of new OpenClaw agents and Feishu route binding. Use this skill for operational execution with strict confirmations.
openclaw (CLI available in PATH)python (3.x, used by scripts/validate_feishu_bindings.py)openclaw --versionpython --versionopenclaw.json / OPENCLAW_CONFIG_PATH)agents.list[], bindings[])agents.list + workspace + identity).bindings.match with channel/accountId/peer.agentId (lowercase, digits, hyphen).workspace path.model id.agents.list[]:
identity object (for example identity.name, identity.emoji, identity.theme)name onlymatch.channel: feishumatch.accountId: for example mainmatch.peer.kind: group (or dm when needed)match.peer.id: Feishu session id (group id like oc_xxx or dm id)agents.list[] entry for new agent must include identity object.identity.name must be set for human-readable routing/debug checks.match.accountId must be one of channels.feishu.accounts keys (for example main).oc_xxx) into match.accountId.match.peer = { kind: "group", id: "oc_xxx" }.match.peer is missing, abort and correct config before continuing.Do not skip confirmations. Ask and confirm in this exact order.
agentId, workspace, model, identity fields.agentId uniqueness).accountId.peer.kind.peer.id (explicitly state this is the Feishu session id).openclaw agents listopenclaw config get agents.list --jsonopenclaw config get channels.feishu.accounts --jsonopenclaw directory groups list --channel feishu --account <account-id> --query "<keyword>" --jsonopenclaw config get bindings --jsonopenclaw agents add ...openclaw agents set-identity ...openclaw agents bind for account-scoped binding when needed.bindings[] with match.peer.python -X utf8 ./scripts/validate_feishu_bindings.py --config <openclaw.json-path>openclaw config validate --jsonagents.list[] entry has identity.namebindings[] entry content and ordering.match.peer.kind = "group" and match.peer.id = "oc_xxx".peer rule is the precise route key for a specific Feishu conversation.match.peer.id to bind a specific session (group oc_xxx).match.accountId: "oc_xxx" without match.peer.Agent list entry should follow this shape:
{
"id": "data-analyst",
"workspace": "C:\\Users\\Administrator\\.openclaw\\workspace-dataAnalysis",
"agentDir": "C:\\Users\\Administrator\\.openclaw\\agents\\data-analyst\\agent",
"identity": {
"name": "data-analyst"
}
}
Canonical peer binding object:
{
"agentId": "<agent-id>",
"match": {
"channel": "feishu",
"accountId": "main",
"peer": {
"kind": "group",
"id": "oc_xxx"
}
}
}
bindings, capture current bindings snapshot.mainpeer.id (most common).bindings[] was written but gateway runtime did not reload the latest config.match.accountId mismatched current Feishu account key.agents.list[] entry is malformed (missing required fields such as identity object expected by your convention).tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。