jpskill.com
💼 ビジネス コミュニティ

openclaw-feishu-ops-assistant

OpenClawエージェントが、Feishu(Lark)のドキュメント作成・編集、クラウドドライブ管理、権限設定、ナレッジベース検索などを、統合されたツール画面で効率的に行えるように支援するSkill。

📜 元の英語説明(参考)

Feishu (Lark) workspace operations for OpenClaw agents. Provides document CRUD, cloud drive management, permission control, and knowledge-base navigation through a unified tool surface. Activate when user mentions Feishu docs, wiki, drive, permissions, or Lark cloud documents.

🇯🇵 日本人クリエイター向け解説

一言でいうと

OpenClawエージェントが、Feishu(Lark)のドキュメント作成・編集、クラウドドライブ管理、権限設定、ナレッジベース検索などを、統合されたツール画面で効率的に行えるように支援するSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o openclaw-feishu-ops-assistant.zip https://jpskill.com/download/19731.zip && unzip -o openclaw-feishu-ops-assistant.zip && rm openclaw-feishu-ops-assistant.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/19731.zip -OutFile "$d\openclaw-feishu-ops-assistant.zip"; Expand-Archive "$d\openclaw-feishu-ops-assistant.zip" -DestinationPath $d -Force; ri "$d\openclaw-feishu-ops-assistant.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して openclaw-feishu-ops-assistant.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → openclaw-feishu-ops-assistant フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[Skill 名] openclaw-feishu-ops-assistant

Feishu Ops Assistant

OpenClawエージェントに、Feishu (Lark)ワークスペースのリソース(ドキュメント、クラウドドライブ、権限、ナレッジベース)の操作方法を教えるスキルバンドルです。

プラットフォーム: feishuプラグインが有効なOpenClaw トリガーキーワード: Feishu, Lark, 飞书, cloud doc, wiki, drive, permissions, 文档, 知识库, 云空间, 权限


バンドルされているスキル

# スキル ツール 内容
1 feishu-doc feishu_doc ドキュメントの読み取り、書き込み、追記、作成。ブロックとテーブルの管理
2 feishu-drive feishu_drive クラウドストレージ内のファイル/フォルダーのリスト表示、作成、移動、削除
3 feishu-perm feishu_perm コラボレーターの追加/削除、共有と権限の管理
4 feishu-wiki feishu_wiki ナレッジベースのナビゲート、Wikiページの作成/移動/名前変更

クイックスタート

  1. OpenClawの設定でfeishuプラグインが有効になっていることを確認してください。
  2. このスキルをエージェントのワークスペースにインストールしてください。
    clawhub install openclaw-feishu-ops-assistant
  3. エージェントにFeishuドキュメントを読み取るよう依頼してください。
    Read this doc: https://xxx.feishu.cn/docx/ABC123def

1. feishu-doc

すべてのドキュメント操作にactionパラメーターを使用する単一ツールfeishu_docです。

トークンの抽出

URL https://xxx.feishu.cn/docx/ABC123def から → doc_token = ABC123def

コアアクション

アクション 説明
read プレーンテキストコンテンツとブロック統計を取得します
write ドキュメント全体をMarkdownで置き換えます
append ドキュメントの末尾にMarkdownを追記します
create 新しいドキュメントを作成します(オプションでフォルダー内)
list_blocks すべてのブロック(テーブル、画像、コードなど)をリスト表示します
get_block IDで単一のブロックを取得します
update_block ブロックのテキストコンテンツを更新します
delete_block ブロックを削除します

テーブル

アクション 説明
create_table ドキュメント内にテーブルを作成します
create_table_with_values データが事前に入力されたテーブルを作成します
write_table_cells 既存のテーブルセルに値を書き込みます
insert_table_row / insert_table_column 行または列を挿入します
delete_table_rows / delete_table_columns 行または列を削除します
merge_table_cells セルの範囲を結合します

メディア

アクション 説明
upload_image 画像(URL、ファイルパス、またはbase64)をドキュメントにアップロードします
upload_file ファイル添付をドキュメントにアップロードします

読み取りワークフロー

  1. action: "read"から開始します — プレーンテキストと統計を取得します。
  2. 応答のblock_typesでTable、Image、Codeなどを確認します。
  3. 構造化されたコンテンツが存在する場合は、action: "list_blocks"を使用して完全なデータを取得します。

必要な権限

docx:document, docx:document:readonly, docx:document.block:convert, drive:drive


2. feishu-drive

クラウドストレージ操作のための単一ツールfeishu_driveです。

トークンの抽出

URL https://xxx.feishu.cn/drive/folder/ABC123 から → folder_token = ABC123

アクション

アクション 説明
list フォルダーの内容をリスト表示します(トークンがない場合はルート)
info ファイルのメタデータを取得します
create_folder 新しいフォルダーを作成します
move ファイル/フォルダーを移動します
delete ファイル/フォルダーを削除します

ファイルタイプ

doc, docx, sheet, bitable, folder, file, mindnote, shortcut

既知の制限事項

Feishuボットにはルートフォルダーがありません。ボットは共有されているファイル/フォルダーにのみアクセスできます。 ユーザーはまずフォルダーを作成し、それをボットと共有する必要があります。

必要な権限

drive:drive (フルアクセス) または drive:drive:readonly (読み取り専用)


3. feishu-perm

ファイル/ドキュメントの権限管理のための単一ツールfeishu_permです。

デフォルトで無効 — 権限管理は機密性が高いためです。設定で有効にしてください。

channels:
  feishu:
    tools:
      perm: true

アクション

アクション 説明
list リソース上のコラボレーターをリスト表示します
add コラボレーターを追加します(メール、ユーザーID、グループ、部署)
remove コラボレーターを削除します

権限レベル

レベル 説明
view 表示のみ
edit 編集可能
full_access フルアクセス(権限管理も可能)

メンバータイプ

email, openid, userid, unionid, openchat, opendepartmentid

必要な権限

drive:permission


4. feishu-wiki

ナレッジベース操作のための単一ツールfeishu_wikiです。

トークンの抽出

URL https://xxx.feishu.cn/wiki/ABC123def から → token = ABC123def

アクション

アクション 説明
spaces アクセス可能なすべてのナレッジスペースをリスト表示します
nodes スペースまたは親ノードの子ノードをリスト表示します
get ノードの詳細を取得します(ドキュメント操作用のobj_tokenを返します)
search キーワードでノードを検索します
create 新しいWikiページを作成します(docx, sheet, bitableなど)
move ノードをスペース内またはスペース間で移動します
rename ノードの名前を変更します

Wiki → Doc ワークフロー

  1. ノードを取得します: feishu_wiki { action: "get", token: "wiki_token" }obj_tokenを返します
  2. コンテンツを読み取ります: feishu_doc { action: "read", doc_token: "<obj_token>" }
  3. コンテンツを編集します: feishu_doc { action: "write", doc_token: "<obj_token>", content: "..." }

必要な権限

wiki:wiki または wiki:wiki:readonly


設定リファレンス

channels:
  feishu:
    tools:
      doc: true    # デフォルト: true
      drive: true  # デフォルト: true
      perm: false  # デフォルト: false (明示的に有効にする必要があります)
      wiki: true   # デフォルト: true

Feishuアプリの権限チェックリスト

スコープ 必要な操作
docx:document ドキュメントの読み取り/書き込み
docx:document:readonly ドキュメントの読み取り専用
docx:document.block:convert ブロック操作
drive:drive ドライブのフルアクセス
drive:drive:readonly ドライブの読み取り専用
drive:permission 権限管理
`
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Feishu Ops Assistant

A skill bundle that teaches OpenClaw agents how to operate Feishu (Lark) workspace resources: documents, cloud drive, permissions, and knowledge bases.

Platform: OpenClaw with the feishu plugin enabled. Trigger keywords: Feishu, Lark, 飞书, cloud doc, wiki, drive, permissions, 文档, 知识库, 云空间, 权限


Bundled Skills

# Skill Tool What it does
1 feishu-doc feishu_doc Read, write, append, create documents; manage blocks and tables
2 feishu-drive feishu_drive List, create, move, and delete files/folders in cloud storage
3 feishu-perm feishu_perm Add/remove collaborators, manage sharing and permissions
4 feishu-wiki feishu_wiki Navigate knowledge bases, create/move/rename wiki pages

Quick Start

  1. Ensure the feishu plugin is enabled in your OpenClaw config.
  2. Install this skill into your agent workspace:
    clawhub install openclaw-feishu-ops-assistant
  3. Ask your agent to read a Feishu doc:
    Read this doc: https://xxx.feishu.cn/docx/ABC123def

1. feishu-doc

Single tool feishu_doc with an action parameter for all document operations.

Token Extraction

From URL https://xxx.feishu.cn/docx/ABC123defdoc_token = ABC123def

Core Actions

Action Description
read Get plain-text content + block statistics
write Replace entire document with Markdown
append Append Markdown to end of document
create Create a new document (optionally in a folder)
list_blocks List all blocks (tables, images, code, etc.)
get_block Get a single block by ID
update_block Update block text content
delete_block Delete a block

Tables

Action Description
create_table Create a table in a document
create_table_with_values Create a table pre-filled with data
write_table_cells Write values into existing table cells
insert_table_row / insert_table_column Insert rows or columns
delete_table_rows / delete_table_columns Delete rows or columns
merge_table_cells Merge a range of cells

Media

Action Description
upload_image Upload an image (URL, file path, or base64) into a document
upload_file Upload a file attachment into a document

Reading Workflow

  1. Start with action: "read" — get plain text + statistics.
  2. Check block_types in response for Table, Image, Code, etc.
  3. If structured content exists, use action: "list_blocks" for full data.

Permissions Required

docx:document, docx:document:readonly, docx:document.block:convert, drive:drive


2. feishu-drive

Single tool feishu_drive for cloud storage operations.

Token Extraction

From URL https://xxx.feishu.cn/drive/folder/ABC123folder_token = ABC123

Actions

Action Description
list List folder contents (root if no token)
info Get file metadata
create_folder Create a new folder
move Move a file/folder
delete Delete a file/folder

File Types

doc, docx, sheet, bitable, folder, file, mindnote, shortcut

Known Limitation

Feishu bots have no root folder. The bot can only access files/folders that have been shared with it. Users must first create a folder and share it with the bot.

Permissions Required

drive:drive (full) or drive:drive:readonly (read-only)


3. feishu-perm

Single tool feishu_perm for managing file/document permissions.

Disabled by default — permission management is sensitive. Enable via config:

channels:
  feishu:
    tools:
      perm: true

Actions

Action Description
list List collaborators on a resource
add Add a collaborator (email, user ID, group, department)
remove Remove a collaborator

Permission Levels

Level Description
view View only
edit Can edit
full_access Full access (can manage permissions)

Member Types

email, openid, userid, unionid, openchat, opendepartmentid

Permissions Required

drive:permission


4. feishu-wiki

Single tool feishu_wiki for knowledge-base operations.

Token Extraction

From URL https://xxx.feishu.cn/wiki/ABC123deftoken = ABC123def

Actions

Action Description
spaces List all accessible knowledge spaces
nodes List child nodes of a space or parent node
get Get node details (returns obj_token for doc operations)
search Search for nodes by keyword
create Create a new wiki page (docx, sheet, bitable, etc.)
move Move a node within or across spaces
rename Rename a node

Wiki → Doc Workflow

  1. Get node: feishu_wiki { action: "get", token: "wiki_token" } → returns obj_token
  2. Read content: feishu_doc { action: "read", doc_token: "<obj_token>" }
  3. Edit content: feishu_doc { action: "write", doc_token: "<obj_token>", content: "..." }

Permissions Required

wiki:wiki or wiki:wiki:readonly


Configuration Reference

channels:
  feishu:
    tools:
      doc: true    # default: true
      drive: true  # default: true
      perm: false  # default: false (enable explicitly)
      wiki: true   # default: true

Feishu App Permissions Checklist

Scope Required for
docx:document Doc read/write
docx:document:readonly Doc read-only
docx:document.block:convert Block operations
drive:drive Drive full access
drive:drive:readonly Drive read-only
drive:permission Permission management
wiki:wiki Wiki full access
wiki:wiki:readonly Wiki read-only