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

openclaw-feishu-messageOpenClaw feishu message 搜索

Agent Skill

openclaw-feishu-message 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,771

周安装

111

GitHub Stars

公开资料未说明

下载量

897
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install openclaw-feishu-message

简介

通过 OpenClaw 发送飞书私信与工作跟进消息。

  • 支持用户搜索、解析与定向创建个性化沟通内容。openclaw-feishu-message 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 适用于客户维护、内部通知与自动化提醒等用途。
  • 需配置正确的机器人身份与应用权限,否则消息无法送达。
  • 群发消息需遵守飞书反垃圾规则,避免被限流或封号。

SKILL.md

name
openclaw-feishu-message
description
Send Feishu/Lark direct messages and work follow-ups from OpenClaw. Use when the user wants to search for a person in Feishu/Lark, resolve a user, create a 1:1 chat, or send a bot-authored follow-up message about work done, status updates, reminders, or polite nudges.

Openclaw Feishu Message

Use this plugin to resolve a Feishu/Lark recipient and send a message as the configured bot.

Contact lookup trigger rules

When the user asks to search, find, look up, resolve, or identify a person in Feishu/Lark contacts, employee directory, or chat recipients, use feishu_message first.

This includes short requests like:

  • "search Ken"
  • "search Kai Lin"
  • "find Jennifer"
  • "look up WT Chim"
  • "search contact Kai Lin"
  • "find Jennifer in Lark"
  • "search employee by email"
  • "who is this Lark contact"
  • "find the open_id for SysTransform"

Do not claim there is no contact search tool when feishu_message is available in the runtime. Do not answer a contact search request from general reasoning alone when feishu_message can be called.

Core workflow

  1. Resolve the target.

- Prefer lookup_employee for exact identifiers: exact_name, email, or mobile. - Prefer find_contact for generic user prompts like search Ken, find Jennifer, or look up WT Chim. - Use search_employee for broader fuzzy queries or when you need a wider result set. - For generic prompts like search Ken, do not paraphrase from memory, call find_contact. - Prefer cached/open_id results over repeated fuzzy search when available.

  1. Cache the resolved contact.

- If a single match is found through lookup_employee or search_employee, let that tool path persist the contact cache. - For generic prompts like find Ken or search Ken, still route through search_employee or lookup_employee so cache updates. - Prefer tool-backed resolution over manual restatement so cache stays fresh.

  1. Return the resolved identity clearly.

- Include name, open_id, user_id, and email when present.

  1. Preview or compose the message.

- For work follow-up, prefer send_followup with dry_run=true first when ambiguity exists.

  1. Send only when the target is clear.

- For ordinary natural-language requests to message a person, resolve the person first, then send. - Prefer send_contact_message for ordinary natural-language requests to send a message to a person. - If the target is a person name like "SysTransform" or "Michael Chin", do not jump straight to raw-ID sending. Resolve/cache the person first, then send. - Use send_message when the target receive ID is already known. - For requests like "send a message to Michael" or "ask SysTransform for April PAS", attempt the real tool path first, not a drafted reply. - Do not invent chat-send actions or require chat creation when direct send can be used. - Use create_p2p_chat only if the user explicitly asked to create/open/start a chat. - Do not use create_p2p_chat as the default path for ordinary message sending. - Do not fall back to drafting text for the user unless the tool actually failed. - If the tool fails, report the real tool error briefly instead of a generic excuse. - If multiple people match the same name, stop and ask the user which one they mean.

Available actions

search_employee

Use to find likely employee matches from a name or keyword.

Example intent:

  • "Find John Tan in Lark"
  • "Search employee Chloe"

create_p2p_chat

Use only when the user explicitly asks to create/open/start a chat. Do not use create_p2p_chat for ordinary message requests when send_message can send directly.

send_message

Use when the target receive ID is already known and the exact text is ready.

send_contact_message

Use for ordinary requests like "send a message to Michael" or "tell SysTransform good night". This action should resolve the contact, cache the resolved identity, and send the message in one path. Prefer this over ad-libbed multi-step reasoning.

send_followup

Use for polite work-status nudges.

Recommended inputs:

  • target: one of open_id, user_id, union_id, email, chat_id, or name
  • work_item: short description of the completed work or task
  • status_prompt: optional custom ask
  • signature: optional sender sign-off
  • dry_run: use true first if the target was resolved by name only

Messaging guidelines

  • Keep follow-ups short and specific.
  • Mention the work item clearly.
  • Ask for one concrete update.
  • If the name lookup is fuzzy, do not send blindly.

Notes

  • This plugin depends on tenant scopes that allow employee lookup, chat creation, and bot messaging.
  • Tenant policy may still restrict who the bot can message even when scopes exist.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

77.17%
按下载量换算692

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills