飞书文档文件夹摘要生成器

v1.0.0

Extract summaries from all documents in a Feishu folder. Use when the user needs to recursively scan a Feishu wiki space or drive folder, read all documents...

0· 347·1 current·1 all-time
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
Name/description match the included instructions and helper script: both focus on recursively reading Feishu wiki/drive folders and producing a Markdown summary report. The helper Python file contains only report-generation utilities and does not request unrelated capabilities.
Instruction Scope
SKILL.md explicitly instructs the agent to parse Feishu URLs and call feishu_wiki and feishu_doc actions to traverse and read documents. That is within scope for a folder-summary skill. However, the SKILL.md and script do not state how authentication is handled (no env vars or tokens declared) — the skill appears to assume the agent/platform provides Feishu access. Also note the instructions will cause the agent to read the full contents of all documents in the target folder (sensitive data access) — this is expected but important to be aware of.
Install Mechanism
No install spec and no external downloads. The skill is effectively instruction-driven with a small helper script that contains only local formatting and summarization helpers. Nothing in the install surface writes or executes remote code.
Credentials
The skill declares no required environment variables or credentials. In practice, Feishu API calls require authorization; the SKILL.md expects feishu_wiki/feishu_doc actions (likely provided by the platform) to handle auth. This omission is not necessarily malicious but is a gap: verify how your agent/platform supplies Feishu credentials and what scope (read-only vs. read/write) it grants.
Persistence & Privilege
always is false and the skill does not request persistent presence or attempt to modify other skills or global agent settings. It does not include autonomous 'always-on' privileges.
Assessment
This skill appears to do what it claims: recursively read documents in a Feishu wiki/drive folder and produce a Markdown report. Before installing, confirm: (1) how Feishu authentication is provided by your agent/platform (the skill does not declare required env vars or tokens), and ensure the granted credentials are least-privilege (prefer read-only). (2) The skill will read the full content of every document in the target folder — do not use it on folders that contain sensitive or private data unless you trust the agent and environment. (3) The included Python script only contains local formatting utilities and does not contact external endpoints or exfiltrate data; nonetheless, verify where generated reports are stored or transmitted by your agent. If you need higher assurance, request or inspect how the agent supplies Feishu tokens and audit access logs on your Feishu account.

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

1.0.0vk978qc1s70e38xay90n7qxss5h81yvx6latestvk978qc1s70e38xay90n7qxss5h81yvx6

License

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

Comments