← 返回 Skills 市场
edwardwason

Web To Feishu

作者 AI花生 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
97
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install web-to-feishu
功能描述
将任意网页链接或本地文件一键转为结构化 Markdown,并保存到飞书云文档或腾讯 ima 笔记。 支持的信源:(1) X/Twitter 推文、长文 Article、Thread 线程;(2) 微信公众号文章; (3) YouTube 视频;(4) 任意 HTML 网页;(5) 本地文件:PDF、Word、PP...
安全使用建议
This skill appears to do what it says, but take these precautions before installing or using it: - Only set FEISHU_APP_ID/FEISHU_APP_SECRET and IMA_CLIENT_ID/IMA_API_KEY for accounts you control; treat these like passwords and rotate if exposed. - The Twitter path requires an external repository (x-tweet-fetcher). Manually review that repository (its origin, code, network calls) before cloning and running it—it will be executed via subprocess and has access to network and file I/O. - Verify the third‑party Python package names: the SKILL.md mentions markitdown-plus but code imports markitdown; confirm which package you need and audit it before pip install. - Run the clients in a sandbox or non-production account the first time to verify behavior and endpoints (Feishu and IMA endpoints are in the docs, but double-check URLs and returned responses). - Be cautious when converting local files containing sensitive data: the tool will read and send content to external services (Feishu/IMA) if you choose to save there. - If you need higher assurance, request the upstream repository/homepage for x-tweet-fetcher and markitdown, and ensure the skill's references match the actual packages and locations. If anything in the external fetcher or markitdown package looks suspicious, do not run it with your credentials.
功能分析
Type: OpenClaw Skill Name: web-to-feishu Version: 1.0.2 The skill bundle is a legitimate utility for converting web content and local files into Markdown and saving them to Feishu or Tencent ima. The code follows security best practices by using environment variables for API credentials (FEISHU_APP_ID, IMA_API_KEY, etc.) and avoids shell injection vulnerabilities in scripts/web_to_md.py by using list-based arguments with subprocess.run. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The skill claims to convert webpages/local files and save to Feishu or Tencent IMA; the packaged Python clients explicitly use FEISHU_APP_ID/FEISHU_APP_SECRET and IMA_CLIENT_ID/IMA_API_KEY and call the documented service endpoints—these credentials and network calls are appropriate for the stated feature. The code includes converters for tweets and a generic HTML/local-file flow, which matches the description.
Instruction Scope
Runtime instructions are focused on conversion and storage. The SKILL.md and scripts run converters and client code that read a provided URL/path and environment variables for target APIs. The skill invokes an external tweet fetcher (x-tweet-fetcher) by running its script via subprocess and writes a temporary JSON file during conversion—this is expected for Twitter support but means the fetcher's behavior affects security. The instructions require cloning external tooling into a user workspace; that expands the runtime surface beyond the packaged files.
Install Mechanism
There is no automatic install spec (instruction-only), which reduces installer risk. However, SKILL.md asks you to pip-install third-party packages (markitdown / markitdown-plus) and to clone x-tweet-fetcher into ~/.aily/workspace/skills. Pulling and running a third-party repository is a manual but real risk vector: you should verify the source and contents of x-tweet-fetcher and the markitdown package before installing. There is also a mild naming mismatch (SKILL.md mentions markitdown-plus while code imports markitdown).
Credentials
The only required secrets are FEISHU_APP_ID/FEISHU_APP_SECRET and IMA_CLIENT_ID/IMA_API_KEY, which are directly relevant to saving documents to those services. The clients read only those env vars (and optionally support .env via python-dotenv). No unrelated credentials or system tokens are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide agent configuration. It expects a workspace path (~/.aily/workspace/skills) for an optional external dependency; it creates temporary files during conversion but does not persist credentials or change global settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-to-feishu
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-to-feishu 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
API fix: Tencent IMA real cloud API endpoint and auth headers updated
v1.0.1
Fix: ima is cloud API service, no local client needed
v1.0.0
Initial release
元数据
Slug web-to-feishu
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Web To Feishu 是什么?

将任意网页链接或本地文件一键转为结构化 Markdown,并保存到飞书云文档或腾讯 ima 笔记。 支持的信源:(1) X/Twitter 推文、长文 Article、Thread 线程;(2) 微信公众号文章; (3) YouTube 视频;(4) 任意 HTML 网页;(5) 本地文件:PDF、Word、PP... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。

如何安装 Web To Feishu?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-to-feishu」即可一键安装,无需额外配置。

Web To Feishu 是免费的吗?

是的,Web To Feishu 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Web To Feishu 支持哪些平台?

Web To Feishu 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Web To Feishu?

由 AI花生(@edwardwason)开发并维护,当前版本 v1.0.2。

💬 留言讨论