Web To Feishu

v1.0.2

将任意网页链接或本地文件一键转为结构化 Markdown,并保存到飞书云文档或腾讯 ima 笔记。 支持的信源:(1) X/Twitter 推文、长文 Article、Thread 线程;(2) 微信公众号文章; (3) YouTube 视频;(4) 任意 HTML 网页;(5) 本地文件:PDF、Word、PP...

0· 52·0 current·0 all-time
byAI花生@edwardwason
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

feishuvk9798z3x8pjb0fpmr866fbw2s184qtc1imavk9798z3x8pjb0fpmr866fbw2s184qtc1latestvk9798z3x8pjb0fpmr866fbw2s184qtc1markdownvk9798z3x8pjb0fpmr866fbw2s184qtc1twittervk9798z3x8pjb0fpmr866fbw2s184qtc1webvk9798z3x8pjb0fpmr866fbw2s184qtc1wechatvk9798z3x8pjb0fpmr866fbw2s184qtc1

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments