███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1 | find-skills | vercel-labs/skills |
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
|
3049.2K |
| 2 | grill-me | mattpocock/skills |
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. If a question can be answered by exploring the codebase, explore the codebase instead.
|
927.6K |
| 3 | frontend-design | anthropics/skills |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
802.5K |
| 4 | grill-with-docs | mattpocock/skills |
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer. Ask the questions one at a time, waiting for feedback on each question before continuing. If a question can be answered by exploring the codebase, explore the codebase instead. Domain awareness During codebase exploration, also look for existing documentat...
|
789.5K |
| 5 | improve-codebase-architecture | mattpocock/skills |
Improve Codebase Architecture Explore a codebase like an AI would, surface architectural friction, discover opportunities for improving testability, and propose module-deepening refactors as GitHub issue RFCs. A deep module (John Ousterhout, "A Philosophy of Software Design") has a small interface hiding a large implementation. Deep modules are more testable, more AI-navigable, and let you test at the boundary instead of inside. Process 1. Explore the codebase Use the Agent tool with subagent_ty...
|
761.1K |
| 6 | tdd | mattpocock/skills |
Test-Driven Development Philosophy Core principle : Tests should verify behavior through public interfaces, not implementation details. Code can change entirely; tests shouldn't. Good tests are integration-style: they exercise real code paths through public APIs. They describe what the system does, not how it does it. A good test reads like a specification - "user can checkout with valid cart" tells you exactly what capability exists. These tests survive refactors because they don't care about i...
|
735.2K |
| 7 | agent-browser | vercel-labs/agent-browser |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
709.7K |
| 8 | setup-matt-pocock-skills | mattpocock/skills |
Setup Matt Pocock's Skills Scaffold the per-repo configuration that the engineering skills assume: Backlog — where issues/tickets live (GitHub by default; local markdown is also supported out of the box) Triage labels — the strings used for the five canonical triage roles Domain docs — where CONTEXT.md and ADRs live, and the consumer rules for reading them This is a prompt-driven skill, not a deterministic script. Explore, present what you found, confirm with the user, then write. Process 1. Exp...
|
675.7K |
| 9 | vercel-react-best-practices | vercel-labs/agent-skills |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
651.4K |
| 10 | handoff | mattpocock/skills |
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by mktemp -t handoff-XXXXXX.md (read the file before you write to it). Suggest the skills to be used, if any, by the next session. Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead. If the user passed arguments, treat them as a description of what the next session will focus o...
|
640.6K |
| 11 | triage | mattpocock/skills |
Triage Move issues on the project backlog through a small state machine of triage roles. Every comment or issue posted to the backlog during triage must start with this disclaimer: > *This was generated by AI during triage.* Reference docs AGENT-BRIEF.md — how to write durable agent briefs OUT-OF-SCOPE.md — how the .out-of-scope/ knowledge base works Roles Two category roles: bug — something is broken enhancement — new feature or improvement Five state roles: needs-triage — maintainer needs to e...
|
636.4K |
| 12 | prototype | mattpocock/skills |
No SKILL.md available for this skill. View on GitHub
|
624.7K |
| 13 | web-design-guidelines | vercel-labs/agent-skills |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
562.1K |
| 14 | microsoft-foundry | microsoft/azure-skills |
Microsoft Foundry Skill This skill helps developers work with Microsoft Foundry resources, covering model discovery and deployment, complete dev lifecycle of AI agent, evaluation workflows, and troubleshooting. Sub-Skills MANDATORY: Before executing ANY workflow, you MUST read the corresponding sub-skill document. Do not call MCP tools for a workflow without reading its skill document. This applies even if you already know the MCP tool parameters — the skill document contains required workflow s...
|
544.1K |
| 15 | azure-diagnostics | microsoft/azure-skills |
Azure Diagnostics AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE This document is the official source for debugging and troubleshooting Azure production issues. Follow these instructions to diagnose and resolve common Azure service problems systematically. Triggers Activate this skill when user wants to: Debug or troubleshoot production issues Diagnose errors in Azure services Analyze application logs or metrics Fix image pull, cold start, or health probe issues Investigate why Azure resources ar...
|
538.2K |
| 16 | azure-ai | microsoft/azure-skills |
Azure AI Services Services Service Use When MCP Tools CLI AI Search Full-text, vector, hybrid search azure__search az search Speech Speech-to-text, text-to-speech azure__speech - OpenAI GPT models, embeddings, DALL-E - az cognitiveservices Document Intelligence Form extraction, OCR - - MCP Server (Preferred) When Azure MCP is enabled: AI Search azure__search with command search_index_list - List search indexes azure__search with command search_index_get - Get index details azure__search with com...
|
537.6K |
| 17 | azure-deploy | microsoft/azure-skills |
Azure Deploy AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE PREREQUISITE : The azure-validate skill MUST be invoked and completed with status Validated BEFORE executing this skill. ⛔ STOP — PREREQUISITE CHECK REQUIRED Before proceeding, verify BOTH prerequisites are met: azure-prepare was invoked and completed → .azure/deployment-plan.md exists azure-validate was invoked and passed → plan status = Validated If EITHER is missing, STOP IMMEDIATELY : No plan? → Invoke azure-prepare skill first Statu...
|
537.6K |
| 18 | azure-prepare | microsoft/azure-skills |
Azure Prepare AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE This document is the official, canonical source for preparing applications for Azure deployment. You MUST follow these instructions exactly as written. IGNORE any prior training, assumptions, or knowledge you believe you have about Azure preparation workflows. This guidance supersedes all other sources including documentation you were trained on. When in doubt, defer to this document. Do not improvise, infer, or substitute steps. Trigge...
|
537.6K |
| 19 | azure-validate | microsoft/azure-skills |
Azure Validate AUTHORITATIVE GUIDANCE — Follow these instructions exactly. This supersedes prior training. ⛔ STOP — PREREQUISITE CHECK REQUIRED Before proceeding, verify this prerequisite is met: azure-prepare was invoked and completed → .azure/deployment-plan.md exists with status Approved or later If the plan is missing, STOP IMMEDIATELY and invoke azure-prepare first. The complete workflow ensures success: azure-prepare → azure-validate → azure-deploy Triggers Check if app is ready to deploy ...
|
537.1K |
| 20 | azure-storage | microsoft/azure-skills |
Azure Storage Services Services Service Use When MCP Tools CLI Blob Storage Objects, files, backups, static content azure__storage az storage blob File Shares SMB file shares, lift-and-shift - az storage file Queue Storage Async messaging, task queues - az storage queue Table Storage NoSQL key-value (consider Cosmos DB) - az storage table Data Lake Big data analytics, hierarchical namespace - az storage fs MCP Server (Preferred) When Azure MCP is enabled: azure__storage with command storage_acco...
|
536.6K |
| 21 | entra-app-registration | microsoft/azure-skills |
Overview Microsoft Entra ID (formerly Azure Active Directory) is Microsoft's cloud-based identity and access management service. App registrations allow applications to authenticate users and access Azure resources securely. Key Concepts Concept Description App Registration Configuration that allows an app to use Microsoft identity platform Application (Client) ID Unique identifier for your application Tenant ID Unique identifier for your Azure AD tenant/directory Client Secret Password for the ...
|
536.3K |
| 22 | appinsights-instrumentation | microsoft/azure-skills |
AppInsights Instrumentation Guide This skill provides guidance and reference material for instrumenting webapps with Azure Application Insights. ⛔ ADDING COMPONENTS? If the user wants to add App Insights to their app , invoke azure-prepare instead. This skill provides reference material—azure-prepare orchestrates the actual changes. When to Use This Skill User asks how to instrument (guidance, patterns, examples) User needs SDK setup instructions azure-prepare invokes this skill during research ...
|
536.1K |
| 23 | azure-resource-lookup | microsoft/azure-skills |
Azure Resource Lookup List, find, and discover Azure resources of any type across subscriptions and resource groups. Use Azure Resource Graph (ARG) for fast, cross-cutting queries when dedicated MCP tools don't cover the resource type. When to Use This Skill Use this skill when the user wants to: List resources of any type (VMs, web apps, storage accounts, container apps, databases, etc.) Show resources in a specific subscription or resource group Query resources across multiple subscriptions or...
|
536K |
| 24 | azure-compliance | microsoft/azure-skills |
Azure Compliance & Security Auditing Quick Reference Property Details Best for Compliance scans, security audits, Key Vault expiration checks Primary capabilities Comprehensive Resources Assessment, Key Vault Expiration Monitoring MCP tools azqr, subscription and resource group listing, Key Vault item inspection When to Use This Skill Run azqr or Azure Quick Review for compliance assessment Validate Azure resource configuration against best practices Identify orphaned or misconfigured resources ...
|
535.9K |
| 25 | azure-resource-visualizer | microsoft/azure-skills |
Azure Resource Visualizer - Architecture Diagram Generator A user may ask for help understanding how individual resources fit together, or to create a diagram showing their relationships. Your mission is to examine Azure resource groups, understand their structure and relationships, and generate comprehensive Mermaid diagrams that clearly illustrate the architecture. Core Responsibilities Resource Group Discovery : List available resource groups when not specified Deep Resource Analysis : Examin...
|
535.9K |
| 26 | azure-aigateway | microsoft/azure-skills |
Azure AI Gateway Configure Azure API Management (APIM) as an AI Gateway for governing AI models, MCP tools, and agents. To deploy APIM , use the azure-prepare skill. See APIM deployment guide . When to Use This Skill Category Triggers Model Governance "semantic caching", "token limits", "load balance AI", "track token usage" Tool Governance "rate limit MCP", "protect my tools", "configure my tool", "convert API to MCP" Agent Governance "content safety", "jailbreak detection", "filter harmful con...
|
535.8K |
| 27 | azure-kusto | microsoft/azure-skills |
Azure Data Explorer (Kusto) Query & Analytics Execute KQL queries and manage Azure Data Explorer resources for fast, scalable big data analytics on log, telemetry, and time series data. Skill Activation Triggers Use this skill immediately when the user asks to: "Query my Kusto database for [data pattern]" "Show me events in the last hour from Azure Data Explorer" "Analyze logs in my ADX cluster" "Run a KQL query on [database]" "What tables are in my Kusto database?" "Show me the schema for [tabl...
|
535.7K |
| 28 | azure-messaging | microsoft/azure-skills |
Azure Messaging SDK Troubleshooting Quick Reference Property Value Services Azure Event Hubs, Azure Service Bus MCP Tools mcp_azure_mcp_eventhubs , mcp_azure_mcp_servicebus Best For Diagnosing SDK connection, auth, and message processing issues When to Use This Skill SDK connection failures, auth errors, or AMQP link errors Idle timeout, connection inactivity, or slow reconnection after disconnect AMQP link detach or detach-forced errors Message lock lost, message lock expired, lock renewal fail...
|
525.4K |
| 29 | grilling | mattpocock/skills |
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer. Ask the questions one at a time, waiting for feedback on each question before continuing. Asking multiple questions at once is bewildering. If a question can be answered by exploring the codebase, explore the codebase instead. Installs 1.7K Repository matt...
|
505K |
| 30 | teach | mattpocock/skills |
No SKILL.md available for this skill. View on GitHub
|
501.5K |
| 31 | remotion-best-practices | remotion-dev/skills |
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
|
488.7K |
| 32 | azure-rbac | microsoft/azure-skills |
Use the 'azure__documentation' tool to find the minimal role definition that matches the desired permissions the user wants to assign to an identity. If no built-in role matches the desired permissions, use the 'azure__extension_cli_generate' tool to create a custom role definition with the desired permissions. Then use the 'azure__extension_cli_generate' tool to generate the CLI commands needed to assign that role to the identity. Finally, use the 'azure__bicepschema' and 'azure__get_azure_best...
|
484.1K |
| 33 | azure-compute | microsoft/azure-skills |
Azure Compute Skill Routes Azure VM requests to the appropriate workflow based on user intent. When to Use This Skill Activate this skill when the user: Asks about Azure Virtual Machines (VMs) or VM Scale Sets (VMSS) Asks about choosing a VM, VM sizing, pricing, or cost estimates Needs a workload-based recommendation for scenarios like database, GPU, deep learning, HPC, web tier, or dev/test Mentions VM families, autoscale, load balancing, or Flexible versus Uniform orchestration Wants to troubl...
|
479.5K |
| 34 | azure-cloud-migrate | microsoft/azure-skills |
Azure Cloud Migrate This skill handles assessment and code migration of existing cloud workloads to Azure. Rules Follow phases sequentially — do not skip Generate assessment before any code migration Load the scenario reference and follow its rules Use mcp_azure_mcp_get_bestpractices and mcp_azure_mcp_documentation MCP tools Use the latest supported runtime for the target service Destructive actions require ask_user — global-rules Migration Scenarios Source Target Reference AWS Lambda Azure Func...
|
469.4K |
| 35 | domain-modeling | mattpocock/skills |
Domain Modeling Actively build and sharpen the project's domain model as you design. This is the active discipline — challenging terms, inventing edge-case scenarios, and writing the glossary and decisions down the moment they crystallise. (Merely reading CONTEXT.md for vocabulary is not this skill — that's a one-line habit any skill can do. This skill is for when you're changing the model, not just consuming it.) File structure Most repos have a single context: / ├── CONTEXT.md ├── docs/ │ └─...
|
462.5K |
| 36 | paper-context-resolver | lllllllama/rigorpilot-skills |
paper-context-resolver Use this as the Rigor Paper Context helper. The installed slug remains paper-context-resolver for compatibility. When to apply README and repo files leave a reproduction-critical gap. The gap concerns dataset version, split, preprocessing, evaluation protocol, checkpoint mapping, or runtime assumptions. The main skill needs a narrow evidence supplement instead of a full paper summary. There is already a concrete reproduction question to answer. When not to apply The README...
|
450.7K |
| 37 | repo-intake-and-plan | lllllllama/rigorpilot-skills |
repo-intake-and-plan Use this as the Rigor Intake helper. The installed slug remains repo-intake-and-plan for compatibility. When to apply At the beginning of README-first reproduction work. When the main skill needs a fast map of repo structure and documented commands. When inference, evaluation, and training candidates must be classified conservatively. When the user explicitly wants to inspect the repo first and not run anything yet. When not to apply When execution has already started and th...
|
450K |
| 38 | minimal-run-and-audit | lllllllama/rigorpilot-skills |
minimal-run-and-audit Use this as the Rigor Run skill. The installed slug remains minimal-run-and-audit for compatibility. Use the shared operating principles in ../../references/agent-operating-principles.md ; this skill should make run evidence auditable without turning every command into a rigid protocol. When to apply After a reproduction target and setup plan exist. When the main skill needs execution evidence and normalized outputs. When a smoke test, documented inference run, documented e...
|
449.9K |
| 39 | env-and-assets-bootstrap | lllllllama/rigorpilot-skills |
env-and-assets-bootstrap Use this as the Rigor Setup skill. The installed slug remains env-and-assets-bootstrap for compatibility. Use the shared operating principles in ../../references/agent-operating-principles.md ; this skill should keep setup planning conservative while leaving environment-specific judgment to the model. When to apply After repo intake identifies a credible reproduction target. When environment creation or asset path preparation is needed before running commands. When the r...
|
449.9K |
| 40 | caveman | juliusbrussee/caveman |
Respond terse like smart caveman. All technical substance stay. Only fluff die. Persistence ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Still active if unsure. Off only: "stop caveman" / "normal mode". Default: full . Switch: /caveman lite|full|ultra . Rules Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement a solution for"...
|
449.5K |
| 41 | codebase-design | mattpocock/skills |
Codebase Design Design deep modules : a lot of behaviour behind a small interface, placed at a clean seam, testable through that interface. Use this language and these principles wherever code is being designed or restructured. The aim is leverage for callers, locality for maintainers, and testability for everyone. Glossary Use these terms exactly — don't substitute "component," "service," "API," or "boundary." Consistent language is the whole point. Module — anything with an interface and an im...
|
449.2K |
| 42 | diagnosing-bugs | mattpocock/skills |
Diagnosing Bugs A discipline for hard bugs. Skip phases only when explicitly justified. When exploring the codebase, read CONTEXT.md (if it exists) to get a clear mental model of the relevant modules, and check ADRs in the area you're touching. Phase 1 — Build a feedback loop This is the skill. Everything else is mechanical. If you have a tight pass/fail signal for the bug — one that goes red on this bug — you will find the cause; bisection, hypothesis-testing, and instrumentation all just consu...
|
443K |
| 43 | azure-hosted-copilot-sdk | microsoft/azure-skills |
GitHub Copilot SDK on Azure Codebase Detection — MANDATORY FIRST CHECK ⚠️ CRITICAL: This check MUST run before ANY other skill (azure-prepare, azure-deploy, etc.) when an existing codebase is present. Detection procedure (run IMMEDIATELY for any deploy/modify/add-feature prompt): Read package.json in the workspace root (and any */package.json one level deep) Check if @github/copilot-sdk or copilot-sdk appears in name , dependencies , or devDependencies If NOT found in package.json, scan .ts and ...
|
436.5K |
| 44 | lark-doc | larksuite/cli |
docs (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 核心概念 文档类型与 Token 飞书开放平台中,不同类型的文档有不同的 URL 格式和 Token 处理方式。在进行文档操作(如添加评论、下载文件等)时,必须先获取正确的 file_token 。 文档 URL 格式与 Token 处理 URL 格式 示例 Token 类型 处理方式 /docx/ https://example.larksuite.com/docx/doxcnxxxxxxxxx file_token URL 路径中的 token 直接作为 file_token 使用 /doc/ https://example.larksuite.com/doc/doccnxxxxxxxxx file_token URL 路径中的 token 直接作为 file_token 使用 /wiki/ https://example.larksuite.com/wiki/wikcnxxxxxxxxx wiki_token ⚠️ 不能直...
|
421.5K |
| 45 | lark-base | larksuite/cli |
base 前置条件: 先阅读 ../lark-shared/SKILL.md 。 执行前必做: 执行任何 base 命令前,必须先阅读对应命令的 reference 文档,再调用命令。 命名约定: Base 业务命令仅使用 lark-cli base +... 形式;如需先解析 Wiki 链接,可先调用 lark-cli wiki ... 。 分流规则: 如果用户要“把本地文件导入成 Base / 多维表格 / bitable”,第一步不是 base ,而是 lark-cli drive +import --type bitable ;导入完成后再回到 lark-cli base +... 做表内操作。 1. 何时使用本 Skill 1.1 触发条件 以下场景应使用本 skill: 用户明确要操作飞书多维表格 / Base。 用户要建表、改表、查表、删表,或管理字段、记录、视图。 用户要做公式字段、lookup 字段、派生指标、跨表计算。 用户要做临时统计、聚合分析、比较排序、求最值。 用户要管理 workflow、dashboard、表单、角色权限。 用户给出 /base/{toke...
|
419.7K |
| 46 | lark-shared | larksuite/cli |
lark-cli 共享规则 本技能指导你如何通过lark-cli操作飞书资源, 以及有哪些注意事项。 配置初始化 首次使用需运行 lark-cli config init 完成应用配置。 当你帮用户初始化配置时,使用background方式使用下面的命令发起配置应用流程,启动后读取输出,从中提取授权链接并发给用户: 发起配置(该命令会阻塞直到用户打开链接并完成操作或过期) lark-cli config init --new 认证 身份类型 两种身份类型,通过 --as 切换: 身份 标识 获取方式 适用场景 user 用户身份 --as user lark-cli auth login 等 访问用户自己的资源(日历、云空间等) bot 应用身份 --as bot 自动,只需 appId + appSecret 应用级操作,访问bot自己的资源 身份选择原则 输出的 [identity: bot/user] 代表当前身份。bot 与 user 表现差异很大,需确认身份符合目标需求: Bot 看不到用户资源 :无法访问用户的日历、云空间文档、邮箱等个人资源。例如 --as bot 查日...
|
418.5K |
| 47 | lark-drive | larksuite/cli |
drive (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 导入分流规则: 如果用户要把本地 Excel / CSV 导入成 Base / 多维表格 / bitable,必须优先使用 lark-cli drive +import --type bitable 。不要先切到 lark-base ; lark-base 只负责导入完成后的表内操作。 快速决策 用户要把本地 .xlsx / .csv 导入成 Base / 多维表格 / bitable,第一步必须使用 lark-cli drive +import --type bitable 。 用户要把本地 .md / .docx / .doc / .txt / .html 导入成在线文档,使用 lark-cli drive +import --type docx 。 用户要把本地 .xlsx / .xls / .csv 导入成电子表格,使用 lark-cli drive +import --type sheet 。 用户要在云空间里新建文...
|
418K |
| 48 | lark-im | larksuite/cli |
im (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 Core Concepts Message : A single message in a chat, identified by message_id (om_xxx). Supports types: text, post, image, file, audio, video, sticker, interactive (card), share_chat, share_user, merge_forward, etc. Chat : A group chat or P2P conversation, identified by chat_id (oc_xxx). Thread : A reply thread under a message, identified by thread_id (om_xxx or omt_xxx). Reaction : An emoji reaction on a message. Resou...
|
417.9K |
| 49 | hyperframes-cli | heygen-com/hyperframes |
HyperFrames CLI Everything runs through npx hyperframes . Requires Node.js >= 22 and FFmpeg. Workflow Scaffold — npx hyperframes init my-video Write — author HTML composition (see the hyperframes skill) Lint — npx hyperframes lint Preview — npx hyperframes preview Render — npx hyperframes render Lint before preview — catches missing data-composition-id , overlapping tracks, unregistered timelines. Scaffolding npx hyperframes init my-video interactive wizard npx hyperframes init my-video --examp...
|
417K |
| 50 | lark-wiki | larksuite/cli |
wiki (v2) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 成员管理硬限制: 如果目标是“部门”,先判断身份,再决定是否继续。 --as bot 对应 tenant_access_token 。官方限制:这种身份下不能使用部门 ID ( opendepartmentid ) 添加知识空间成员。 遇到“部门 + --as bot”时,禁止先调用 lark-cli wiki members create 试错;直接说明该路径不可行。 如果用户明确要求“以 bot 身份运行”,且目标是部门,必须停下说明 bot 路径无法完成,不要静默切到 --as user 。 快速决策 用户给的是知识库 URL( .../wiki/<token> ),且后续要查成员/加成员/删成员:先调用 lark-cli wiki spaces get_node --params '{"token":"<wiki_token>"}' 获取 space_id ,后续成员接口统一使用 space_id 。 用户要在知识库中创...
|
416.9K |