← Back to Skills Marketplace
152
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-agent-feishu-onboarding
Description
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 workspac...
Usage Guidance
This skill appears to do what it claims: read your local openclaw.json, guide interactive confirmations, run openclaw CLI commands, and use the bundled Python validator. Before running it: (1) run in a trusted environment because it reads/writes local config files that may contain sensitive data; (2) back up your openclaw.json (or snapshot bindings) before any write; (3) review the validator script (scripts/validate_feishu_bindings.py) yourself to confirm there are no network calls — it performs only local JSON checks; (4) ensure the openclaw CLI you’ll invoke is the genuine binary you expect; and (5) keep the four-step confirmation protocol and require an explicit human go/no-go before any write operations.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-agent-feishu-onboarding
Version: 1.0.1
The skill bundle provides a structured and safety-oriented workflow for creating OpenClaw agents and configuring Feishu routing. It includes a Python validation script (scripts/validate_feishu_bindings.py) to prevent common misconfigurations and a detailed SKILL.md that mandates a multi-step confirmation protocol before any changes are applied. The operations are limited to local configuration management via the openclaw CLI and do not exhibit signs of data exfiltration, malicious execution, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, command examples, and the included Python validator all consistently target creating agents and applying/validating Feishu routing in a local OpenClaw config (openclaw.json). Nothing requested (no env vars, no external services) is disproportionate to that purpose.
Instruction Scope
SKILL.md explicitly instructs reading and writing the local OpenClaw config and running openclaw CLI commands and the included validator; this is expected for the stated task. Note: the skill will read potentially sensitive local config (openclaw.json) — the README warns of this and requires multi-step confirmations before writes.
Install Mechanism
No install spec; this is an instruction-only skill with a small included Python script. Nothing is downloaded or written by an installer, minimizing install-time risk.
Credentials
The skill requests no environment variables or credentials. The validator reads OPENCLAW_CONFIG_PATH (if set) and the local filesystem to access openclaw.json; this is proportional to validating local routing config but means the skill requires access to potentially sensitive local config files.
Persistence & Privilege
The skill is not always-enabled and agents/openai.yaml sets allow_implicit_invocation: false, so it won't be implicitly invoked. It does instruct making persistent changes to local config only after explicit multi-step confirmations — appropriate for the task.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-agent-feishu-onboarding - After installation, invoke the skill by name or use
/openclaw-agent-feishu-onboarding - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added runtime prerequisites, including required binaries and preflight checks.
- Updated agent spec and validation requirements: `agents.list[]` must include an `identity` object with `identity.name` set.
- Expanded the execution workflow with additional discovery steps and explicit validation for agent configuration.
- Clarified routing rules and included a correct `agents.list[]` agent entry example.
- Added guidance on troubleshooting routing issues and reasons for fallback to the `main` route.
- Documentation improved for operational clarity and safer onboarding flow.
v1.0.0
Initial release of the OpenClaw agent onboarding skill for Feishu routing
- Standardizes the creation of new OpenClaw agents and Feishu route bindings with explicit multi-step confirmations.
- Enforces hard validation gates for routing configuration, including peer-specific rules and accountId checks.
- Requires strict, ordered confirmation steps for agent goals, configuration, routing, and final approval before writing changes.
- Details a safe execution and rollback workflow to prevent misconfiguration and enable reversibility.
- Provides references for related commands, validation scripts, and bilingual documentation.
Metadata
Frequently Asked Questions
What is openclaw-agent-feishu-onboarding?
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 workspac... It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.
How do I install openclaw-agent-feishu-onboarding?
Run "/install openclaw-agent-feishu-onboarding" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is openclaw-agent-feishu-onboarding free?
Yes, openclaw-agent-feishu-onboarding is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does openclaw-agent-feishu-onboarding support?
openclaw-agent-feishu-onboarding is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created openclaw-agent-feishu-onboarding?
It is built and maintained by AbsoLinS (@absolins); the current version is v1.0.1.
More Skills