lark
Lark/Feishu API integration for messaging, group management, contacts, and calendar. Use this skill to send messages, manage chats, query contacts, and sync calendar events with Lark/Feishu.
Overview
A collection of reusable Agent Skills for AI agents.
Skills follow the Agent Skills specification.
Why use this?
No MCPs.
No SDKs.
No CLI apps.
Just curl.
Organic skills that any AI agent can learn and use.Principles
- Focus on SaaS API Integration: Focus on common SaaS API use cases, providing practical integration solutions
- Clean, Zero Scripts: Keep code simple and clear, no redundant scripts, easy for AI Agents to learn and understand
- Security First: All API calls are documented in SKILL.md for easy security auditing and compliance checks
Installation
There are multiple ways to install and use these skills:
1. Using Claude Code Marketplace
# Add marketplace
/plugin marketplace add vm0-ai/vm0-skills
# Install specific skills
/plugin install notion@vm0-skills
/plugin install slack-webhook@vm0-skills2. Direct Download
# Clone the repository
git clone https://github.com/vm0-ai/vm0-skills.git
# Copy to personal skills directory
cp -a vm0-skills/notion ~/.claude/skills/
cp -a vm0-skills/slack-webhook ~/.claude/skills/
# Or copy to project directory
cp -a vm0-skills/notion ./.claude/skills/
cp -a vm0-skills/slack-webhook ./.claude/skills/After installation, restart Claude Code, then ask "What skills are available?" to see installed skills.
Contributing
To add a new skill or improve an existing one:
- Follow the Agent Skills specification
- Include a
SKILL.mdfile with usage examples - Ensure all examples are tested and working
- Submit a pull request
Resources
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/lark.md https://raw.githubusercontent.com/vm0-ai/vm0-skills/main/SKILL.md/larkSecurity Audits
Frequently Asked Questions
What is lark?
Lark/Feishu API integration for messaging, group management, contacts, and calendar. Use this skill to send messages, manage chats, query contacts, and sync calendar events with Lark/Feishu.
How to install lark?
To install lark: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/lark.md https://raw.githubusercontent.com/vm0-ai/vm0-skills/main/SKILL.md. Finally, /lark in Claude Code.
What is lark best for?
lark is a skill categorized under General. It is designed for: api. Created by vm0.ai.