职场效率
#cloud
feishu-drive
Feishu cloud-storage and comment workflows. Activate when the user mentions cloud space, folders, Drive files, or document comments.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=openclaw-openclaw-extensions-feishu-skills-feishu-drive-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name feishu-drive description Feishu cloud-storage and comment workflows. Activate when the user mentions cloud space, folders, Drive files, or document comments. Feishu Drive Use the single feishu_drive tool and its current action schema. From https://example.feishu.cn/drive/folder/ABC123 , use ABC123 as folder_token . Files and folders Start from a folder shared with the bot. Bot credentials normally have no usable personal root folder. For paginated folder listings, keep the same folder_token and pass the returned page_token until no continuation token remains. Use info with the exact file token and type returned by Drive or wiki discovery. Resolve the exact source and destination before moving or deleting. Confirm destructive deletes when the user's intent or target is unclear. Create subfolders inside a shared folder; creating at the account root normally fails for bots. Comments Use list_comments , then list_comment_replies with the exact comment_id to inspect a discussion. Use add_comment for a document-level comment. Include block_id only when the user wants a comment on one known Docx block. Use reply_comment for an existing comment thread. Preserve the file type and pagination fields returned by the tool. The schema is authoritative for which file types each comment action accepts. Only expose or forward file and comment contents needed for the user's request; shared Drive data may be private.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |