feishu-cli-search

Search Feishu messages and apps using a user access token.

1.3k|140|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-cli-search
Source: https://github.com/riba2534/feishu-cli/tree/main/skills/feishu-cli-search
Command: npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables secure search of Feishu messages and apps using a user access token, allowing users to locate content across conversations and installed apps without exposing credentials.

Core Features & Use Cases

  • Search Feishu messages across chats with optional filters and output formats.
  • Search Feishu apps and retrieve matching results with descriptions.
  • Use within feishu-cli to perform ad-hoc or scripted searches across the workspace.

Quick Start

Run a search for Feishu messages or apps using your user access token.

Frequently Asked Questions about feishu-cli-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Feishu messages across multiple chats using a CLI?

You can search Feishu messages across chats by using a user access token with CLI flags or environment variables, allowing you to locate specific content and apply optional output filters without exposing credentials.

Can I search for installed Feishu apps and retrieve their metadata?

Yes, you can search Feishu apps and retrieve matching results along with their descriptions, using the same token-based authentication to query app metadata across your workspace securely.

Do I need a user access token to search Feishu messages and apps?

Yes, a user access token is required to enforce authentication and securely search Feishu messages and apps, ensuring your credentials are not exposed during CLI or scripted operations.

How can I securely pass credentials when searching Feishu content in scripts?

You can securely pass your user access token via environment variables instead of CLI flags, preventing credential exposure when running ad-hoc or scripted Feishu message and app searches.

What is the best way to locate specific content across Feishu conversations without logging in each time?

Using a user access token with CLI commands allows you to locate content across Feishu conversations and installed apps programmatically, bypassing manual logins while maintaining secure token-based authentication.

Does this approach work for both ad-hoc queries and automated workspace searches?

Yes, integrating with feishu-cli's search commands supports both ad-hoc terminal queries and automated scripted searches across the workspace, using token-based authentication to find messages and app metadata.