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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,096
总 Skills
59.3M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
1901 golang-code-style samber/cc-skills-golang
Community default. A company skill that explicitly supersedes samber/cc-skills-golang@golang-code-style skill takes precedence. Go Code Style Style rules that require human judgment — linters handle formatting, this skill handles clarity. For naming see samber/cc-skills-golang@golang-naming skill; for design patterns see samber/cc-skills-golang@golang-design-patterns skill; for struct/interface design see samber/cc-skills-golang@golang-structs-interfaces skill. "Clear is better than clever." — G...
3K
1902 n8n-expression-syntax czlonkowski/n8n-skills
n8n Expression Syntax Expert guide for writing correct n8n expressions in workflows. Expression Format All dynamic content in n8n uses double curly braces: {{expression}} Examples: ✅ {{$json.email}} ✅ {{$json.body.name}} ✅ {{$node["HTTP Request"].json.data}} ❌ $json.email (no braces - treated as literal text) ❌ {$json.email} (single braces - invalid) Core Variables $json - Current Node Output Access data from the current node: {{$json.fieldName}} {{$json['field with spaces']}} {{$jso...
3K
1903 click-path-audit affaan-m/everything-claude-code
/click-path-audit — Behavioural Flow Audit Find bugs that static code reading misses: state interaction side effects, race conditions between sequential calls, and handlers that silently undo each other. The Problem This Solves Traditional debugging checks: Does the function exist? (missing wiring) Does it crash? (runtime errors) Does it return the right type? (data flow) But it does NOT check: Does the final UI state match what the button label promises? Does function B silently undo what funct...
3K
1904 ci-cd-and-automation addyosmani/agent-skills
CI/CD and Automation Overview Automate quality gates so that no change reaches production without passing tests, lint, type checking, and build. CI/CD is the enforcement mechanism for every other skill — it catches what humans and agents miss, and it does so consistently on every single change. Shift Left: Catch problems as early in the pipeline as possible. A bug caught in linting costs minutes; the same bug caught in production costs hours. Move checks upstream — static analysis before tests, ...
3K
1905 pptx-generator minimax-ai/skills
PPTX Generator & Editor Overview This skill handles all PowerPoint tasks: reading/analyzing existing presentations, editing template-based decks via XML manipulation, and creating presentations from scratch using PptxGenJS. It includes a complete design system (color palettes, fonts, style recipes) and detailed guidance for every slide type. Quick Reference Task Approach Read/analyze content python -m markitdown presentation.pptx Edit or create from template See Editing Presentations Create from...
3K
1906 browser-qa affaan-m/everything-claude-code
Browser QA — Automated Visual Testing & Interaction When to Use After deploying a feature to staging/preview When you need to verify UI behavior across pages Before shipping — confirm layouts, forms, interactions actually work When reviewing PRs that touch frontend code Accessibility audits and responsive testing How It Works Uses the browser automation MCP (claude-in-chrome, Playwright, or Puppeteer) to interact with live pages like a real user. Phase 1: Smoke Test 1. Navigate to target URL 2. ...
3K
1907 golang-performance samber/cc-skills-golang
Persona: You are a Go performance engineer. You never optimize without profiling first — measure, hypothesize, change one thing, re-measure. Thinking mode: Use ultrathink for performance optimization. Shallow analysis misidentifies bottlenecks — deep reasoning ensures the right optimization is applied to the right problem. Modes: Review mode (architecture) — broad scan of a package or service for structural anti-patterns (missing connection pools, unbounded goroutines, wrong data structures). Us...
3K
1908 chat-sdk vercel/chat
Chat SDK Unified TypeScript SDK for building chat bots across Slack, Teams, Google Chat, Discord, GitHub, and Linear. Write bot logic once, deploy everywhere. Critical: Read the bundled docs The chat package ships with full documentation in node_modules/chat/docs/ and TypeScript source types. Always read these before writing code: node_modules/chat/docs/ Full documentation (MDX files) node_modules/chat/dist/ Built types (.d.ts files) Key docs to read based on task: docs/get...
3K
1909 nextjs-react-typescript mindrally/skills
Next.js React TypeScript You are an expert in TypeScript, Node.js, Next.js App Router, React, Shadcn UI, Radix UI and Tailwind. Code Style and Structure Write concise, technical TypeScript code with accurate examples Employ functional and declarative programming patterns; steer clear of classes Prioritize iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasError) Organize files: exported component, subcomponents, helpers, ...
3K
1910 stock-analysis claude-office-skills/skills
Stock Analysis (v5.0) Analyze US stocks and cryptocurrencies using Yahoo Finance data. Includes portfolio management, crypto support, and periodic analysis. Quick Start IMPORTANT: Pass ONLY the stock ticker symbol(s) as arguments. Do NOT add extra text, headers, or formatting in the command. Analyze a single ticker: uv run { baseDir } /scripts/analyze_stock.py AAPL uv run { baseDir } /scripts/analyze_stock.py MSFT --output json Compare multiple tickers: uv run { baseDir } /scripts/analyze_stock....
3K
1911 tiktok-marketing claude-office-skills/skills
TikTok Marketing Comprehensive TikTok marketing skill covering content strategy, video creation workflows, posting optimization, and analytics tracking. Integrates with n8n automation for scalable content production. Overview This skill enables: Content strategy development for TikTok AI-powered video script generation Automated posting workflows Hashtag and trend optimization Performance analytics and reporting Content Strategy Framework 1. Content Pillars (4-6 pillars recommended) content_pill...
3K
1912 fp-check trailofbits/skills
False Positive Check When to Use "Is this bug real?" or "is this a true positive?" "Is this a false positive?" or "verify this finding" "Check if this vulnerability is exploitable" Any request to verify or validate a specific suspected bug When NOT to Use Finding or hunting for bugs ("find bugs", "security analysis", "audit code") General code review for style, performance, or maintainability Feature development, refactoring, or non-security tasks When the user explicitly asks for a quick scan w...
3K
1913 agentic-actions-auditor trailofbits/skills
Agentic Actions Auditor Static security analysis guidance for GitHub Actions workflows that invoke AI coding agents. This skill teaches you how to discover workflow files locally or from remote GitHub repositories, identify AI action steps, follow cross-file references to composite actions and reusable workflows that may contain hidden AI agents, capture security-relevant configuration, and detect attack vectors where attacker-controlled input reaches an AI agent running in a CI/CD pipeline. Whe...
3K
1914 playwright-skill testdino-hq/playwright-skill
IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below. Replace $SKILL_DIR with the actual discovered path. Common installation paths: Plugin system: ~/.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill Manual global: ~/.claude/skills/playwri...
3K
1915 elite-powerpoint-designer willem4130/claude-code-skills
Transform content into world-class presentations with the design quality of Apple keynotes, Microsoft product launches, and Google I/O. This skill applies 2024-2025 presentation design trends and brand-level consistency to create stunning, professional slide decks. Core Design Philosophy Principles: - Minimalism First - Remove everything that doesn't serve a clear purpose - Bold & Clear - Large typography, high contrast, confident colors - Visual Hierarchy - Guide attention through size, c...
3K
1916 gen-paylink-govilo hau823823/gen-paylink-govilo
Govilo To Go Turn any file into a paid unlock link — one command to package, upload, and collect crypto payments. The last mile of automation: from creation to monetization. Before Running Always ask the user for these values before executing the CLI — never guess or use placeholders: title — What is the product name? price — How much to charge (in USDC)? description — Short description of the product (optional, but always ask) CLI Command Requires uv . See references/setup-guide.md for install ...
3K
1917 image-generation supercent-io/skills-template
Image Generation via MCP AI image generation skill via MCP. Use Gemini models or compatible services to generate high-quality images for marketing, UI, and presentations. When to use this skill Marketing assets : Hero images, banners, social media content UI/UX design : Placeholder images, icons, illustrations Presentations : Slide backgrounds, product visualizations Brand consistency : Generate images based on a style guide Instructions Step 1: Configure MCP Environment Check MCP server config...
3K
1918 lark-mcp whatevertogo/feishuskill
Lark MCP (飞书集成) ⚠️ 必读:前5条关键规则 + 重要经验 重要经验:使用用户身份创建资源 ⭐ 关键:使用 useUAT: true 创建用户可访问的资源 useUAT: true ✅ 用户身份 - 创建者=当前用户,您可以直接访问 useUAT: false ❌ 租户身份 - 创建者=飞书助手,您无法直接访问 经验总结(来自实际测试): Bitable 创建权限问题 - 使用 useUAT: false 创建的 Base,创建者是"飞书助手",当前用户无法访问 外部邮箱权限限制 - 通过 API 添加外部邮箱权限会失败(错误码 1063001) 解决方案 - 使用 useUAT: true 创建资源,创建者自动获得 full_access 权限 文档权限 - 同样适用,使用用户身份创建文档 1. 服务器名称必须精确 ✅ mcp__lark-mcp__tool_name ❌ mcp__lark_mcp__ (错误:下划线) ❌ lark-mcp__ (错误:缺少前缀) 2. 嵌套参数结构 path: URL路径参数(必...
3K
1919 self-learning philschmid/self-learning-skill
Self-Learning Skill Generator Autonomously research and learn new technologies from the web, then generate a reusable skill. Usage /learn <topic> If <topic> is missing, show usage. If topic is ambiguous, ask to clarify: "react" → "React for web, React Native, or a specific library like react-query?" "apollo" → "Apollo GraphQL client, Apollo Server, or Apollo Federation?" "aws" → "Which AWS service? (S3, Lambda, DynamoDB, etc.)" Normalize to kebab-case for filenames. 2. Discover Sources (Web Sear...
3K
1920 claude-brainrot marks97/claude-brainrot
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. Claude Brainrot Drop the right meme at the right moment. Autonomous-only — Claude decides when, never the user. No slug arguments, no manual invocation. The skill content preamble loaded into your context shows Base directory for this skill: <SKILL_DIR> . Use that as the base for all path resolution. The catalogue is at <SKILL_DIR>/catalogue.json with two po...
3K
1921 wechat-article-extractor freestylefly/wechat-article-extractor-skill
WeChat Article Extractor Extract metadata and content from WeChat Official Account (微信公众号) articles. Capabilities Parse WeChat article URLs ( mp.weixin.qq.com ) Extract article metadata: title, author, description, publish time Extract account info: name, avatar, alias, description Get article content (HTML) Get cover image URL Support multiple article types: post, video, image, voice, text, repost Handle various error cases: deleted content, expired links, access limits Usage Basic Extraction f...
3K
1922 api-designer jeffallan/claude-skills
API Designer Senior API architect with expertise in designing scalable, developer-friendly REST and GraphQL APIs with comprehensive OpenAPI specifications. Role Definition You are a senior API designer with 10+ years of experience creating intuitive, scalable API architectures. You specialize in REST design patterns, OpenAPI 3.1 specifications, GraphQL schemas, and creating APIs that developers love to use while ensuring performance, security, and maintainability. When to Use This Skill Desi...
3K
1923 relight runcomfy-com/skills
Relight Change how a still is lit — direction, color temperature, intensity, mood — without redoing the shot. This skill routes to Qwen Edit 2509's dedicated relight LoRA when a purpose-built relighting endpoint matters, and to identity-preserving edit endpoints when prose lighting language is enough. runcomfy.com · Qwen Edit relight · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy/cli --version 2. Sign in runc...
2.9K
1924 svelte5-best-practices ejirocodes/agent-skills
$ npx skills add https://github.com/ejirocodes/agent-skills --skill svelte5-best-practices<div
2.9K
1925 dbs-slowisfast dontbesilent2025/dbskill
dbs-slowisfast:慢就是快 你是 dontbesilent 的慢方法诊断 AI。你的任务是帮用户在他正在做的事情里,找到那些「看起来更慢,但长期更快」的方法。 你不鼓吹慢。你帮人找到值得慢做的地方。 大部分事情应该快做,只有少数事情值得慢做。你的工作是帮用户区分这两类。 核心逻辑:慢方法 → 摩擦 → 判断 → 资产 → 复利。 如果一个慢方法不能产生可复利的资产,那它就只是慢。 核心哲学 公理 1:摩擦是信息 当你用工具绕开摩擦,你同时绕开了藏在摩擦里的信号。手动做一件事的过程中,你会被迫对每一步做判断——这个重要吗?这个结构为什么是这样?这种判断的积累,才是洞察的来源。快方法丢失的,恰恰是摩擦本身。 公理 2:短期的容易就是长期的痛苦 因为觉得 Claude Code 复杂所以选择其他工具,因为觉得做矩阵买手机办卡太麻烦所以选择一机多开——都是一回事。短期选了容易的路,长期反而更痛苦。创业者最常犯的错误不是选了慢方法,是选了看起来快但长期反噬的方法。 公理 3:资产是复利的基础 稳定产出的秘密不是 AI 技术本身,而是能够系统化地调用过去积累的所有资产。没有积累,AI ...
2.9K
1926 logging-best-practices boristane/agent-skills
Logging Best Practices Skill Version: 1.0.0 Purpose This skill provides guidelines for implementing effective logging in applications. It focuses on wide events (also called canonical log lines) - a pattern where you emit a single, context-rich event per request per service, enabling powerful debugging and analytics. When to Apply Apply these guidelines when: Writing or reviewing logging code Adding console.log, logger.info, or similar Designing logging strategy for new services Setting up...
2.9K
1927 youtube-downloader composiohq/awesome-claude-skills
YouTube Video Downloader Download YouTube videos with full control over quality and format settings. Quick Start The simplest way to download a video: python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID" This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/. Options Quality Settings Use -q or --quality to specify video quality: best (default): Highest quality available 1080p: Full HD 720p: HD 480p: Standard definition 360p: Lower qua...
2.9K
1928 git-workflow-and-versioning addyosmani/agent-skills
Git Workflow and Versioning Overview Git is your safety net. Treat commits as save points, branches as sandboxes, and history as documentation. With AI agents generating code at high speed, disciplined version control is the mechanism that keeps changes manageable, reviewable, and reversible. When to Use Always. Every code change flows through git. Core Principles Trunk-Based Development (Recommended) Keep main always deployable. Work in short-lived feature branches that merge back within 1-3 da...
2.9K
1929 golang-error-handling samber/cc-skills-golang
Persona: You are a Go reliability engineer. You treat every error as an event that must either be handled or propagated with context — silent failures and duplicate logs are equally unacceptable. Modes: Coding mode — writing new error handling code. Follow the best practices sequentially; optionally launch a background sub-agent to grep for violations in adjacent code (swallowed errors, log-and-return pairs) without blocking the main implementation. Review mode — reviewing a PR's error handling ...
2.9K
1930 alloydb-basics google/skills
AlloyDB Basics AlloyDB for PostgreSQL is a managed, PostgreSQL-compatible database service designed for enterprise-grade performance and availability. It utilizes a disaggregated compute and storage architecture to scale resources independently. It also provides AlloyDB AI, a collection of features that includes AI-powered search (vector, hybrid search, and AI functions), natural language capabilities, conversational analytics, and inference features like forecasting and model endpoint managemen...
2.9K
1931 project-planner shubhamsaboo/awesome-llm-apps
Project Planner You are an expert project planner who breaks down complex projects into achievable, well-structured tasks. When to Apply Use this skill when: Defining project scope and deliverables Creating work breakdown structures (WBS) Identifying task dependencies Estimating timelines and effort Planning milestones and phases Allocating resources Risk assessment and mitigation Planning Process 1. Define Success What is the end goal? What are the success criteria? What defines "done"? What ar...
2.9K
1932 santa-method affaan-m/everything-claude-code
Santa Method Multi-agent adversarial verification framework. Make a list, check it twice. If it's naughty, fix it until it's nice. The core insight: a single agent reviewing its own output shares the same biases, knowledge gaps, and systematic errors that produced the output. Two independent reviewers with no shared context break this failure mode. When to Activate Invoke this skill when: Output will be published, deployed, or consumed by end users Compliance, regulatory, or brand constraints mu...
2.9K
1933 git-workflow affaan-m/everything-claude-code
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
2.9K
1934 tavily-dynamic-search tavily-ai/skills
Tavily Dynamic Search Search the web, filter results, and extract content so that raw search data never enters your context window . Only your curated print() output comes back. Why this matters A typical tvly search --include-raw-content returns 8 results × 30-50K chars each = ~300K characters of raw page content. If this enters your context window, you burn tokens reading navigation bars, cookie banners, and boilerplate — and your reasoning quality degrades under the noise. By processing resul...
2.9K
1935 ljg-card lijigang/ljg-skills
ljg-card: 铸 将内容铸成可见的形态。内容进去,PNG 出来。模具决定形状。 参数 参数 模具 尺寸 说明 -l (默认) 长图 1080 x auto 单张阅读卡,内容自动撑高 -i 信息图 1080 x auto 内容驱动的自适应视觉布局 -m 多卡 1080 x 1440 自动切分为多张阅读卡片 -v 视觉笔记 1080 x auto 手绘风格 sketchnote,动态选择风格路线 -c 漫画 1080 x auto 日式黑白漫画风格,动态选择漫画家视觉语言 -w 白板 1080 x auto 白板马克笔风格,结构化框图+箭头+彩色标记 -b 大字 1080 x 1440 碑刻大字 + 和紙 + 外阴影,小红书附件风格(单句/短段) 约束 本 skill 输出为视觉文件(PNG),不适用 L0 中的 Org-mode、Denote 和 ASCII-only 规范。 共享基础 获取内容 URL --> WebFetch 获取 粘贴文本 --> 直接使用 文件路径 --> Read 获取 文件命名 从内容提取标题或核心思想作为 {name} (中文直接用,去标点,≤ 20 ...
2.9K
1936 refactoring-ui wondelai/skills
A practical, opinionated approach to UI design. Apply these principles when generating frontend code, reviewing designs, or advising on visual improvements. Core Philosophy Design in grayscale first. Add color last. This forces proper hierarchy through spacing, contrast, and typography before relying on color as a crutch. Start with too much white space, then remove. Dense interfaces feel overwhelming. Generous spacing feels premium. Details come later. Don't obsess over icons, shadows, or ...
2.9K
1937 browser-automation web-infra-dev/midscene-skills
Browser Automation You are a browser automation expert who has debugged thousands of flaky tests and built scrapers that run for years without breaking. You've seen the evolution from Selenium to Puppeteer to Playwright and understand exactly when each tool shines. Your core insight: Most automation failures come from three sources - bad selectors, missing waits, and detection systems. You teach people to think like the browser, use the right selectors, and let Playwright's auto-wait do its job....
2.9K
1938 screenshot openai/skills
Screenshot Capture Follow these save-location rules every time: If the user specifies a path, save there. If the user asks for a screenshot without a path, save to the OS default screenshot location. If Codex needs a screenshot for its own inspection, save to the temp directory. Tool priority Prefer tool-specific screenshot capabilities when available (for example: a Figma MCP/skill for Figma files, or Playwright/agent-browser tools for browsers and Electron apps). Use this skill when explicitly...
2.9K
1939 planning-with-files-zht othmanadi/planning-with-files
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. 檔案規劃系統 像 Manus 一樣工作:用持久化的 Markdown 檔案作為你的「磁碟工作記憶」。 第一步:恢復上下文(v2.2.0) 在做任何事之前 ,檢查規劃檔案是否存在並讀取它們: 如果 task_plan.md 存在,立即讀取 task_plan.md 、 progress.md 和 findings.md 。 然後檢查上一個會話是否有未同步的上下文: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction...
2.9K
1940 evaluation-methodology wshobson/agents
Evaluation Methodology This document is the authoritative reference for how PluginEval measures plugin and skill quality. It covers the three evaluation layers, all ten scoring dimensions, the composite formula, badge thresholds, anti-pattern flags, Elo ranking, and actionable improvement tips. Related: Full rubric anchors The Three Evaluation Layers PluginEval stacks three complementary layers. Each layer produces a score between 0.0 and 1.0 for each applicable dimension, and later layers overr...
2.9K
1941 send-usdc coinbase/agentic-wallet-skills
Sending USDC Use the npx awal@2.0.3 send command to transfer USDC from the wallet to any Ethereum address or ENS name on Base. Confirm wallet is initialized and authed npx awal@2.0.3 status If the wallet is not authenticated, refer to the authenticate-wallet skill. Command Syntax npx awal@2.0.3 send < amount > < recipient > [ --chain < chain > ] [ --json ] Arguments Argument Description amount Amount to send: '$1.00', '1.00', or atomic units (1000000 = $1). Always single-quote amounts that use $...
2.9K
1942 code-reviewer jeffallan/claude-skills
Code Reviewer This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests. Workflow 1. Determine Review Target Remote PR : If the user provides a PR number or URL (e.g., "Review PR 123"), target that remote PR. Local Changes : If no specific PR is mentioned, or if the user asks to "review my changes", target the current local file system states (staged and unstaged changes). 2. Preparation For Remote PRs: Checkout : Use the...
2.9K
1943 pay-for-service coinbase/agentic-wallet-skills
Making Paid x402 Requests Use the npx awal@2.0.3 x402 pay command to call paid API endpoints with automatic USDC payment on Base. Confirm wallet is initialized and authed npx awal@2.0.3 status If the wallet is not authenticated, refer to the authenticate-wallet skill. Command Syntax npx awal@2.0.3 x402 pay < url > [ -X < method > ] [ -d < json > ] [ -q < params > ] [ -h < json > ] [ --max-amount < n > ] [ --json ] Options Option Description -X, --method <method> HTTP method (default: GET) -d, --...
2.9K
1944 redis-development redis/agent-skills
Redis Best Practices Comprehensive performance optimization guide for Redis, including Redis Query Engine, vector search, and semantic caching. Contains 29 rules across 11 categories, prioritized by impact to guide automated optimization and code generation. When to Apply Reference these guidelines when: Designing Redis data models and key structures Implementing caching, sessions, or real-time features Using Redis Query Engine (FT.CREATE, FT.SEARCH, FT.AGGREGATE) Building vector search or RAG a...
2.9K
1945 spot binance/binance-skills-hub
Binance Spot Skill Spot request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /api/v3/exchangeInfo (GET) Exchange information None symbol, symbols, permissions, showPermissionSets, symbolStatus No /api/v3/ping (GET) Test connectivity None None No /api/v3/time (GET) Check server time None None No /api/v3/aggTrades (GET) Compressed/Aggregate...
2.9K
1946 agentcore vercel-labs/agent-browser
AWS Bedrock AgentCore Run agent-browser on cloud browser sessions hosted by AWS Bedrock AgentCore. All standard agent-browser commands work identically; the only difference is where the browser runs. Setup Credentials are resolved automatically: Environment variables ( AWS_ACCESS_KEY_ID , AWS_SECRET_ACCESS_KEY , optionally AWS_SESSION_TOKEN ) AWS CLI fallback ( aws configure export-credentials ), which supports SSO, IAM roles, and named profiles No additional setup is needed if the user already ...
2.9K
1947 miniprogram-development tencentcloudbase/skills
When to use this skill Use this skill for WeChat Mini Program development when you need to: Build or modify mini program pages and components Organize mini program project structure and configuration Debug, preview, or publish mini program projects Work with WeChat Developer Tools workflows Handle mini program runtime behavior, assets, or page config files Integrate CloudBase in a mini program project when explicitly needed Do NOT use for: Web frontend development (use web-development ) Pure bac...
2.9K
1948 github-trending hoodini/ai-agents-skills
GitHub Trending Data Access GitHub trending repositories and developers data. Important Note GitHub does NOT provide an official trending API. The trending page at github.com/trending must be scraped directly or use the GitHub Search API as an alternative. Approach 1: Direct Web Scraping (Recommended) Scrape github.com/trending directly using Cheerio: import * as cheerio from 'cheerio' ; interface TrendingRepo { owner : string ; name : string ; fullName : string ; url : string ; description : st...
2.9K
1949 monetize-service coinbase/agentic-wallet-skills
Build an x402 Payment Server Create an Express server that charges USDC for API access using the x402 payment protocol. Callers pay per-request in USDC on Base — no accounts, API keys, or subscriptions needed. Your service is automatically discoverable by other agents via the x402 Bazaar. How It Works x402 is an HTTP-native payment protocol. When a client hits a protected endpoint without paying, the server returns HTTP 402 with payment requirements. The client signs a USDC payment and retries w...
2.9K
1950 openclaw-backup theagentservice/skills
OpenClaw Backup Skill Automated encrypted backup and restore for OpenClaw Agent workspace files using Claude Code. Overview This skill provides three core functions: Upload Backup - Encrypt and upload workspace files to soul-upload.com with auto-generated password Download Backup - Download and decrypt backups from soul-upload.com using stored password Delete Backup - Delete backups from remote storage All backups use AES-256-CBC encryption (via openssl) with auto-generated random passwords . Ea...
2.9K