研究与知识

研究、检索、摘要和知识工作

1080 个 Skills 可用

Skills 列表

msw-scripting

msw-scripting

32research-knowledge

Authoring MSW scripts (.mlua) plus integrated playtest and debugging. Covers mlua syntax, annotations (@Component/@Logic/@ExecSpace/@Sync), lifecycle, exec spaces, property sync, event system, file workflow, build-log inspection, error classification, and the test/debug loop. Keywords: script, mlua, lua, Component, Logic, annotation, ExecSpace, Sync, event, play, test, debug, lifecycle.

msw-git avatarmsw-git
获取
getting-started

getting-started

31research-knowledge

CrewAI architecture decisions and project scaffolding. Use when starting a new crewAI project, choosing between LLM.call() vs Agent.kickoff() vs Crew.kickoff() vs Flow, scaffolding with 'crewai create flow', setting up YAML config (agents.yaml, tasks.yaml), wiring @CrewBase crew.py, writing Flow main.py with @start/@listen, building experimental conversational Flows with handle_turn()/chat(), or using {variable} interpolation.

crewaiinc avatarcrewaiinc
获取
design-agent

design-agent

31research-knowledge

CrewAI代理设计与配置。用于创建、配置或调试CrewAI代理——选择角色/目标/背景故事、选择LLM、分配工具、调整max_iter/max_rpm/max_execution_time、启用规划/代码执行/委派、设置知识源、使用护栏,或在YAML与代码中配置代理。

crewaiinc avatarcrewaiinc
获取
ask-docs

ask-docs

31research-knowledge

查询官方 CrewAI 文档以获取答案。当用户提出的 CrewAI 问题无法被 getting-started、design-agent、design-task 技能完全覆盖时使用——例如,特定的 API 细节、配置选项、高级功能、错误排查、企业功能、工具参考,或任何以最新文档为最佳信息来源的情况。

crewaiinc avatarcrewaiinc
获取
design-task

design-task

31research-knowledge

CrewAI task design and configuration. Use when creating, configuring, or debugging crewAI tasks — writing descriptions and expected_output, setting up task dependencies with context, configuring output formats (output_pydantic, output_json, output_file), using guardrails for validation, enabling human_input, async execution, markdown formatting, or debugging task execution issues.

crewaiinc avatarcrewaiinc
获取
nano-banana-2

nano-banana-2

31research-knowledge

Generate images with Google Nano Banana 2 (Gemini-family flash-tier text-to-image) on RunComfy — bundled with the model's documented prompting patterns so the skill gets sharper output than naive prompting against the same model. Documents Nano Banana 2's strengths (rapid iteration, in-image typography rendering, predictable framing, optional web-grounded context), the resolution-tier pricing, the safety-tolerance dial, and when to route to Nano Banana Pro / GPT Image 2 / Flux 2 / Seedream instead. Calls `runcomfy run google/nano-banana-2/text-to-image` through the local RunComfy CLI. Triggers on "nano banana", "nano-banana-2", "nano banana 2", "google image gen", "gemini image", or any explicit ask to generate with this model.

prime-skills avatarprime-skills
获取
image-edit

image-edit

31research-knowledge

Edit images on RunComfy — this skill is a smart router that matches the user's intent to the right edit model in the RunComfy catalog. Picks Nano Banana Edit (batch up to 20, identity-preserving default), OpenAI GPT Image 2 Edit (multilingual in-image text rewrite, multi-ref composition, layout precision), Flux Kontext Pro (single-ref high-fidelity local edit), or Z-Image Turbo Inpaint (mask-driven precise region edit). Bundles each model's documented prompting patterns so the skill gets sharper edits without burning iterations on the wrong model. Calls `runcomfy run <vendor>/<model>/edit` through the local RunComfy CLI. Triggers on "image edit", "edit image", "image-to-image", "i2i", "swap background", "remove object", "rewrite headline", or any explicit ask to edit a single or batch of images.

prime-skills avatarprime-skills
获取
desktop-commander-overview

desktop-commander-overview

31research-knowledge

Use for Desktop Commander MCP capabilities — persistent shells and REPLs, long-running processes, filesystem beyond the workspace, structured files (.xlsx, .docx, .pdf, images) and large local data files such as CSVs, ripgrep search at scale, SSH, or cross-turn state.

cline avatarcline
获取
swift-api-design-guidelines-skill

swift-api-design-guidelines-skill

29research-knowledge

Write, review, or improve Swift APIs using Swift API Design Guidelines for naming, argument labels, documentation comments, terminology, and general conventions. Use when designing new APIs, refactoring existing interfaces, or reviewing API clarity and fluency.

erikote04 avatarerikote04
获取
rivet-workflows

rivet-workflows

29research-knowledge

Workflows: Durable, replayable multi-step operations.

rivet-dev avatarrivet-dev
获取
wwdc

wwdc

28research-knowledge

Use this skill whenever the user asks about WWDC sessions, Apple Developer videos, WWDC transcripts, session IDs, technologies announced at WWDC, or wants an agent to find, compare, cite, summarize, or navigate WWDC session content. Fetch current docs from wwdc.ai via llms.txt and page markdown. Maintained by Superwall.com: the quickest way to add in-app subscriptions and paywalls to your app.

superwall avatarsuperwall
获取
web-search-plus

web-search-plus

26research-knowledge

Unified multi-provider web search and URL extraction skill with intelligent auto-routing across Serper, Brave, Tavily, Querit, Linkup, Exa, Firecrawl, You.com, SearXNG, SerpBase, and Keenable. Unified freshness/news filters, locale-aware defaults, spam/mirror filtering, and adaptive routing. Sends queries/URLs to the configured third-party provider APIs and caches results plus provider failure/performance history locally under .cache (configurable, can be disabled).

robbyczgw-cla avatarrobbyczgw-cla
获取
turso-cloud

turso-cloud

26research-knowledge

Turso Cloud — fully managed SQLite-compatible database platform, accessed over the network. Use when connecting an application to a Turso Cloud database, creating or scoping auth tokens (JWT, fine-grained permissions, JWKS/external auth providers), or provisioning and managing cloud databases. Covers per-language SDKs (JavaScript/TypeScript, Python, Go, Rust), authentication & authorization, and marketplace integrations (Vercel).

tursodatabase avatartursodatabase
获取
knowledge-catalog-discovery

knowledge-catalog-discovery

26research-knowledge

Use these skills when you need to discover and explore data assets in the Knowledge Catalog. It allows you to search for entries, lookup specific metadata, and explore aspect types to understand your data platform's assets.

cline avatarcline
获取
launchdarkly-flag-cleanup

launchdarkly-flag-cleanup

25research-knowledge

Safely remove a feature flag from code while preserving production behavior. Use when the user wants to remove a flag from code, delete flag references, or create a PR that hardcodes the winning variation after a rollout is complete.

launchdarkly avatarlaunchdarkly
获取
onboarding

onboarding

25research-knowledge

Onboard a project to LaunchDarkly: kickoff roadmap, resumable log, explore repo, MCP, companion flag skills, nested SDK install (detect/plan/apply), first flag. Use when adding LaunchDarkly, setting up or integrating feature flags in a project, SDK integration, or 'onboard me'.

launchdarkly avatarlaunchdarkly
获取
valyu-best-practices

valyu-best-practices

24research-knowledge

适用于AI代理的完整Valyu API工具包。当需要执行跨网页、学术、医疗、交通、金融来源的实时搜索、从URL提取内容、带引用的AI驱动答案或全面的深度研究报告时,请使用此技能。

valyuai avatarvalyuai
获取
postplus-shared

postplus-shared

24research-knowledge

Shared rules, routing preferences, execution boundaries, and workflow references for released PostPlus skills. Use this before any PostPlus skill that mentions shared public skill rules, research preferences, product-selection preferences, source-of-truth files, TikTok music workflow, ads workflow, or user guidance.

postplusai avatarpostplusai
获取
Nia

Nia

23research-knowledge

使用 Nia AI 索引和搜索代码仓库、文档、研究论文、HuggingFace 数据集、本地文件夹、Slack 工作区、Google Drive、X(Twitter)和软件包。包括身份验证引导、Oracle 自主研究、GitHub 实时搜索、Tracer 代理、依赖分析、上下文共享、代码顾问、文档代理、数据提取、文件系统操作和通用连接器。

nozomio-labs avatarnozomio-labs
获取
onboarding

onboarding

23research-knowledge

Onboard a project to LaunchDarkly: kickoff roadmap, resumable log, explore repo, MCP, companion flag skills, nested SDK install (detect/plan/apply), first flag. Use when adding LaunchDarkly, setting up or integrating feature flags in a project, SDK integration, or 'onboard me'.

launchdarkly avatarlaunchdarkly
获取
sales-reporting

sales-reporting

23research-knowledge

Daily briefings, pipeline snapshots, and win/loss analysis from the terminal — closing-this-week, open pipeline by stage/owner, and closed-won vs closed-lost over a period.

hubspot avatarhubspot
获取
sales-execution

sales-execution

23research-knowledge

Log sales activities — calls, notes, meetings, tasks — against contacts and deals, with the mandatory create-then-associate step that makes them visible in the CRM.

hubspot avatarhubspot
获取
cloudbase

cloudbase

22research-knowledge

Use this skill when you develop, design, build, deploy, debug, migrate, or troubleshoot CloudBase (腾讯云开发, 云开发, TCB, 微信云开发) projects. Covers Web apps (React, Vue, Vite, Next, Nuxt, dashboards, 管理后台), 微信小程序, 小程序, uni-app, native/mobile (iOS, Android, Flutter, React Native) via HTTP API. Includes UI (页面, 界面, 登录页, 表单, form, dashboard, prototype, 原型), auth (登录, 注册, OAuth, 微信登录, publishable key), databases (NoSQL 文档数据库, MySQL, PostgreSQL/CloudBase PG, app.rdb(), queryPgDatabase/managePgDatabase, CRUD, security rules), 云函数 (serverless, scf_bootstrap, HTTP Functions), CloudRun (云托管, Dockerfile), 云存储 (file upload, hosting, 静态托管). Built-in AI (内置大模型, streaming, 流式输出, image generation, 图片生成, generateText, streamText, createModel, generateImage, TokenHub, Hunyuan, hunyuan-exp, DeepSeek, GLM, Token Credits 资源包, 小程序成长计划), 第三方大模型, 大模型接入, 大模型调用, LLM API, chatbot, AI 助手, AI agent, 智能体, AG-UI, LangGraph, LangChain. Ops (巡检, 诊断, health check, 日志, troubleshooting). Spec workflow (需求文档, 技术方案, requirements, tasks.md).

tencentcloudbase avatartencentcloudbase
获取
dig-through-data-brokers

dig-through-data-brokers

22research-knowledge

Use people-search aggregators and primary public records to find addresses, phone numbers, relatives, age and background on a person, and to audit and remove your own exposure. Covers Spokeo, BeenVerified, Whitepages, TruePeopleSearch, FastPeopleSearch, That'sThem, Radaris, Intelius and Pipl, plus voter files and county court and property records. Use when running a people search or reverse address lookup, tracing a debtor or missing person, building a subject's address history, or removing yourself from broker sites. Applies to skip tracing and debt recovery, asset investigation, executive protection, and personal exposure audits. Explains the FCRA limits that bar broker data from employment, tenancy, insurance and credit decisions, and the GDPR position. Reference at useosint.com/skills/dig-through-data-brokers.

useosint avataruseosint
获取