灵感菇

AI 技能的自然生态,你的一句话,蔓延出无限连接。

搜索结果

全部能力

找到 4777 个相关结果 / 通用助手

通用助手 / 编排推荐

shopify-customer

shopify-customer

3.1K

The Customer Account API allows customers to access their own data including orders, payment methods, and addresses.

Stars 0
uiauthapillm

通用助手 / 编排推荐

clickhouse-best-practices

clickhouse-best-practices

3.0K

MUST USE when reviewing ClickHouse schemas, queries, or configurations. Contains 31 rules that MUST be checked before providing recommendations. Always read…

Stars 429
designuidatabaserag

通用助手 / 编排推荐

plankton-代码质量

plankton-code-quality

3.0K

使用 Plankton 实现写入时代码质量强制执行——通过钩子在每次文件编辑时自动格式化、代码检查以及基于 Claude 的修复。

Stars 0
uidockersecurityaudit

通用助手 / 编排推荐

ontology

ontology

3.0K

Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking…

Stars 599
agentontologytypedknowledge

通用助手 / 编排推荐

项目规划器

project-planner

3.0K

将复杂项目分解为可执行的任务,包含时间线、依赖关系和里程碑。适用场景:项目规划、任务拆解、里程碑定义、时间估算、依赖管理,或当用户提及项目规划、路线图、工作分解或任务估算时。

Stars 110,515
uillmprojectplanner

通用助手 / 编排推荐

gen-paylink-govilo

gen-paylink-govilo

3.0K

Upload files to Govilo and generate unlock links via Bot API. Use when: (1) Creating a Govilo unlock link from a ZIP, folder, or individual files, (2) Automating file upload to Govilo R2 storage with presigned URLs, (3) Managing Govilo Bot API interactions (presign → upload → create item). Requires GOVILO_API_KEY and SELLER_ADDRESS env vars. If missing, guides user to register at https://govilo.xyz/.

Stars 1
uiapiragprompt

通用助手 / 编排推荐

智能体评估

agent-eval

3.0K

在自定义任务上对编程智能体(Claude Code、Aider、Codex 等)进行正面对比,涵盖通过率、成本、耗时与一致性指标

Stars 0
performanceagentagentseval

通用助手 / 编排推荐

蓝图

blueprint

3.0K

将单行目标转化为多会话、多智能体工程项目的分步构建计划。每个步骤均包含独立的上下文摘要,以便全新智能体能够直接从零开始执行。包含对抗性审查关卡、依赖关系图、并行步骤检测、反模式目录以及计划变更协议。触发条件:用户为复杂的多PR任务请求计划、蓝图或路线图,或描述需要多个会话才能完成的工作。不触发条件:任务可在单个PR或不足3次工具调用内完成,或用户表示“直接做”。

Stars 0
designuiauditauth

通用助手 / 编排推荐

内存搜索

mem-search

2.9K

搜索 claude-mem 的跨会话持久化记忆数据库。当用户询问“我们之前解决过这个问题吗?”、“上次我们是怎么做 X 的?”,或者需要调用之前的工作成果时使用。

Stars 76,057
databasepromptworkflowmem

通用助手 / 编排推荐

库存需求计划

inventory-demand-planning

2.8K

为多门店零售商提供需求预测、安全库存优化、补货计划和促销增量估算的体系化专业知识。由拥有 15 年以上数百个 SKU 管理经验的需求计划专家总结而成。涵盖预测方法选择、ABC/XYZ 分析、季节性转换管理和供应商谈判框架。适用于需求预测、设定安全库存、规划补货、管理促销活动或优化库存水平。

Stars 0
uiperformanceauditapi

通用助手 / 编排推荐

openclaw-backup

openclaw-backup

2.8K

Encrypted backup and restore for OpenClaw Agent workspace files (SOUL.md, MEMORY.md, IDENTITY.md, AGENTS.md, TOOLS.md). Uses tar + openssl (AES-256-CBC) encryption and soul-upload.com API. Auto-generates a new random password for each backup (DO NOT reuse passwords). Use when the user needs to: (1) Back up or upload agent workspace files, (2) Restore or download a previous backup, (3) Delete a backup from remote storage, or (4) Manage encrypted agent persistence.

Stars 0
uiapiragagent

通用助手 / 编排推荐

screenshot

screenshot

2.8K

Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture…

Stars 19,206
uxplaywrightpromptagent

通用助手 / 编排推荐

apify-潜在客户开发

apify-lead-generation

2.8K

通过抓取 Google Maps、网站、Instagram、TikTok、Facebook、LinkedIn、YouTube 和 Google Search 生成 B2B/B2C 潜在客户。当用户要求寻找潜在客户时使用,…

Stars 0
uiapiagentworkflow

通用助手 / 编排推荐

数据抓取智能体

data-scraper-agent

2.8K

为任意公开数据源(招聘网站、价格、新闻、GitHub、体育赛事等)构建一个全自动的 AI 驱动数据采集智能体。支持按计划定时抓取……

Stars 0
designuiplaywrightsecurity

通用助手 / 编排推荐

golang性能

golang-performance

2.8K

Golang 性能优化模式与方法论 - 若遇 X 瓶颈,则采用 Y 方案。涵盖减少内存分配、CPU 效率、内存布局、GC……

Stars 1,698
uiperformanceagentagents

通用助手 / 编排推荐

n8n 表达式语法

n8n-expression-syntax

2.8K

n8n-expression-syntax — 一项可安装的 AI 代理技能,由 czlonkowski/n8n-skills 发布。

Stars 0
agentagentsn8nexpression

通用助手 / 编排推荐

Go 语言错误处理

golang-error-handling

2.8K

地道的 Golang 错误处理——创建、使用 %w 包装、errors.Is/As、errors.Join、自定义错误类型、哨兵错误、panic/recover、单一……

Stars 1,698
uiauditagentagents

通用助手 / 编排推荐

ADK 开发指南

adk-dev-guide

2.8K

始终活跃 — 在任何 ADK 智能体开发会话开始时阅读。ADK 开发生命周期与强制编码规范 — 规范驱动工作流、代码保留规则、模型选择与故障排查。

Stars 0
designuiagentagents

通用助手 / 编排推荐

跨平台发布

crosspost

2.8K

跨 X、LinkedIn、Threads 和 Bluesky 的多平台内容分发。使用 content-engine 模式针对各平台适配内容。绝不发布完全相同的…

Stars 0
uiauthapirag

通用助手 / 编排推荐

交易

trade

2.8K

在 Base 或 Polygon 上兑换或交易代币。当您或用户想要交易、兑换、交换、买入、卖出或在 USDC、ETH 和 POL 等代币之间进行转换时使用。……

Stars 0
uiauthapiagent

26 / 239