Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
CommunicationMédio

Feishu Send File

porrabbitmeaw·rabbitmeaw· v1.0.0 · atualizado em 2026-04-11
77
Score

Send files, images, and audio messages via Feishu Lark API using the mandatory two-step process. Use when needing to send files, images, or voice messages to Feishu users or groups. This skill enforces the required workflow - first upload to get file_key, image_key, or audio_key, then send message with the key. Supports file API for documents, image API for pictures, and file API with audio type for voice messages.

feishularkmessagingfile-transferimage-transferaudio-transferapi-integration
Linguagens
ShellJSON
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdfeishu-send-file/workflow
1
Configure Credentials: — Set up `app_id`, `app_secret`, and `receive_id` in `config.json` or environment variables.
2
Determine Content Type: — Identify if you're sending a file, image, audio, or video.
3
Upload Content: — Use the appropriate Feishu API endpoint (`/im/v1/images` for images, `/im/v1/files` for files/audio/video) to upload the content and obtain the `file_key` or `image_key`.
4
Construct Message: — Create a JSON payload with the `receive_id`, `msg_type` (image, file, audio, media), and the corresponding key in the `content` field.
5
Send Message: — Use the Feishu message API (`/im/v1/messages`) to send the message with the constructed payload.
6
Verify Delivery: — Check the API response for a success code to confirm the message was sent successfully.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Árvore do Skill

Feishu Send File
feishu-send-file
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers7
send a file via Feishusend an image via Larksend a voice message via Feishuupload a file to Feishusend a document to a Feishu usersend a picture to a Lark groupsend a video via Feishu

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download feishu-send-file
$ synaptic skills detail feishu-send-file
$ synaptic skills live feishu-send-file

Links

GitHub Repository