Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,390
总 Skills
87.2M
总安装量
2,570
贡献者
# Skill 仓库 描述 安装量
51 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...
216.3K
52 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...
216.1K
53 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 。 用户要在云空间里新建文...
215.8K
54 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 查日...
215.6K
55 lark-calendar larksuite/cli
calendar (v4) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 CRITICAL — 所有的 Shortcuts 在执行之前,务必先使用 Read 工具读取其对应的说明文档,禁止直接盲目调用命令。 CRITICAL — 凡涉及【预约日程/会议】或【查询/搜索会议室】,第一步 MUST 强制使用 Read 工具读取 references/lark-calendar-schedule-meeting.md 。禁止跳过此步直接调用 API 或 Shortcut! CRITICAL — 术语约束:用户日常表达中常说的“帮我约个日历”、“查一下今天的日历”等,其实际意图通常是针对 日程(Event) 的创建或查询,而非操作 日历(Calendar) 容器本身。请自动将口语化的“日历”意图映射为“日程”操作(如 +create , +agenda )。 CRITICAL — 会议与日程的意图路由: 查询过去时间的会议 :如果用户明确查询过去时间的会议(如“昨天的会议”、“上周的会议”), 优先使...
215.3K
56 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 。 用户要在知识库中创...
215.2K
57 lark-whiteboard larksuite/cli
[!IMPORTANT] 执行前检查环境 : 运行 whiteboard-cli --version ,确认版本为 0.2.x ;未安装或版本不符 → npm install -g @larksuite/whiteboard-cli@^0.2.0 运行 lark-cli --version ,确认可用。 执行任何 npm install 前, 必须征得用户同意 。 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 快速决策 用户需求 行动 查看画板内容 / 导出图片 +query --output_as image 获取画板的 Mermaid/PlantUML 代码 +query --output_as code 检查画板是否由代码绘制 +query --output_as code 修改节点文字/颜色(简单改动) +query --output_as raw → 手动改 JSON → +update --input_format raw 用户 已提供 Mermaid/PlantUML 代码,或明...
215K
58 lark-sheets larksuite/cli
sheets (v3) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 快速决策 按标题或关键词找云空间里的表格文件,先用 lark-cli docs +search 。 docs +search 会直接返回 SHEET 结果,不要把它误解成只能搜文档 / Wiki。 已知 spreadsheet URL / token 后,再进入 sheets +info 、 sheets +read 、 sheets +find 等对象内部操作。 核心概念 文档类型与 Token 飞书开放平台中,不同类型的文档有不同的 URL 格式和 Token 处理方式。在进行文档操作(如添加评论、下载文件等)时,必须先获取正确的 file_token 。 文档 URL 格式与 Token 处理 URL 格式 示例 Token 类型 处理方式 /docx/ https://example.larksuite.com/docx/doxcnxxxxxxxxx file_token URL 路径中的 token 直接作为 fi...
214.9K
59 lark-mail larksuite/cli
mail (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 核心概念 邮件(Message) :一封具体的邮件,包含发件人、收件人、主题、正文(纯文本/HTML)、附件。每封邮件有唯一 message_id 。 会话(Thread) :同一主题的邮件链,包含原始邮件和所有回复/转发。通过 thread_id 关联。 草稿(Draft) :未发送的邮件。所有发送类命令默认保存为草稿,加 --confirm-send 才实际发送。 文件夹(Folder) :邮件的组织容器。内置文件夹: INBOX 、 SENT 、 DRAFT 、 SCHEDULED 、 TRASH 、 SPAM 、 ARCHIVED ,也可自定义。 标签(Label) :邮件的分类标记,内置标签如 FLAGGED (星标)。一封邮件可有多个标签。 附件(Attachment) :分为普通附件和内嵌图片(inline,通过 CID 引用)。 收信规则(Rule) :自动处理收到的邮件的规则。可设置匹配条件(发件人、主题、收件...
214.8K
60 lark-task larksuite/cli
task (v2) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 任务搜索技巧 :先区分用户是否 特地指定使用搜索 skill ,以及是否真的提供了 查询关键字 (例如任务名称、关键词、片段描述)。如果用户特地指定使用搜索 skill,或明确给出了任务查询关键字,则目标是 任务 时优先使用 +search 。如果用户没有特地指定使用搜索 skill,且意图里没有查询关键字,只有范围条件(例如“今年以来”“已完成”“由我创建”“我关注的”),并且使用 +search 与 +get-related-tasks / +get-my-tasks 都能达到目的时,应优先使用列表型能力,而不是搜索型能力。其中,“与我相关 / 我关注的 / 由我创建”等优先考虑 +get-related-tasks ;“我负责的 / 分配给我”的列表优先考虑 +get-my-tasks 。不要把时间范围词(例如“今年以来”)本身误当成 query 去走搜索。 任务清单搜索技巧 :任务清单也遵循同样的判断逻辑。先区分用户是否...
214.8K
61 agentspace agentspace-so/skills
🪢 Agentspace agentspace.so · GitHub · npm @agentspace-so/ascli Use agentspace.so to share a specific local folder or file with a human or another agent via a workspace link. Data handling Only the path the user explicitly names is uploaded. Do not default to uploading the current working directory unless the user clearly says so. All network traffic goes to agentspace.so only. The skill does not call any other endpoint. The skill does not read environment variables, shell history, or files outsi...
214.8K
62 azure-enterprise-infra-planner microsoft/azure-skills
Azure Enterprise Infra Planner When to Use This Skill Activate this skill when user wants to: Plan enterprise Azure infrastructure from a workload or architecture description Architect a landing zone, hub-spoke network, or multi-region topology Design networking infrastructure: VNets, subnets, firewalls, private endpoints, VPN gateways Plan identity, RBAC, and compliance-driven infrastructure Generate Bicep or Terraform for subscription-scope or multi-resource-group deployments Plan disaster rec...
214.7K
63 lark-vc larksuite/cli
vc (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 核心概念 视频会议(Meeting) :飞书视频会议实例,通过 meeting_id 标识。 会议记录(Meeting Record) :视频会议结束后生成的记录,支持通过关键词、时间段、参会人、组织者、会议室等筛选条件搜索会议室。 会议纪要(Note) :视频会议结束后生成的结构化文档,包含纪要文档(包含总结、待办、章节)和逐字稿文档。 妙记(Minutes) :来源于飞书视频会议的录制产物或用户上传的音视频文件,支持视频/音频的转写和会议纪要,通过 minute_token 标识。 纪要文档(MainDoc) :AI 智能纪要的主文档,包含 AI 生成的总结和待办,对应 note_doc_token 。 用户会议纪要(MeetingNotes) :用户主动绑定到会议的纪要文档,对应 meeting_notes 。仅通过 --calendar-event-ids 路径返回。 逐字稿(VerbatimDoc) :会议的逐句文字记录,...
214.7K
64 lark-minutes larksuite/cli
minutes (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 核心概念 妙记(Minutes) :来源于飞书视频会议的录制产物或用户上传的音视频文件,通过 minute_token 标识。 妙记 Token(minute_token) :妙记的唯一标识符,可从妙记 URL 末尾提取(例如 https://*.feishu.cn/minutes/obcnq3b9jl72l83w4f14xxxx 中的 obcnq3b9jl72l83w4f14xxxx )。如果 URL 中包含额外参数(如 ?xxx ),应截取路径最后一段。 核心场景 1. 搜索妙记 当用户描述的是"我的妙记""包含某个关键词的妙记""某段时间内的妙记",优先使用 minutes +search 。 仅支持使用关键词、时间段、参与者、所有者等筛选条件搜索妙记记录,对于不支持的筛选条件,需要提示用户。 搜索结果存在多条数据时,务必注意分页数据获取,不要遗漏任何妙记记录。 如果是会议的妙记,应优先使用 vc +search 先...
214.6K
65 lark-event larksuite/cli
event (v1) 前置条件: 先阅读 ../lark-shared/SKILL.md 了解认证、权限处理和安全规则。 Shortcuts(推荐优先使用) Shortcut 是对常用操作的高级封装( lark-cli event +<verb> [flags] )。有 Shortcut 的操作优先使用。 Shortcut 说明 +subscribe Subscribe to Lark events via WebSocket long connection (read-only, NDJSON output); bot-only; supports compact agent-friendly format, regex routing, file output
214.5K
66 lark-contact larksuite/cli
contact (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 Shortcuts(推荐优先使用) Shortcut 是对常用操作的高级封装( lark-cli contact +<verb> [flags] )。有 Shortcut 的操作优先使用。 Shortcut 说明 +search-user Search users (results sorted by relevance) +get-user Get user info (omit user_id for self; provide user_id for specific user)
214.2K
67 lark-workflow-meeting-summary larksuite/cli
会议纪要汇总工作流 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 。然后阅读 ../lark-vc/SKILL.md ,了解会议纪要相关操作。 适用场景 "帮我整理这周的会议纪要" / "总结最近的会议" / "生成会议周报" "看看今天开了哪些会" / "回顾过去一周开了哪些会" 前置条件 仅支持 user 身份 。执行前确保已授权: lark-cli auth login --domain vc 基础(查询+纪要) lark-cli auth login --domain vc,drive 含读取纪要文档正文、生成文档 工作流 {时间范围} ─► vc +search ──► 会议列表 (meeting_ids) │ ▼ vc +notes ──► 纪要文档 tokens │ ▼ drive metas batch_query 纪要元数据 │ ▼ 结构化报告 Step 1: 确定时间范围 默认 过去 7 天 。推断规则:"今天"→当天,"这周"→本周一 now,"上周"→上周一 上周日...
214.1K
68 lark-openapi-explorer larksuite/cli
OpenAPI Explorer 前置条件: 先阅读 ../lark-shared/SKILL.md 了解认证、身份切换和安全规则。 当用户的需求 无法被现有 skill 或 CLI 已注册 API 覆盖 时,使用本技能从飞书官方 markdown 文档库中逐层挖掘原生 OpenAPI 接口,然后通过 lark-cli api 裸调完成任务。 文档库结构 飞书 OpenAPI 文档以 markdown 层级组织: llms.txt ← 顶层索引,列出所有模块文档链接 └─ llms-<module>.txt ← 模块文档,包含功能概述 + 底层 API 文档链接 └─ <api-doc>.md ← 单个 API 的完整说明(方法/路径/参数/响应/错误码) 文档入口: 品牌 入口 URL 飞书 (Feishu) https://open.feishu.cn/llms.txt Lark https://open.larksuite.com/llms.txt 所有文档以 中文 编写。如果用户使用英...
213.8K
69 lark-workflow-standup-report larksuite/cli
日程待办摘要工作流 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 适用场景 "今天有什么安排" / "今天的日程和待办" "明天有什么会" / "明日日程与未完成任务" "帮我看看今天要做什么" / "早报摘要" "开工摘要" / "standup report" "这周还有哪些安排" 前置条件 仅支持 user 身份 。执行前确保已授权: lark-cli auth login --domain calendar,task 工作流 {date} ─┬─► calendar +agenda [--start/--end] ──► 日程列表(会议/事件) └─► task +get-my-tasks [--due-end] ──► 未完成待办列表 │ ▼ AI 汇总(时间转换 + 冲突检测 + 排序)──► 摘要 Step 1: 获取日程 今天(默认,无需额外参数) lark-cli calendar +agenda 指定日期范围(必须使用 ISO 8601 格式,不支持 "tomor...
213.8K
70 lark-skill-maker larksuite/cli
Skill Maker 基于 lark-cli 创建新 Skill。Skill = 一份 SKILL.md ,教 AI 用 CLI 命令完成任务。 CLI 核心能力 lark-cli < service > < resource > < method > 已注册 API lark-cli < service > + < verb > Shortcut(高级封装) lark-cli api < METHOD > < path > [ --data/--params ] 任意飞书 OpenAPI lark-cli schema < service.resource.method > 查参数定义 优先级:Shortcut > 已注册 API > api 裸调。 调研 API 1. 查看已有的 API 资源和 Shortcut lark-cli < service > --help 2. 查参数定义 lark-cli schema < service.resource.method > 3. 未注册的 API,用 api 直接调用 lark-cli api GET /open-a...
213.7K
71 brainstorming obra/superpowers
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
212.1K
72 ui-ux-pro-max nextlevelbuilder/ui-ux-pro-max-skill
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
207.9K
73 azure-kubernetes microsoft/azure-skills
Azure Kubernetes Service AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE This skill produces a recommended AKS cluster configuration based on user requirements, distinguishing Day-0 decisions (networking, API server — hard to change later) from Day-1 features (can enable post-creation). See CLI reference for commands. Quick Reference Property Value Best for AKS cluster planning and Day-0 decisions MCP Tools mcp_azure_mcp_aks CLI az aks create , az aks show , kubectl get , kubectl describe
207.6K
74 github-actions-docs xixu-me/skills
GitHub Actions questions are easy to answer from stale memory. Use this skill to ground answers in official GitHub documentation and return the closest authoritative page instead of generic CI/CD advice. When to Use Use this skill when the request is about: GitHub Actions concepts, terminology, or product boundaries Workflow YAML, triggers, jobs, matrices, concurrency, variables, contexts, or expressions GitHub-hosted runners, larger runners, self-hosted runners, or Actions Runner Controller Art...
207.3K
75 azure-cost-optimization microsoft/azure-skills
Azure Cost Optimization Skill Analyze Azure subscriptions to identify cost savings through orphaned resource cleanup, rightsizing, and optimization recommendations based on actual usage data. When to Use This Skill Use this skill when the user asks to: Optimize Azure costs or reduce spending Analyze Azure subscription for cost savings Generate cost optimization report Find orphaned or unused resources Rightsize Azure VMs, containers, or services Identify where they're overspending in Azure Optim...
207.2K
76 vercel-composition-patterns vercel-labs/agent-skills
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
205.6K
77 to-prd mattpocock/skills
This skill takes the current conversation context and codebase understanding and produces a PRD. Do NOT interview the user — just synthesize what you already know. Process Explore the repo to understand the current state of the codebase, if you haven't already. Sketch out the major modules you will need to build or modify to complete the implementation. Actively look for opportunities to extract deep modules that can be tested in isolation. A deep module (as opposed to a shallow module) is one w...
203.9K
78 openclaw-secure-linux-cloud xixu-me/skills
Overview Use this skill for the conservative "deploy first, expose later" pattern for OpenClaw on a cloud server. Default to a private control plane: Harden the Linux host before exposing anything. Keep the gateway bound to 127.0.0.1 . Reach the Control UI through an SSH tunnel first. Keep token authentication, pairing, and sandboxing enabled. Start with a narrow tool profile and loosen only with an explicit need. This skill is for secure Linux cloud hosting. If the user only wants the fastest g...
203.8K
79 secure-linux-web-hosting xixu-me/skills
Overview Use this skill to turn a cloud server into a safely reachable web host without leaning on stale distro-specific memory or outdated Debian-10-era tutorials. This skill keeps the familiar teaching arc of a beginner-friendly server guide, but turns it into a reusable operator workflow: Intake and routing Prerequisites Secure access Firewall and exposure Web server setup Static site or app proxy HTTPS Validation Optional advanced tuning Before giving actionable commands, identify the distro...
203.6K
80 skills-cli xixu-me/skills
Use this skill to help users work with the open Agent Skills ecosystem through the skills CLI. Overview The skills CLI is the package manager for installable Agent Skills. Use it to discover skills, install them with the right flags, and manage them after installation. Examples below use bunx skills , but npx skills is the same workflow if Bun is not available in the user's environment. Always prefer the current CLI syntax: bunx skills add < source > --skill < name > Do not use older owner/repo@...
203.5K
81 running-claude-code-via-litellm-copilot xixu-me/skills
Overview Use this skill for the specific workaround where Claude Code keeps its Anthropic-shaped client behavior, but the actual backend traffic is sent to a local LiteLLM proxy and then forwarded to GitHub Copilot. Treat this as an advanced workaround, not an officially guaranteed GitHub workflow. Help the user succeed technically, but do not promise GitHub support, policy approval, or long-term compatibility. This skill is guidance-first but execution-aware: If the user wants explanation only,...
203.4K
82 opensource-guide-coach xixu-me/skills
Overview Use the official Open Source Guides as a coaching framework for open source questions. This skill is for diagnosis and action planning, not just summarization. Infer the user's situation, route them to the most relevant guide topics, and turn the advice into a practical next-step plan. Stay advisory by default: do not draft repository policies, governance docs, or contributor materials unless the user explicitly asks for those artifacts. Source Of Truth Use the official Open Source Guid...
203.3K
83 readme-i18n xixu-me/skills
Localize a repository README.md without breaking the repo mechanics around it. The default job is translate + wire-up: read the source-of-truth README create localized sibling files such as README.zh.md preserve GitHub-flavored Markdown structure and repo-specific tokens add or update a shared language selector near the top of every variant This skill is for multilingual README workflows, not general website/app i18n. Inputs Expect these inputs when available: source README path, default README....
203K
84 use-my-browser xixu-me/skills
Do not treat this skill as a generic browsing default. Route from the evidence you need, not from tool preference. Every task must be classified before you choose a route: static-capable : the evidence can be produced without live browser state, visible confirmation, or page interaction browser-required : the evidence depends on rendered state, interaction, live session behavior, or browser-only structures Only static-capable tasks may fall back to static retrieval, curl , or other non-browser p...
201.7K
85 xget xixu-me/skills
Default to execution, not instruction. When the user expresses execution intent, carry the change through directly: run the needed shell commands, edit the real files, and verify the result instead of only replying with example commands. Treat requests like "configure", "set up", "wire", "change", "add", "fix", "migrate", "deploy", "run", or "make this use Xget" as execution intent unless the user clearly asks for explanation only. Resolve the base URL first: use a domain the user explicitly gav...
200.3K
86 tzst xixu-me/skills
Use this skill for the tzst command-line interface. Default to execution when the user clearly wants a real archive action and the required paths or archive names are already known. This skill is CLI-only. If the user is asking about Python code such as from tzst import ... , treat that as a general Python library or API documentation task instead of using this skill as the main guide. When to Use Use this skill when the user: mentions .tzst or .tar.zst archives wants to create, extract, flatten...
200.3K
87 gpt-image-2 agentspace-so/agent-skills
🪞 GPT Image 2 — Image Generation via Your ChatGPT Subscription agentspace.so · GitHub Generate images with GPT Image 2 (ChatGPT Images 2.0) inside your agent, using your existing ChatGPT Plus or Pro subscription — no separate OpenAI access, no Fal or Replicate tokens, no per-image billing. Text-to-image, image-to-image editing, style transfer, and multi-reference composition. Runs entirely through the local codex CLI you're already logged into. Heads up — this skill requires a ChatGPT Plus or Pr...
200.1K
88 xdrop xixu-me/skills
Use the bundled scripts inside this skill directory. Available scripts scripts/upload.mjs — Upload local files or directories to an Xdrop server and print the share link scripts/download.mjs — Download an Xdrop share link, decrypt it locally, and save the files Environment requirements: Bun Local filesystem access Network access to the target Xdrop server Upload bun scripts/upload.mjs --server < xdrop-site-url > < file-or-directory > [ .. . ] Prefer these flags when relevant: --quiet : suppress ...
200K
89 ai-image-generation inference-sh-skills/skills
AI Image Generation Generate images with 50+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate an image with FLUX belt app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}' Available Models Model App ID Best For FLUX Dev LoRA falai/flux-dev-lora High quality with custom styles FLUX.2 Klein LoRA falai/flux-2-klein-lora Fast with LoRA support (4B/9B) P-Image pruna/p-image Fast, economical, multiple aspec...
198K
90 ai-video-generation inference-sh-skills/skills
AI Video Generation Generate videos with 40+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a video with Veo belt app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}' Available Models Text-to-Video Model App ID Best For Veo 3.1 Fast google/veo-3-1-fast Fast, with optional audio Veo 3.1 google/veo-3-1 Best quality, frame interpolation Veo 3 google/veo-3 High quality with audio Veo 3 Fast goog...
197.6K
91 ai-avatar-video inference-sh-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli AI Avatar & Talking Head Videos Create AI avatars and talking head videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 504 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
197.1K
92 agent-tools inference-sh-skills/skills
inference.sh Run 250+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh belt login What does the installer do? The install script detects your OS and architecture, downloads the correct binary from dist.inference.sh , verifies its SHA-256 checksum, and places it in your PATH. That's it — no elevated permissions, no background processes, no telemetry. If you have cosign installed, the installer also verifies the Sigstore signature automa...
197.1K
93 infsh-cli inference-sh-skills/skills
No SKILL.md available for this skill. View on GitHub
197.1K
94 to-issues mattpocock/skills
To Issues Break a plan into independently-grabbable GitHub issues using vertical slices (tracer bullets). Process 1. Gather context Work from whatever is already in the conversation context. If the user passes a GitHub issue number or URL as an argument, fetch it with gh issue view <number> (with comments). 2. Explore the codebase (optional) If you have not already explored the codebase, do so to understand the current state of the code. 3. Draft vertical slices Break the plan into tracer bullet...
195.3K
95 diagnose mattpocock/skills
No SKILL.md available for this skill. View on GitHub
195.2K
96 kling-3-0 agentspace-so/runcomfy-agent-skills
Kling 3.0 - Pro Pack on RunComfy runcomfy.com · docs · GitHub Kling 3.0 is Kuaishou Technology's third-generation cinematic video model. This skill covers all six Kling 3.0 rendering endpoints on RunComfy: three quality tiers (Standard, Pro, 4K) across two modes (text-to-video and image-to-video). What Kling 3.0 is Kling 3.0 is the V3 generation of the Kling video model. It produces multi-shot cinematic video with synchronized native audio, consistent character identity across shots, and physics...
194.5K
97 write-a-skill mattpocock/skills
Writing Skills Process Gather requirements - ask user about: What task/domain does the skill cover? What specific use cases should it handle? Does it need executable scripts or just instructions? Any reference materials to include? Draft the skill - create: SKILL.md with concise instructions Additional reference files if content exceeds 500 lines Utility scripts if deterministic operations needed Review with user - present draft and ask: Does this cover your use cases? Anything missing or unclea...
188.9K
98 sleek-design-mobile-apps sleekdotdesign/agent-skills
Designing with Sleek Overview sleek.design is an AI-powered mobile app design tool. You interact with it via a REST API at /api/v1/* to create projects, describe what you want built in plain language, and get back rendered screens. All communication is standard HTTP with bearer token auth. Base URL : https://sleek.design Auth : Authorization: Bearer $SLEEK_API_KEY on every /api/v1/* request Content-Type : application/json (requests and responses) CORS : Enabled on all /api/v1/* endpoints Prerequ...
188.5K
99 zoom-out mattpocock/skills
I don't know this area of code well. Go up a layer of abstraction. Give me a map of all the relevant modules and callers.
188.4K
100 lark-approval larksuite/cli
approval (v4) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 API Resources lark-cli schema approval. < resource > . < method > 调用 API 前必须先查看参数结构 lark-cli approval < resource > < method > [ flags ] 调用 API 重要 :使用原生 API 时,必须先运行 schema 查看 --data / --params 参数结构,不要猜测字段格式。 instances get — 获取单个审批实例详情 cancel — 撤回审批实例 cc — 抄送审批实例 initiated — 查询用户的已发起列表 tasks remind — 催办审批人 approve — 同意审批任务 reject — 拒绝审批任务 transfer — 转交审批任务 query — 查询用户的任务列表 权限表 方法 所需 scope instances.get approval:...
188K