Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

feishuskillsfeishuskills 搜索

Agent Skill

feishuskills 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 OpenClaw 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,796

周安装

459

GitHub Stars

公开资料未说明

下载量

3,782
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:feishuskills(feishuskills 搜索)
来源仓库:https://github.com/wangzhi8145/feishuskills
安装命令:
openclaw skills install feishuskills
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install feishuskills

简介

通过处理身份验证、消息传递、事件、API、错误恢复和后备解决方案,以最少的手动输入实现飞书集成的自动化。

SKILL.md

Feishu Integration Problem Solver

This skill automatically solves Feishu integration problems by researching official documentation, finding community solutions, and implementing the most reliable automation approach.

Capabilities

  • Authentication & Authorization: Handles app_id/app_secret setup, tenant access tokens, user access tokens, and bot access tokens
  • Message Handling: Supports text, rich text, cards, and file messages with proper formatting
  • Event Processing: Webhook event handling with signature verification and proper response format
  • API Integration: Comprehensive support for Feishu's service APIs including docs, drive, wiki, calendar, etc.
  • Error Handling: Intelligent error diagnosis and recovery for common issues like token expiration, permission errors, and rate limiting
  • Fallback Strategies: When complete automation isn't possible, provides alternative approaches and manual workarounds

Usage

Basic Integration Setup

When users mention Feishu integration issues, this skill will:

  1. Analyze the specific problem (authentication, messaging, API calls, etc.)
  2. Check if they have proper app credentials configured
  3. Implement the appropriate solution based on the use case
  4. Provide fallback options if automation isn't possible

Supported Scenarios

  • Bot Development: Creating interactive bots that respond to messages and events
  • Document Automation: Reading/writing Feishu documents and cloud files
  • Workflow Integration: Connecting Feishu with external systems and services
  • Permission Management: Handling sharing and collaboration permissions
  • Knowledge Base Access: Reading and managing Feishu wiki/knowledge base content

Implementation Details

Authentication Flow

The skill implements the standard Feishu authentication flow:

  1. App Credentials: Uses FEISHU_APP_ID and FEISHU_APP_SECRET from environment or configuration
  2. Tenant Token: Automatically obtains and caches tenant access tokens with proper refresh logic
  3. User Tokens: Handles OAuth flows when user-specific actions are required
  4. Bot Tokens: Manages bot access tokens for messaging capabilities

Error Recovery

Common error scenarios and their solutions:

  • Token Invalid (99991663): Automatically refreshes expired tokens
  • Permission Denied (99991672): Guides users through permission setup in Feishu admin console
  • Rate Limiting: Implements exponential backoff with jitter
  • Network Issues: Provides retry logic with circuit breaker patterns

Fallback Strategies

When automation isn't possible:

  1. Manual Configuration Guide: Step-by-step instructions for manual setup
  2. Alternative APIs: Suggests different API endpoints or approaches
  3. Web Interface Workaround: Provides guidance for using Feishu web interface as alternative
  4. Community Solutions: References relevant GitHub repositories and community examples

Dependencies

This skill leverages existing Feishu skills when available:

  • feishu-doc: For document operations
  • feishu-drive: For cloud storage management
  • feishu-perm: For permission handling
  • feishu-wiki: For knowledge base operations

If these skills aren't available, it implements basic functionality directly using Feishu's REST APIs.

Security Considerations

  • Credential Management: Never logs or exposes app secrets
  • Token Storage: Caches tokens securely with automatic expiration
  • Input Validation: Validates all inputs to prevent injection attacks
  • Rate Limiting: Respects Feishu's API rate limits to avoid account restrictions

Testing & Validation

The skill includes built-in validation:

  • Connection Test: Verifies app credentials and basic connectivity
  • Permission Check: Validates required permissions before attempting operations
  • Mock Mode: Allows testing without making actual API calls (for development)
  • Diagnostic Output: Provides detailed logs for troubleshooting

Examples

Example 1: Bot Message Handling

User: "My Feishu bot isn't receiving messages"
Skill: Checks webhook configuration, verifies signature validation, tests message routing

Example 2: Document Access

User: "I can't read Feishu documents programmatically"  
Skill: Implements document reading with proper authentication, handles permission errors, suggests alternative approaches

Example 3: Permission Issues

User: "Getting permission denied when trying to share files"
Skill: Guides through permission setup, implements proper sharing workflow, provides manual workaround

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

74.23%
按下载量换算2,807

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills