From aahl-skills
Integrates with FeiShu/Lark OpenAPI MCP server to manage users, chats, emails, cloud docs, multidimensional tables, tasks, and calendars via remote MCP tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aahl-skills:mcp-larkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Need to login to the Lark MCP Configuration Platform to add MCP services, obtain the MCP URL, and configure it into environment variables.
Need to login to the Lark MCP Configuration Platform to add MCP services, obtain the MCP URL, and configure it into environment variables.
Prioritize fetching from .env under the workspace, then use system environment variables. If not configured, ask the user for input and update it to .env.
# Configure multiple MCP service URLs and usage scenarios in environment variables
LARK_MCP_SERVERS='
open.larksuite.com/mcp/stream/xxx:Chats and Mails;
open.larksuite.com/mcp/stream/yyy:Cloud documents;
'
npx -y mcporter list 'open.larksuite.com/mcp/stream/<token>' --all-parameters
# Get the schema of the specified tool
npx -y mcporter list 'open.larksuite.com/mcp/stream/<token>' --json | jq '.tools[] | select(.name == "<tool_name>")'
npx -y mcporter call 'open.larksuite.com/mcp/stream/<token>.<tool_name>' param1:"value1" foo:"bar"
mcporterTo improve compatibility, use npx -y mcporter instead of mcporter when executing commands.
npx claudepluginhub aahl/skillsAutomates Feishu (Lark) operations: Bitable, messaging, documents, groups, wiki, calendar, tasks via lark-mcp. Syncs data, sends notifications, automates workflows.
Onboards users to Zapier MCP — introduces capabilities, handles authentication via mcp_auth or manual steps, diagnoses setup state, and routes into the correct flow.
Discovers zero-setup hosted MCP servers (Supabase, Vercel, Sentry, Stripe, Linear, Slack, Greptile) and provides connection URLs for immediate use in any MCP client.