← Back to Skills Marketplace
97
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install web-to-feishu
Description
将任意网页链接或本地文件一键转为结构化 Markdown,并保存到飞书云文档或腾讯 ima 笔记。 支持的信源:(1) X/Twitter 推文、长文 Article、Thread 线程;(2) 微信公众号文章; (3) YouTube 视频;(4) 任意 HTML 网页;(5) 本地文件:PDF、Word、PP...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install web-to-feishu - After installation, invoke the skill by name or use
/web-to-feishu - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Web To Feishu?
将任意网页链接或本地文件一键转为结构化 Markdown,并保存到飞书云文档或腾讯 ima 笔记。 支持的信源:(1) X/Twitter 推文、长文 Article、Thread 线程;(2) 微信公众号文章; (3) YouTube 视频;(4) 任意 HTML 网页;(5) 本地文件:PDF、Word、PP... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Web To Feishu?
Run "/install web-to-feishu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Web To Feishu free?
Yes, Web To Feishu is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Web To Feishu support?
Web To Feishu is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Web To Feishu?
It is built and maintained by AI花生 (@edwardwason); the current version is v1.0.2.
More Skills