Real Skill packageSource verifiedClawHub registry

feishu-send-file

飞书发送文件技能。用于通过飞书向用户发送普通文件附件(HTML、ZIP、PDF、代码文件等)以及处理“本地图片路径被发成路径文本”的可靠补救场景。普通文件必须先上传获取 `file_key` 再发送;当本地图片用 `message`/`media` 发送后在飞书里只显示 `/root/...png` 路径而不显示...

Identity and source

Publisher attributiondadaniya99registry owner unverified by skillvetai
Functional categoryDocuments, PDF & Presentationsautomatically inferred · 53% rule confidence
Package forminstruction with code5 recorded files
Canonical sourceClawHub registryclawhub:dadaniya99:feishu-send-file
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/18/2026.claude/skills/feishu-send-file

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/18/2026.agents/skills/feishu-send-file

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/18/2026skills/feishu-send-file

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @dadaniya99/feishu-send-file
clawhub inspect @dadaniya99/feishu-send-file --version 1.2.1

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
5 / 5 inspected as text
Checked
8/18/2026, 1:55:39 AM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
highDynamic code or shell execution is presentSKILL.md:46 · confidence 78%exec(
1 High/Critical review queue entry
STATIC_DYNAMIC_CODE_EXECUTIONpending
Open human review queue →
3 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem write — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: open.feishu.cn
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
5/28/2026, 10:04:46 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:0fe1f5063e5d519dab7922d3716b5bfeb099e2e038ea75f22f18056058d82306
Show up to 5 recorded paths
  • scripts/send_file.py
  • scripts/send_image.py
  • skill-card.md
  • skill.json
  • SKILL.md

Source changelog

Document reliable Feishu image sending via im/v1/images -> image_key, add send_image.py helper, and clarify path-text fallback when local media upload fails.