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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,705
总 Skills
169.2M
总安装量
2,752
贡献者
# Skill 仓库 描述 安装量
11151 openclaw-self-healing ramsbaby/openclaw-self-healing
OpenClaw Self-Healing System "The system that heals itself — or calls for help when it can't." A 4-tier autonomous self-healing system for OpenClaw Gateway. Architecture Level 1: Watchdog (180s) → Process monitoring (OpenClaw built-in) Level 2: Health Check (300s) → HTTP 200 + 3 retries Level 3: Claude Recovery → 30min AI-powered diagnosis 🧠 Level 4: Discord Alert → Human escalation What's Special (v2.0) World's first Claude Code as Level 3 emergency doctor Persistent Learning - Au...
895
11152 r19-iannuttall-claude-agents-seo aradotso/marketing-skills
📈 SEO & Content Marketing Skills Suite Skill by ara.so — Marketing Skills collection. AI agent skill suite for SEO and content marketing workflows derived from iannuttall/claude-agents . Provides 10 specialized commands and 5 multi-step workflows with structured output for keyword research, content audits, technical SEO, competitor analysis, and content strategy. What This Suite Does This skill suite equips AI agents with professional SEO and content marketing capabilities: Keyword Research — cl...
895
11153 best-minds ceeon/best-minds
Best Minds "Don't think of LLMs as entities but as simulators." — Andrej Karpathy 核心 不要问 AI "你怎么看"。 要问:这个问题,世界上谁最懂?TA 会怎么说? 然后模拟那个人。 原则 问题决定人数 — 一个人够就一个,需要碰撞才多个 找真正最懂的 — 不是找"合适的",是找"最强的" 基于真实 — 模拟要基于 TA 公开的思想、著作、言论 引用原话 — 尽可能用 TA 说过的话 vs ai-coaches ai-coaches best-minds 从 13 个预设智者选 从全世界找 基于关键词匹配 基于问题本质
895
11154 best-minds agentchengfeng/best-minds
Best Minds "Don't think of LLMs as entities but as simulators." — Andrej Karpathy 核心 不要问 AI "你怎么看"。 要问:这个问题,世界上谁最懂?TA 会怎么说? 然后模拟那个人。 原则 问题决定人数 — 一个人够就一个,需要碰撞才多个 找真正最懂的 — 不是找"合适的",是找"最强的" 基于真实 — 模拟要基于 TA 公开的思想、著作、言论 引用原话 — 尽可能用 TA 说过的话 vs ai-coaches ai-coaches best-minds 从 13 个预设智者选 从全世界找 基于关键词匹配 基于问题本质
895
11155 developer-marketing-jobs-board aradotso/marketing-skills
Developer Marketing Jobs Board Skill by ara.so — Marketing Skills collection. This project is a curated, daily-updated job board featuring Developer Advocate, DevRel, technical writing, developer marketing, community, and documentation roles at devtool companies. Jobs are pulled directly from company ATS feeds every night via GitHub Actions, eliminating aggregator noise and reposts. What It Does Automated Job Aggregation : Pulls jobs nightly from company career pages using their ATS feeds Catego...
894
11156 wechatpay-basic-payment wechatpay-apiv3/wechatpay-skills
微信支付基础支付 & 合单支付接入指引 全局交互规范 ‼️ 以下规则适用于本技能所有能力、所有对话轮次,优先级高于各能力的局部规则。 所有问题必须得到用户明确回答后才能继续。 如果一次提出了多个问题,必须逐一检查每个问题是否都已获得用户的明确答复。对于未回答的问题,必须再次追问, 严禁对未回答的问题自行假设、推断或使用默认值 。 接入模式前置确认 :任何能力使用前须先确认 商户模式 或 服务商模式 ,已明确则无需重复。两种模式的核心差异见 → 📄 接入模式说明.md 。 分步确认协议 (简单知识问答除外,需要帮用户排查、分析或执行操作时必须遵守): ① 明确需求 :先理解用户问题,给出初步判断或原因分析,不要一上来就堆参数清单。 ② 征得同意 :主动提出下一步能做什么, 等用户明确同意后 才继续,严禁用户没表态就开始收集参数或执行操作。 ③ 收集信息 :用户同意后再告知需要哪些信息并逐项收集,收齐才能执行。 ④ 执行前确认 :准备执行操作前,简要说明即将做什么,确认用户同意后再执行;涉及线上环境须额外提示风险。 能力概览 产品选型 — 根据场景推荐支付方式(JSAPI/APP/H5/N...
894
11157 swap-curve-strategy anthropics/financial-services-plugins
Swap Curve Strategy Analysis You are an expert rates strategist specializing in swap curve analysis. Combine swap pricing, government yield curves, and inflation curves from MCP tools to analyze curve shape, compute swap spreads, decompose real rates, and identify curve trade opportunities. Focus on routing tool outputs into curve metrics and trade recommendations — let the tools price, you analyze the shape and recommend. Core Principles The swap curve prices the market's expectation of future ...
894
11158 remind-me sundial-org/awesome-openclaw-skills
Remind Me Natural language reminders that fire automatically. Uses cron for scheduling, markdown for logging. Usage One-Time Reminders Just ask naturally: "Remind me to pay for Gumroad later today" "Remind me to call mom tomorrow at 3pm" "Remind me in 2 hours to check the oven" "Remind me next Monday at 9am about the meeting" Recurring Reminders For repeating reminders: "Remind me every hour to stretch" "Remind me every day at 9am to check email" "Remind me every Monday at 2pm about the meeting"...
894
11159 elevenlabs digitalsamba/claude-code-video-toolkit
ElevenLabs Audio Generation Requires ELEVENLABS_API_KEY in .env . Text-to-Speech from elevenlabs . client import ElevenLabs from elevenlabs import save , VoiceSettings import os client = ElevenLabs ( api_key = os . getenv ( "ELEVENLABS_API_KEY" ) ) audio = client . text_to_speech . convert ( text = "Welcome to my video!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , model_id = "eleven_multilingual_v2" , voice_settings = VoiceSettings ( stability = 0.5 , similarity_boost = 0.75 , style = 0.5 , speed = 1....
894
11160 tencent-docs zrong/skills
腾讯文档 MCP 使用指南 腾讯文档 MCP 提供了一套完整的在线文档操作工具,支持创建、查询、编辑多种类型的在线文档。 📚 详细参考文档 如需查看每个工具的详细调用示例、参数说明和返回值说明,请参考: references/api_references.md - 包含所有工具的完整调用示例、参数说明、返回值说明及 API 结构、枚举值说明 references/smartsheet_references.md - 智能表格(SmartSheet)专项参考文档,包含字段类型枚举、字段值格式参考、典型工作流示例及所有 smartsheet.* 工具的详细说明 references/smartcanvas_references.md - 智能文档(SmartCanvas)专项参考文档,包含元素类型说明、富文本格式枚举、典型工作流示例及所有 smartcanvas.* 工具的详细说明 ⚙️ 配置要求 根据你所使用的环境,选择对应的配置方式: ✅ 场景一:CodeBuddy / 其他 IDE(推荐) 无需额外安装 ,在 IDE 的 MCP 配置中添加腾讯文档服务即可直接使用。 配置步骤: 访问...
893
11161 seo-content-marketing-command-suite aradotso/marketing-skills
SEO & Content Marketing Command Suite Skill by ara.so — Marketing Skills collection. This skill suite provides 10 specialized SEO commands and 5 multi-step workflows for keyword research, content audits, technical SEO, competitor analysis, and content strategy. Built on the Claude Command Suite framework with structured output, progress tracking, and actionable recommendations. What This Does Keyword Research — cluster keywords, score opportunities, map search intent Content Audits — detect qual...
893
11162 malware-detection-security-awareness aradotso/security-skills
Malware Detection & Security Awareness Skill by ara.so — Security Skills collection. ⚠️ Critical Security Warning This repository is a malware distribution vector disguised as legitimate software. The project "MistDuckCount/Bitdefender-Total-Security-Crack-2026" exhibits multiple indicators of malicious intent and should NOT be downloaded, executed, or trusted. Threat Indicators 1. Deceptive Naming & Branding Uses "Crack" in the title, indicating pirated software Impersonates legitimate Bitdefen...
893
11163 docx ailabs-393/ai-labs-claude-skills
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
893
11164 email-marketing-bible-skill aradotso/marketing-skills
Email Marketing Bible Skill Skill by ara.so — Marketing Skills collection. This skill transforms Claude into an email marketing expert with access to 68,000 words of research, 908 sources, 4,798 insights from 44 expert contributors, and 19 industry-specific playbooks. Built by George Hartley (founder of SmartrMail, 28,000 customers). What This Skill Provides The Email Marketing Bible is a comprehensive knowledge base covering: Strategy & Automation : Welcome series, abandoned cart, post-purchase...
892
11165 ai-traffic-tracking kostja94/marketing-skills
Analytics: AI Traffic Guides tracking of AI-driven search traffic in Google Analytics 4 and Google Search Console. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope AI search traffic : Track in GA4 and GSC; separate AI sources from organic referral Google AI Overviews : AI summary box in Google search (formerly SGE) AI...
892
11166 rebranding-strategy kostja94/marketing-skills
Strategy: Rebranding Guides rebranding execution: domain change, 301 redirects, migration checklist, and communication (social media, internal). Plan for months, not days or weeks. See domain-selection for initial domain choice; domain-architecture for domain structure decisions; multi-domain-brand-seo when multiple domains coexist. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or w...
892
11167 vercel-labs-emulate aradotso/trending-skills
vercel-labs/emulate Skill by ara.so — Daily 2026 Skills collection. emulate provides fully stateful, production-fidelity local HTTP servers that replace Vercel, GitHub, and Google APIs. Designed for CI pipelines and no-network sandboxes — not mocks, real in-memory state with proper pagination, OAuth, webhooks, and cascading deletes. Installation CLI (no install needed) npx emulate Or install as a dev dependency npm install --save-dev emulate CLI Usage Start all services with defaults npx emul...
891
11168 caveman frankify-app/skills
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"...
891
11169 quant-analyst sickn33/antigravity-awesome-skills
Quantitative Analyst Purpose Provides expertise in quantitative finance, algorithmic trading strategies, and financial data analysis. Specializes in statistical modeling, risk analytics, and building data-driven trading systems using Python scientific computing stack. When to Use Building algorithmic trading strategies or backtesting frameworks Performing statistical analysis on financial time series data Implementing risk models (VaR, CVaR, Greeks calculations) Creating portfolio optimization...
890
11170 pptx davila7/claude-code-templates
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
890
11171 agent-orchestration-multi-agent-optimize sickn33/agentic-awesome-skills
Multi-Agent Optimization Toolkit Use this skill when Improving multi-agent coordination, throughput, or latency Profiling agent workflows to identify bottlenecks Designing orchestration strategies for complex workflows Optimizing cost, context usage, or tool efficiency Do not use this skill when You only need to tune a single agent prompt There are no measurable metrics or evaluation data The task is unrelated to multi-agent orchestration Instructions Show more Installs 6 Repository sickn33/agen...
889
11172 article-page-generator kostja94/marketing-skills
Pages: Article (Single Post) Guides structure, SEO, and UX for individual article pages — one blog post, one guide, one piece of long-form content. Distinct from blog-page-generator , which covers the blog index/listing page. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Output workflow : Always output in order: 0. Resea...
889
11173 ultraqa yeachan-heo/oh-my-claudecode
[ULTRAQA ACTIVATED - AUTONOMOUS QA CYCLING] Overview You are now in ULTRAQA mode - an autonomous QA cycling workflow that runs until your quality goal is met. Cycle: qa-tester → architect verification → fix → repeat Goal Parsing Parse the goal from arguments. Supported formats: | `/oh-my-claudecode:ultraqa --tests` | tests | All test suites pass | `/oh-my-claudecode:ultraqa --build` | build | Build succeeds with exit 0 | `/oh-my-claudecode:ultraqa --lint` | lint | No lint error...
889
11174 claude-code-marketing-skills aradotso/marketing-skills
Claude Code Marketing Skills Skill by ara.so — Marketing Skills collection. Turn Claude Code, Cursor, Windsurf, or any MCP-compatible AI agent into a marketing analyst. This project provides 20+ marketing skills that let your AI audit SEO, analyze ads, research competitors, qualify leads, and more — all from your terminal. Free skills work immediately using web search and public data (no account needed). Premium skills connect to your Google Ads, Meta Ads, Search Console, Bing, LinkedIn, HubSpot...
888
11175 feishu-cli-msg riba2534/feishu-cli
飞书消息发送技能 通过 feishu-cli 发送飞书消息,支持多种消息类型和丰富的消息管理操作。 核心概念 消息架构 飞书消息 API 的 content 字段是一个 JSON 字符串 (不是 JSON 对象)。CLI 提供三种输入方式: 输入方式 参数 适用场景 快捷文本 --text "内容" 纯文本消息,最简单 内联 JSON --content '{"key":"val"}' 或 -c 简单 JSON,一行搞定 JSON 文件 --content-file file.json 复杂消息(卡片、富文本等) 优先级 : --text > --content > --content-file (同时指定时前者优先) 接收者类型 --receive-id-type 说明 示例 email 邮箱地址 user@example.com open_id Open ID ou_xxx user_id User ID xxx union_id Union ID on_xxx chat_id 群聊 ID oc_xxx 消息类型选择 决策树(Claude 未指定类型时自动选择) 默认优先使用 in...
888
11176 architecture-patterns sickn33/antigravity-awesome-skills
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
888
11177 rivetkit-client-rust rivet-dev/skills
RivetKit Rust Client Use this skill when building Rust clients that connect to Rivet Actors with rivetkit::client . Version RivetKit version: 2.3.7 First Steps Add the dependency cargo add rivetkit anyhow async-trait cargo add serde --features derive cargo add tokio --features full Create a client with Client::new(ClientConfig::new(endpoint)) and call typed actions with get_or_create_typed_default::<A>(...) . Error Handling Policy Show more Installs 843 Repository rivet-dev/skills GitHub Stars 1...
888
11178 deployer uniswap/uniswap-ai
CCA Deployment Deploy Continuous Clearing Auction (CCA) smart contracts using the ContinuousClearingAuctionFactory with CREATE2 for consistent addresses across chains. Runtime Compatibility: This skill uses AskUserQuestion for interactive prompts. If AskUserQuestion is not available in your runtime, collect the same parameters through natural language conversation instead. Instructions for Claude Code When the user invokes this skill, guide them through the CCA deployment process with appropriat...
888
11179 tech-stack-evaluator alirezarezvani/claude-skills
Technology Stack Evaluator A comprehensive evaluation framework for comparing technologies, frameworks, cloud providers, and complete technology stacks. Provides data-driven recommendations with TCO analysis, security assessment, ecosystem health scoring, and migration path analysis. Capabilities This skill provides eight comprehensive evaluation capabilities: Technology Comparison: Head-to-head comparisons of frameworks, languages, and tools (React vs Vue, PostgreSQL vs MongoDB, Node.js vs ...
888
11180 marketing-orchestrator-skill aradotso/marketing-skills
Marketing Orchestrator Skill Skill by ara.so — Marketing Skills collection What This Project Does The Marketing Orchestrator is a Claude skill that routes marketing requests to six specialist sub-skills: Brand Strategy & ICP, Ad Copy & Paid Media, Content Creation, Repurpose, Campaign Mode, and GitHub Deploy. It includes: Automatic routing based on user intent Client memory that persists across sessions Self-evaluation of outputs before delivery Revision loop that improves the skill over time fr...
887
11181 reddit-marketing-agent aradotso/marketing-skills
Reddit Marketing Agent Skill by ara.so — Marketing Skills collection. This skill enables AI coding agents to help developers use the Reddit Marketing Agent, a system for researching relevant Reddit threads, generating useful responses, and turning repeatable Reddit workflows into scalable growth operations. The agent identifies high-intent conversations across subreddits, drafts context-aware responses, and supports repeatable workflows for research and optimization. What It Does The Reddit Mark...
887
11182 feishu-cli-write riba2534/feishu-cli
飞书文档写入技能 创建或更新飞书云文档,通过 Markdown 作为中间格式。 支持 Mermaid/PlantUML 图表自动转飞书画板 。 快速创建空白文档 最简方式创建一个新的飞书云文档: feishu-cli doc create --title "文档标题" --output json 创建后 必须立即 : 授予 full_access 权限: feishu-cli perm add < document_id > --doc-type docx --member-type email --member-id user@example.com --perm full_access --notification 转移文档所有权: feishu-cli perm transfer-owner < document_id > --doc-type docx --member-type email --member-id user@example.com --notification 发送飞书消息通知用户文档已创建 核心概念 Markdown 作为中间态 :本地文档与飞书云文档之间通...
887
11183 pptx ailabs-393/ai-labs-claude-skills
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
887
11184 page-metadata kostja94/marketing-skills
SEO On-Page: Metadata (Other Meta Tags) Guides optimization of meta tags beyond title, description, Open Graph, and Twitter Cards. Covers hreflang, robots, viewport, charset, and metadata completeness. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (On-Page SEO) Hreflang : Language/region targeting for multilingual ...
887
11185 powersync powersync-ja/agent-skills
PowerSync Skills Best practices and expertise for building applications with PowerSync. Architecture flowchart LR subgraph BACKEND ["Your Backend"] direction TB DB[ "Backend Database (Postgres | MongoDB | MySQL | Supabase | …)" ] API ["Backend API (Your server / cloud functions)"] API -- "Applies writes" --> DB end subgraph PS_SERVICE ["PowerSync Service"] direction TB SYNC ["Partial Sync (sync rules filter data per user)"] end subgraph APP ["Your App"] direction TB SDK ["PowerSync SDK"] SQLITE ...
887
11186 marketing-selling-point-generator aradotso/marketing-skills
Marketing Selling Point Generator Skill by ara.so — Marketing Skills collection. Overview Marketing Selling Point Generator is a comprehensive tool designed to help product managers and marketers transform product features into compelling selling points. It uses a three-phase approach: Find (discover selling points), Define (prioritize them), and Write (create persuasive copy). The tool analyzes product attributes, competitive positioning, user feedback, and pain points to generate targeted mark...
886
11187 senior-data-scientist alirezarezvani/claude-skills
Senior Data Scientist World-class senior data scientist skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/experiment_designer.py --input data/ --output results/ Core Tool 2 python scripts/feature_engineering_pipeline.py --target project/ --analyze Core Tool 3 python scripts/model_evaluation_suite.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architec...
886
11188 crawl4ai-skill lancelin111/crawl4ai-skill
Crawl4AI Skill - Web Crawler & Scraper Web Crawling 网页爬虫 | Web Scraping 网页爬取 | LLM 优化输出 智能网页爬虫和爬取工具,支持搜索、全站爬取、动态页面抓取。Free web crawler and scraper with LLM-optimized Markdown output. 核心功能 | Core Features 🔍 Web Search 网页搜索 - DuckDuckGo search, 免 API key 🕷️ Web Crawling 网页爬虫 - Site crawler, spider, sitemap 识别 📝 Web Scraping 网页抓取 - Smart scraper, data extraction 📄 LLM-Optimized Output - Fit Markdown, 省 Token 80% ⚡ Dynamic Page Scraping - JavaScript 渲染页面爬取 快速开始 | Quick Start 安装 | Installation pip ins...
885
11189 capacitor-splash-screen cap-go/capgo-skills
Splash Screen in Capacitor Configure and customize splash screens for iOS and Android. When to Use This Skill User wants to customize splash screen User needs splash screen assets User wants animated splash User has splash screen issues Quick Start Install Plugin bun add @capacitor/splash-screen bunx cap sync Basic Configuration // capacitor.config.ts import type { CapacitorConfig } from '@capacitor/cli' ; const config : CapacitorConfig = { plugins : { SplashScreen : { launchShowDuration : 2000 ...
885
11190 pricing-page-generator kostja94/marketing-skills
Pages: Pricing Guides pricing page content, structure, and conversion optimization. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for product, audience, and pricing...
885
11191 llm-sentry-geo-marketing aradotso/marketing-skills
LLM Sentry GEO Marketing Skill Skill by ara.so — Marketing Skills collection. What This Project Does LLM Sentry is an automated monitoring and analysis platform for GEO (Generative Engine Optimization) . It tracks how AI search engines (DeepSeek, Doubao, Bocha) mention brands and analyze citation sources in their responses. The platform uses browser automation (Playwright) to simulate real user queries, extract AI responses, parse reference links, and calculate Share of Voice (SoV) metrics. Core...
884
11192 langgraph-code-review existential-birds/beagle
LangGraph Code Review When reviewing LangGraph code, check for these categories of issues. Critical Issues 1. State Mutation Instead of Return BAD - mutates state directly def my_node(state: State) -> None: state["messages"].append(new_message) Mutation! GOOD - returns partial update def my_node(state: State) -> dict: return {"messages": [new_message]} Let reducer handle it 2. Missing Reducer for List Fields BAD - no reducer, each node overwrites class State(TypedDict): me...
884
11193 projects railwayapp/railway-skills
LaunchDarkly Projects Setup You're using a skill that will guide you through setting up LaunchDarkly project management in a codebase. Your job is to explore the codebase to understand the stack and patterns, assess what approach makes sense, choose the right implementation path from the references, execute the setup, and verify it works. Prerequisites Choose one: LaunchDarkly API access token with projects:write permission LaunchDarkly MCP server configured in your environment Core Principles U...
884
11194 pinchtab pinchtab/pinchtab
Pinchtab Fast, lightweight browser control for AI agents via HTTP + accessibility tree. Security Note: Pinchtab runs entirely locally. It does not contact external services, send telemetry, or exfiltrate data. However, it controls a real Chrome instance — if pointed at a profile with saved logins, agents can access authenticated sites. Always use a dedicated empty profile and set BRIDGE_TOKEN when exposing the API. See TRUST.md for the full security model. Quick Start (Agent Workflow) The 30-sec...
884
11195 about-page-generator kostja94/marketing-skills
Pages: About Guides About page content, structure, and trust-building for company websites. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for company story, values,...
884
11196 sqlalchemy-orm bobmatnyc/claude-mpm-skills
SQLAlchemy ORM Skill progressive_disclosure: entry_point: summary: "Python SQL toolkit and ORM with powerful query builder and relationship mapping" when_to_use: - "When building Python applications with databases" - "When needing complex SQL queries with type safety" - "When working with FastAPI/Flask/Django" - "When needing database migrations (Alembic)" quick_start: - "pip install sqlalchemy" - "Define models with declarative base" - "Create engine and session" - "Query with select() and comm...
883
11197 codex-team boshu2/agentops
Codex Team The lead orchestrates, Codex agents execute. Each agent gets one focused task. The team lead prevents file conflicts before spawning — the orchestrator IS the lock manager. For Claude-runtime feature compatibility (agents/hooks/worktree/settings), use ../shared/references/claude-code-latest-features.md when this skill falls back to /swarm . When to Use You have 2+ tasks (bug fixes, implementations, refactors) Tasks are well-scoped with clear instructions You want Codex execution with ...
883
11198 workflow-runner jnmetacode/superpowers-zh
工作流执行器:在 AI 工具内运行多角色编排 直接在当前会话中执行 agency-orchestrator 的 YAML 工作流,无需配置 API key。当前 LLM 就是执行引擎——依次扮演每个角色完成任务。 适用场景 用户提供了一个 .yaml 工作流文件(如 运行 workflows/story-creation.yaml ) 用户要求多个角色协作完成任务(如"用产品经理和架构师一起评审这个 PRD") 用户安装了 agency-agents-zh 并希望直接在 AI 工具内编排多角色 执行流程(5 步) 按以下顺序执行,不要跳步: 第 1 步:解析工作流 用 Read 工具读取用户指定的 YAML 文件,提取以下字段: Show more Installs 493 Repository jnmetacode/supe…owers-zh GitHub Stars 5.2K First Seen Mar 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
883
11199 webhook-integration dodopayments/skills
Dodo Payments Webhook Integration Reference: docs.dodopayments.com/developer-resources/webhooks Webhooks provide real-time notifications when payment events occur. Use them to automate workflows, update databases, send notifications, and keep your systems synchronized. Quick Setup 1. Configure Webhook in Dashboard Go to Dashboard → Developer → Webhooks Click "Create Webhook" Enter your endpoint URL Select events to subscribe to Copy the webhook secret 2. Environment Variables DODO_PAYMENTS_WEBHO...
883
11200 tech-marketing-framework aradotso/marketing-skills
Tech Marketing Framework Skill by ara.so — Marketing Skills collection. A comprehensive marketing framework that turns Claude Code and Codex into a senior product marketer for technical audiences. Provides identity guidelines, content standards, template docs, and autonomous skills for content generation, messaging workshops, and campaign optimization. What It Does This project provides: Identity and voice guidelines that prioritize technical accuracy over marketing fluff Content guidelines with...
882