Feishu-CLI-Web
Natural language Feishu automation with multi-user web workspace
All Skills in This Repository (25)
Pure Emerald Level Indicatorslark-mail
Automate Feishu Mail drafting, replying, forwarding, and reading via lark-cli.
lark-minutes
Search, retrieve, and download Feishu Minutes via lark-cli.
lark-openapi-explorer
Parse Feishu/Lark OpenAPI docs to generate lark-cli api commands.
lark-skill-maker
Package Lark CLI tasks into reusable Skills with SKILL.md files.
lark-calendar
Manage calendars, events and meetings with Lark CLI, including invites and multi-calendar workflows.
lark-workflow-standup-report
Aggregate calendar events and unfinished tasks into structured standup summaries.
lark-reliable-scenes
Automate Feishu CLI workflows with confirmed, deterministic multi-step sequences.
lark-wiki
Manage Lark Wiki knowledge spaces, members, and nodes via CLI commands.
lark-doc
Create, update, and retrieve Feishu cloud documents via lark-cli.
lark-workflow-templates
Apply predefined Feishu CLI Web workflow templates with previewed execution.
lark-contact
Query user and contact data from an organization's directory using lark-cli.
lark-vc
Search finished Feishu video conference records by keywords, dates, organizers, participants, and rooms.
Frequently Asked Questions
FAQPage SchemaHow to install Feishu-CLI-Web?▼
Run `npx skills add jingsongliujing/Feishu-CLI-Web --all -g -y` in your terminal to install all skills in this suite globally.
What can Feishu-CLI-Web automate?▼
It handles messages, meetings, calendars, documents, spreadsheets, multi-dimensional tables, tasks, approvals, email, and PPT generation inside Feishu or Lark. You describe the task in plain language and confirm the plan before anything is executed.
How does Feishu-CLI-Web prevent accidental changes?▼
Every request first produces an execution plan preview, and write operations only run after you explicitly confirm them. High-risk actions like deletions require an extra confirmation step.
Can multiple team members use one deployment?▼
Yes. Each user gets an independent account with isolated authorization, chat history, and execution records, all stored in a single SQLite database. One Docker deployment serves the whole team.
Do I need coding skills to use Feishu-CLI-Web?▼
No. You type requests in everyday language, such as scheduling a meeting with a colleague, and the system builds and runs the plan for you after your confirmation.