← 返回
未分类

feishu-skills

适用于 OpenClaw 和 EnClaws的完整飞书集成技能包。 让 AI Agent 能够读写飞书文档、发送消息、管理日历、任务和多维表格 —— 全部基于用户个人 OAuth Token(而非 Bot Owner 权限),无需管理员授权。
HashStacs
未分类 community v1.0.0 1 版本 99290.8 Key: 无需
★ 0
Stars
📥 140
下载
💾 0
安装
1
版本
#latest

概述

Feishu Skills Installer

> Module compatibility: Scripts are provided in both .js and .mjs. Prefer .mjs; if you get a module error, fall back to .js.

Install the full Feishu skill pack by executing the commands below. All script output is single-line JSON.

Included skills

SkillDescription
--------------------
feishu-quick-setupOne-click Feishu bot creation via Device Flow
feishu-authUser-level OAuth authorization
feishu-create-docCreate Feishu documents
feishu-fetch-docFetch document content
feishu-search-docSearch documents
feishu-update-docUpdate document content
feishu-im-readRead messages from chats
feishu-chatGroup/chat management
feishu-calendarCalendar events
feishu-taskTask management
feishu-bitableBitable (multi-dimensional tables)
feishu-docx-downloadExport documents as files
feishu-driveDrive file management
feishu-image-ocrImage OCR
feishu-search-userSearch users
feishu-sheetSpreadsheet operations
feishu-wikiWiki / knowledge base

Installation steps

After downloading and extracting the skill pack, run the installer script.

Run installer

node {extracted_dir}/install.mjs

If you get an ESM-related error, use the CommonJS version instead:

node {extracted_dir}/install.js

The installer auto-detects the environment (EnClaws or OpenClaw) and copies skill directories to the correct location.

Handling the result

The installer outputs JSON. Check the success field:

ResultAction
----------------
success: trueShow the reply field to the user
success: falseShow the message field to the user

Notes

  • Always run install.mjs (or install.js) to complete the installation; do not copy skill directories manually.
  • The installer handles environment detection, file placement, and cleanup automatically.
  • This skill only installs files. It does not perform Feishu authorization or permission checks.
  • Execute each step rather than describing it to the user.

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-04-06 11:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,062 📥 799,775
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,219 📥 266,832
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,503