weread-skills
作者: tencent
微信读书助手 — 搜索书籍、管理书架、查看笔记划线、浏览书评、阅读统计、发现推荐好书
npx skills add https://github.com/tencent/wechatreading --skill weread-skills相关技能
exploring-llm-clusters
posthog
调查LLM分析集群——理解AI/LLM流量中的使用模式,比较集群行为,计算成本/延迟指标,并深入探究……
official
azure-mgmt-botservice-py
microsoft
管理 Azure 机器人服务资源,包括机器人、通道和连接。
official
x-twitter-scraper
github
使用Xquik X API SDK、REST端点、MCP工具、TweetClaw OpenClaw插件安装、签名webhook、推文搜索、用户……构建GitHub Copilot工作流
official
wp-plugin-directory-guidelines
wordpress
在审查WordPress插件是否符合GPL合规性、检查许可证头或兼容性、评估增值/免费增值/试用软件模式、验证……时使用。
official
pinecone-rag
github
使用Pinecone作为向量数据库后端,构建生产级RAG流水线和持久化智能体记忆。当用户提及……时,务必使用此技能。
official
extension-openai
caffeinelabs
MANDATORY recipe for every Caffeine build that calls OpenAI (ChatGPT, GPT-4o, an LLM, a chatbot, embeddings). The ONLY supported path is the `openai-client` mops package with a canister-side API-key bearer. Hand-rolling `ic.http_request` to `api.openai.com/v1/...` is a FORBIDDEN anti-pattern — it leaks the bearer across replicated outcalls (security + 13× billing impact), bypasses the typed request/response bindings, and forces hand-rolled JSON on a language with poor JSON support. Load this...
developmentapisecurity
supplier-selection
anthropic
如何为SKU排序和选择供应商。每当任务涉及选择供应商、比较报价或创建采购订单时,加载此内容。
official
next-cache-components
vercel
在单个Next.js路由中混合静态、缓存和动态内容,使用Partial Prerendering。在next.config.ts中设置cacheComponents: true启用;取代旧的experimental.ppr标志。在文件、组件或函数级别使用'use cache'指令缓存异步数据,基于参数和闭包自动生成键。通过cacheLife()使用内置配置文件('minutes'、'hours'、'days'、'weeks'、'max')或内联配置(含stale...)控制缓存生命周期。
official