Toolverse
All skills

feishu-doc-reader

by openclaw

Read and extract content from Feishu (Lark) documents using the official Feishu Open API

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
21

About this skill

Read and extract content from Feishu (Lark) documents using the official Feishu Open API

How to use

  1. Przygotuj dane dostępowe: utwórz plik konfiguracyjny w lokalizacji ./reference/feishu_config.json zawierający app_id i app_secret Twojej aplikacji Feishu. Upewnij się, że plik ma ograniczone uprawnienia (chmod 600) i nie jest zatwierdzany w kontroli wersji.

  2. Udostępnij skrypty: uruchom polecenia chmod +x scripts/read_doc.sh i chmod +x scripts/get_blocks.sh, aby skrypty były wykonywalne.

  3. Zdobądź token dokumentu: otwórz dokument Feishu w przeglądarce i skopiuj token z adresu URL (część po /docx/, np. docx_AbCdEfGhIjKlMnOpQrStUv).

  4. Odczytaj dokument: użyj skryptu ./scripts/read_doc.sh "twoj_token_dokumentu" aby pobrać zawartość. Opcjonalnie określ typ dokumentu: ./scripts/read_doc.sh "token" "doc" lub ./scripts/read_doc.sh "token" "sheet".

  5. Pobierz strukturę bloków (zaawansowane): jeśli potrzebujesz pełnej struktury dokumentu z wszystkimi blokami, użyj ./scripts/get_blocks.sh "token" aby uzyskać wszystkie bloki, lub ./scripts/get_blocks.sh "token" "" "true" aby uwzględnić bloki zagnieżdżone.

  6. Integruj z automatyzacją: użyj pobranych danych w swoich skryptach i procesach automatyzacji, przekazując tokeny dokumentów jako parametry.

Related skills

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

video-downloader

by ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Backend
50173

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218