Agent skill · Security

feishu-safety-guide

One-click deployment Skill for Feishu security governance and message anti-data-leakage guide, responsible for Feishu message security, credential protection, permission auditing, interaction logging and periodic security reporting

SafeAI-Lab-Xgithub.com/SafeAI-Lab-XGitHub ↗
claude-codeships scripts
Install
npx skills add SafeAI-Lab-X/ClawKeeper --skill feishu-safety-guide --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 14 KB
Bundled scripts: yes
Path: legacy/clawkeeper-skill/skills/feishu-safety-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,034
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# OpenClaw Feishu Safety Guide Skill Provides OpenClaw with security policies, data loss prevention mechanisms, permission controls, audit logging and periodic security reporting capabilities for operations in the Feishu environment. **Feishu Specifics:** Feishu's "file system" is **the organization's knowledge base and address book**, and what leaks are **chat records, cloud documents, contacts, approval workflows**. Once exfiltrated, they cannot be recalled. **Core Principles:** Zero friction in daily operations, high-risk operations must be confirmed by humans, regular audits with explicit reporting. **Credential Convention:** This Skill uses `$FS_TOKEN` to refer generally to Feishu API credentials, covering `app_access_token`, `tenant_access_token`, Webhook URLs, robot tokens and all high-privilege credentials. --- # I. Behavioral Blacklist and Security Audit Protocol ## 1. Behavioral Guidelines Security checks are independently executed by the AI Agent at the behavioral layer. **Agents must keep in mind: there is never absolute security, always maintain skepticism. In the Feishu scenario, "sending a message" alone is enough to cause irreversible data leakage.** ### Red Line Be

What's inside
Steps it walks through
  1. 1. Behavioral Guidelines
  2. Red Line Behaviors (Must Pause and Confirm with Human if Detected)
  3. Yellow Line Behaviors (Permitted to Execute, Must Be Logged in Daily Memory)
  4. 2. Skill/MCP Installation Security Audit Protocol
  5. 1. Message Anti-Data-Leakage
  6. a) Pre-send Content Filtering (Agent Must Execute)
  7. b) Send Target Blacklist
  8. c) Feishu Cloud Document External Link Control
  9. 2. High-Risk Business Risk Controls
  10. 3. Operation Logging
  11. 1. Pre-execution Configuration (Skip if Already Completed)
  12. Configure AGENTS.md
  13. 2. Scheduled Auditing
  14. Report Format Requirements
Ships with 4 files
  • scripts/install.ps1
  • scripts/install.sh
  • scripts/uninstall.ps1
  • scripts/uninstall.sh
Commands it runs
openclaw cron add \
More from ClawKeeper
All skills →
About this skill
What does the feishu-safety-guide skill do?

One-click deployment Skill for Feishu security governance and message anti-data-leakage guide, responsible for Feishu message security, credential protection, permission auditing, interaction logging and periodic security reporting

How do I install it?

Run `npx skills add SafeAI-Lab-X/ClawKeeper --skill feishu-safety-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From SafeAI-Lab-X/ClawKeeper, a repository with 1,034 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going