
alextangson/feishu_skills
2 skills2k installs124 starsGitHub
Install
npx skills add https://github.com/alextangson/feishu_skillsSkills in this repo
1Feishu CalendarFeishu-calendar is an agent skill that teaches your assistant to manage Lark/Feishu calendars through the official Calendar v4 REST API at open.feishu.cn. Solo and indie builders who already run agents in Claude Code, Cursor, or Codex install it when standups, launches, or support windows need real calendar entries instead of manual copy-paste in the Feishu UI. The skill documents authenticated calls with a shared Bearer token script from the feishu_skills repo root, standard Authorization headers, and a single forced refresh retry when tokens expire mid-session. You can create events with summaries and time ranges, patch titles or times, delete stale entries, search by keyword and time window, or list everything on a calendar. Attendee objects support user, chat, and resource types for lightweight scheduling automation tied to your app credentials. It fits early integration work while you are wiring ops tooling, not as a full calendar product replacement.1.2kinstalls2Feishu Bitablefeishu-bitable is an agent skill that teaches procedural access to Feishu (Lark) multidimensional tables through the Bitable v1 REST API. Solo builders shipping internal tools, CRM-like trackers, or agent automations on Feishu use it when they need reliable record CRUD, batch operations up to 500 rows, and search with filters without hand-rolling every endpoint. The skill documents base URL, app_token and table_id resolution, Bearer auth from a repo-level get_feishu_token.sh script, and FEISHU_APP_ID plus FEISHU_APP_SECRET setup with local token cache behavior. It matters for Prism builders who already run feishu_skills and want the agent to operate live base data, manage schema-level concerns, and recover cleanly from expired tokens instead of guessing API shapes from scattered docs.806installs