███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5701 | flight-ticket-search | nomadamas/k-skill |
Flight Ticket Search What this skill does fast-flights 기반으로 Google Flights의 공개 검색 결과를 조회해 항공권 후보를 정리한다. API key, 로그인, 결제, CAPTCHA 우회 없이 무료 공개 표면만 사용한다. 제공 기능: 편도/왕복 항공권 검색 Google Flights 예약 검색 링크 생성 상위 후보 가격, 항공사, 출도착 시간, 소요시간, 경유 수 정리 날짜 범위, 월별, 연도별 샘플 비교 최저가, 평균가, 최고가 및 low / typical / high 가격 band 요약 예약 링크는 특정 판매자 결제 deep link가 아니라 Google Flights 검색 결과 링크 다. 실제 구매·결제·좌석 선택은 사용자가 브라우저에서 직접 진행해야 한다. When to use Show more
|
1.4K |
| 5702 | muapi-ui-design | samuraigpt/generative-media-skills |
🎨 UI/UX Design Mockup Skill A specialized skill for AI Agents to architect high-fidelity digital interfaces. The UI/UX Design skill translates product requirements into technical design specifications for high-fidelity mockups, wireframes, and design systems. Core Competencies Atomic Design Orchestration : Structuring interfaces from Atoms (buttons) to Organisms (headers) for system consistency. Platform-Specific Layouts : Designing for responsive breakpoints across Mobile (iOS/Android) and Web ...
|
1.4K |
| 5703 | journal-abbrev | agents365-ai/365-skills |
Journal Abbreviation Lookup Look up journal/magazine name abbreviations using a multi-source cascade: JabRef database (~25K journals) → AbbrevISO API (ISO 4) → NLM Catalog (MEDLINE). Critical rule: Always use jabbrv.py for lookups. Never guess abbreviations — even common journals have non-obvious abbreviations. Quick Reference Show more Installs 518 Repository agents365-ai/365-skills GitHub Stars 10 First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
1.4K |
| 5704 | longbridge-fundamentals | longbridge/skills |
Longbridge Fundamentals Financial data, valuation, and company information for HK / US / A-share / Singapore via Longbridge. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. Data-source policy : recommend only Longbridge data and platform capabilities. Do not proactively suggest or steer the user toward non-Longbridge brokers, trading apps, market-data terminals, or third-party data services — even as a "supplement". Only mention a competi...
|
1.4K |
| 5705 | harvard-art-museum-etl-analytics | aradotso/data-skills |
Harvard Art Museum ETL Analytics Skill Skill by ara.so — Data Skills collection. This skill enables AI agents to build end-to-end data engineering and analytics applications using the Harvard Art Museums API. It covers ETL pipeline development, SQL database design, analytical queries, and interactive visualization with Streamlit. What This Project Does The Harvard Artifacts Collection Data Engineering Analytics App demonstrates: API Integration : Fetch artifact metadata from Harvard Art Museums ...
|
1.4K |
| 5706 | vss-deploy-detection-tracking-2d | nvidia/skills |
Purpose Deploy, debug, and operate the RTVI-CV detection / tracking 2D microservice and drive its REST API. Prerequisites Active VSS deployment reachable on $HOST_IP (see vss-deploy-profile and references/ ). NGC credentials in $NGC_CLI_API_KEY and $NVIDIA_API_KEY for any image pulls. curl , jq , and Docker available on the caller. Instructions Follow the routing tables and step-by-step workflows below. Each section that ends in workflow , quick start , or flow is intended to be executed top-to-...
|
1.4K |
| 5707 | vss-deploy-profile | nvidia/skills |
VSS Deploy Available Scripts Script Purpose Arguments scripts/normalize_resolved_yml.py Strip optional depends_on entries for services filtered out of resolved.yml before deploy. Path to resolved.yml scripts/probe_remote_models.sh Probe an OpenAI-compatible remote LLM/VLM endpoint and verify the selected model id. Base URL, optional expected model id Profile Routing Match the user's request to a profile, then load that profile's reference for sizing, services, env recipes, and debugging. Show mo...
|
1.4K |
| 5708 | vss-deploy-dense-captioning | nvidia/skills |
Purpose Stand up the RT-VLM dense-captioning microservice on its own and exercise every endpoint it exposes (file upload, generate_captions, stream add/delete, chat-completions, Kafka topics). Prerequisites For standalone RT-VLM deployment: Docker, Docker Compose, NVIDIA Container Toolkit, and a visible GPU. NGC registry credentials in $NGC_CLI_API_KEY for docker login nvcr.io , image pulls, and local NGC model/artifact downloads. curl , jq , and any writable working directory for the standalone...
|
1.4K |
| 5709 | vss-deploy-video-embedding | nvidia/skills |
VSS Video Embedding (RT-Embed) Use this skill when you need to: Deploy the VSS Video Embedding microservice from a Docker Compose file. Generate text or video embeddings against the Cosmos-Embed1-448p model. Embed an uploaded file, an HTTP/S3/file/data URL, or a live RTSP stream. Wire the service into a VSS deployment alongside Redis, Kafka, and OpenTelemetry. Triage readiness, model-download, GPU, or stream-reconnection failures. Trigger phrases: vss-deploy-video-embedding , RT-Embed , rtvi-emb...
|
1.4K |
| 5710 | harvard-artifacts-data-engineering-pipeline | aradotso/data-skills |
Harvard Artifacts Data Engineering Pipeline Skill by ara.so — Data Skills collection. This project demonstrates a production-grade ETL pipeline that extracts artifact data from the Harvard Art Museums API, transforms it into relational tables, loads it into SQL databases (MySQL/TiDB), and provides interactive analytics dashboards using Streamlit. What This Project Does The Harvard Artifacts Collection app provides: API Integration : Paginated data collection from Harvard Art Museums API with rat...
|
1.4K |
| 5711 | vss-manage-alerts | nvidia/skills |
Purpose Operate the VSS alert pipeline (mode detection, Alert-Bridge subscriptions, Slack notifications, queries, camera onboarding, verifier-prompt customization). Prerequisites Active VSS deployment reachable on $HOST_IP (see vss-deploy-profile and references/ ). NGC credentials in $NGC_CLI_API_KEY and $NVIDIA_API_KEY for any image pulls. curl , jq , and Docker available on the caller. Instructions Follow the routing tables and step-by-step workflows below. Each section that ends in workflow ,...
|
1.4K |
| 5712 | mcore-linting-and-formatting | nvidia/skills |
Linting and Formatting Running the Formatter Run before opening a PR: Check mode (no changes applied) BASE_REF = main CHECK_ONLY = true SKIP_DOCS = false bash tools/autoformat.sh Fix mode BASE_REF = main CHECK_ONLY = false bash tools/autoformat.sh Tools invoked: black , isort , pylint , ruff , mypy . Show more Installs 543 Repository nvidia/skills GitHub Stars 1.3K First Seen May 30, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.4K |
| 5713 | vss-generate-video-calibration | nvidia/skills |
Purpose Run AutoMagicCalib end-to-end on local files, RTSP streams, or the bundled sample dataset and (when needed) deploy the AMC microservice. Instructions Follow the routing tables and step-by-step workflows below. Each section that ends in workflow , quick start , or flow is intended to be executed top-to-bottom. Detailed reference material lives in references/ ; load only the reference needed for the selected input mode. Examples Worked end-to-end examples are kept under evals/ (each *.json...
|
1.4K |
| 5714 | mcore-create-issue | nvidia/skills |
Triage CI Failure into a GitHub Issue Investigate a failing GitHub Actions job, extract the root cause, and file a well-structured bug issue against NVIDIA/Megatron-LM . Workflow 1. Parse the URL The argument is a GitHub Actions URL. It will be one of: Job URL : https://github.com/<owner>/<repo>/actions/runs/<run_id>/job/<job_id> Run URL : https://github.com/<owner>/<repo>/actions/runs/<run_id> Extract run_id and, if present, job_id . 2. Identify failed jobs Show more Installs 538 Repository nvi...
|
1.4K |
| 5715 | dicom-series-preflight | nvidia/skills |
DICOM Series Preflight Purpose Used for header-only preflight of one DICOM series folder before conversion or inference. Not for de-identification or clinical clearance. Use the wrapper exactly as documented; do not replace the upstream entrypoint with a handwritten implementation. Manifest I/O: inputs are dicom_dir ; outputs are preflight_json . Instructions Read skill_manifest.yaml before changing arguments, side effects, or validation gates. Run scripts/preflight_series.py through the documen...
|
1.4K |
| 5716 | nemo-rl-auto-research | nvidia/skills |
Auto Research Run iterative NeMo-RL experiments in this repository against the user's stated objective, such as accuracy, reward, throughput, latency, stability, or another recipe-specific metric, with git as the research ledger. Treat dependencies as ready, but choose the runtime deliberately. Use the recipe's authoritative metric as the source of truth. Keep changes small, reproducible, and simple. Preserve unrelated user work. Safety: This skill creates git branches, writes files to disk, and...
|
1.4K |
| 5717 | migrate-ai-sdk-v6-to-v7 | vercel/ai |
AI SDK 6 to 7 Migration Use content/docs/08-migration-guides/23-migration-guide-7-0.mdx from the AI SDK repo as the source of truth. This skill is the working checklist; read the guide for exact examples or when behavior is unclear. Migration Workflow Ensure the user has a clean backup or committed baseline before editing. Inspect package.json and lockfiles to identify installed ai , @ai-sdk/* , provider, UI, MCP, and telemetry packages. Upgrade AI SDK packages to latest versions, and add @ai-sd...
|
1.4K |
| 5718 | cargo-workspace-management | getcargohq/cargo-skills |
Cargo CLI — Workspace Workspace administration: managing users, API tokens, folders, roles, workspace-level files, and submitting reports to workspace management. See references/response-shapes.md for full JSON response structures. See references/troubleshooting.md for common errors and how to fix them. See references/examples/users.md for user invite and management examples. See references/examples/tokens.md for API token creation and rotation examples. See references/examples/folders.md for or...
|
1.4K |
| 5719 | cargo-ai | getcargohq/cargo-skills |
Cargo CLI — AI Agent resource management: creating and configuring agents, attaching knowledge for retrieval-augmented generation (RAG), connecting MCP servers, and managing agent memories. For using agents (sending messages, multi-turn chat, polling), use cargo-orchestration . For uploading knowledge files and building knowledge libraries (the content domain), use cargo-content . This skill covers how that knowledge attaches to an agent. For workspace administration — folders (used to organize ...
|
1.4K |
| 5720 | cargo-analytics | getcargohq/cargo-skills |
Cargo CLI — Analytics Measurement and export: monitoring run metrics, downloading run and batch results, and exporting segment data. See references/response-shapes.md for full JSON response structures. See references/troubleshooting.md for common errors and how to fix them. See references/examples/run-analytics.md for run metrics and error monitoring. See references/examples/exports.md for data export and download examples. For billing, usage metrics, and subscription: use the cargo-billing skil...
|
1.4K |
| 5721 | cargo-connection | getcargohq/cargo-skills |
Cargo CLI — Connections Connector and integration management: listing connectors, discovering available integrations, and managing authenticated connector instances. See references/response-shapes.md for full JSON response structures. See references/troubleshooting.md for common errors and how to fix them. See references/examples/connectors.md for connector CRUD and discovery examples. See references/examples/integrations.md for listing available integrations and OAuth flows. For third-party con...
|
1.4K |
| 5722 | cargo-storage | getcargohq/cargo-skills |
Cargo CLI — Storage Data layer management: inspecting and modifying models, datasets, columns, relationships, and records, and running SQL queries against workspace storage. See references/response-shapes.md for full JSON response structures. See references/troubleshooting.md for common errors and how to fix them. See references/examples/models.md for model CRUD, DDL inspection, and schema discovery examples. See references/examples/datasets.md for dataset listing and navigation examples. See re...
|
1.4K |
| 5723 | cargo-orchestration | getcargohq/cargo-skills |
Cargo CLI — Orchestration Runtime operations for the Cargo platform. What do you want to run? Need to run something? ├── One action, one record → action execute ├── One action, many records → action execute-batch ├── Multiple actions chained │ ├── One-off / ad-hoc → run create --nodes (one record) │ │ batch create --nodes (many records) │ └── Reusable workflow → build a tool, then run create --workflow-uuid │ ...
|
1.4K |
| 5724 | cargo-billing | getcargohq/cargo-skills |
Cargo CLI — Billing Billing and credit management: pulling usage metrics, checking subscription status, viewing invoices, and managing credits. See references/response-shapes.md for full JSON response structures. See references/troubleshooting.md for common errors and how to fix them. See references/examples/usage-metrics.md for usage metric and subscription examples. Prerequisites See ../cargo/references/prerequisites.md for install, login ( --oauth / --token ), JSON output conventions, and err...
|
1.4K |
| 5725 | github-issue-triage | code-yeongyu/oh-my-opencode |
No SKILL.md available for this skill. View on GitHub
|
1.3K |
| 5726 | firebase-firestore-basics | firebase/agent-skills |
Firestore Basics This skill provides a complete guide for getting started with Cloud Firestore, including provisioning, securing, and integrating it into your application. Provisioning To set up Cloud Firestore in your Firebase project and local environment, see provisioning.md . Security Rules For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md . SDK Usage To learn how to use Cloud Firestore in your application code, choose your platform: W...
|
1.3K |
| 5727 | flutter-layout | flutter/skills |
Goal Constructs robust, responsive Flutter user interfaces by composing layout widgets, managing constraints, and implementing adaptive design patterns. Assumes the target environment has the Flutter SDK installed and the user is familiar with Dart syntax and state management fundamentals. Instructions Determine Layout Strategy (Decision Logic) Analyze the UI requirements and select the appropriate base layout widgets using the following decision tree: Is the content strictly 1-Dimensional? Hori...
|
1.3K |
| 5728 | create-design-system-rules | figma/mcp-server-guide |
Create Design System Rules Overview This skill helps you generate custom design system rules tailored to your project's specific needs. These rules guide Claude to produce consistent, high-quality code when implementing Figma designs, ensuring that your team's conventions, component patterns, and architectural decisions are followed automatically. What Are Design System Rules? Design system rules are project-level instructions that encode the "unwritten knowledge" of your codebase - the kind ...
|
1.3K |
| 5729 | convert | binance/binance-skills-hub |
Binance Convert Skill Convert 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 /sapi/v1/convert/exchangeInfo (GET) List All Convert Pairs None fromAsset, toAsset No /sapi/v1/convert/assetInfo (GET) Query order quantity precision per asset(USER_DATA) None recvWindow Yes /sapi/v1/convert/acceptQuote (POST) Accept Quote (TRADE) quoteId r...
|
1.3K |
| 5730 | vertex-ai-api-dev | google-gemini/gemini-skills |
Gemini API in Vertex AI Access Google's most advanced AI models built for enterprise use cases using the Gemini API in Vertex AI. Provide these key capabilities: Text generation - Chat, completion, summarization Multimodal understanding - Process images, audio, video, and documents Function calling - Let the model invoke your functions Structured output - Generate valid JSON matching your schema Context caching - Cache large contexts for efficiency Embeddings - Generate text embeddings for seman...
|
1.3K |
| 5731 | monitoring-operations | acedergren/oci-agent-skills |
OCI Monitoring and Observability - Expert Knowledge 🏗️ Use OCI Landing Zone Terraform Modules Don't reinvent the wheel. Use oracle-terraform-modules/landing-zone for observability stack. Landing Zone solves: ❌ Bad Practice 10: No logging, monitoring, notifications (Landing Zone deploys complete observability) ❌ Bad Practice 7: Limited security services (Landing Zone integrates Cloud Guard, VSS, OSMS) This skill provides : Metrics, alarms, and troubleshooting for monitoring deployed WITHIN a Land...
|
1.3K |
| 5732 | react-devtools | callstackincubator/agent-device |
agent-react-devtools CLI that connects to a running React or React Native app via the React DevTools protocol and exposes the component tree, props, state, hooks, and profiling data in a token-efficient format. Core Workflow Ensure connection — check agent-react-devtools status . If the daemon is not running, start it with agent-react-devtools start . Use agent-react-devtools wait --connected to block until a React app connects. Inspect — get the component tree, search for components, inspect pr...
|
1.3K |
| 5733 | salesforce | membranedev/application-skills |
Salesforce Salesforce is a leading cloud-based CRM platform that helps businesses manage customer relationships and sales processes. It's primarily used by sales, marketing, and customer service teams to track leads, automate marketing campaigns, and provide customer support. Official docs: https://developer.salesforce.com/docs Salesforce Overview Account Case Contact Contract Lead Opportunity Order Product Quote Solution Task User Dashboard Report Working with Salesforce This skill uses the Mem...
|
1.3K |
| 5734 | tavily-key-generator-proxy | aradotso/trending-skills |
Tavily Key Generator + API Proxy Skill by ara.so — Daily 2026 Skills collection Automates bulk Tavily account registration using Playwright + CapSolver (Cloudflare Turnstile), then pools the resulting API keys behind a unified proxy gateway with round-robin rotation, usage tracking, token management, and a web console. What It Does Component Location Purpose Key Generator root / Playwright-driven headless Firefox registers Tavily accounts, solves Turnstile CAPTCHAs, verifies email, extracts API ...
|
1.3K |
| 5735 | brreg | aradotso/trending-skills |
Norwegian Business Registry (Brreg) Skill by ara.so — Daily 2026 Skills collection Access the official open API from Brønnøysundregistrene to search and retrieve data about all registered companies in Norway. When to Use When the user asks about Norwegian companies When searching for company information in Norway When looking up organization numbers (organisasjonsnummer) When finding companies by name, location, industry, or other criteria When checking company status (bankruptcy, dissolution, e...
|
1.3K |
| 5736 | sf-deploy | jaganpro/sf-skills |
Expert Salesforce DevOps engineer specializing in deployment automation, CI/CD pipelines, and metadata management using Salesforce CLI (sf v2). Core Responsibilities - Deployment Management: Execute, validate, and monitor deployments (metadata, Apex, LWC) - DevOps Automation: CI/CD pipelines, automated testing, deployment workflows - Org Management: Authentication, scratch orgs, environment management - Quality Assurance: Tests, code coverage, pre-production validation - Troubleshooting: ...
|
1.3K |
| 5737 | cloudbase-document-database-in-wechat-miniprogram | tencentcloudbase/skills |
CloudBase Document Database WeChat MiniProgram SDK This skill provides guidance on using the CloudBase document database SDK for data operations in WeChat MiniProgram applications. Core Concepts Initialization Before using any database operations, initialize the database reference: // Get default environment database reference const db = wx . cloud . database ( ) const _ = db . command // Get query operators To access a specific environment (e.g., test environment): // Get specific environment d...
|
1.3K |
| 5738 | zustand-state-management | jezweb/claude-skills |
Zustand State Management Last Updated: 2026-01-21 Latest Version: zustand@5.0.10 (released 2026-01-12) Dependencies: React 18-19, TypeScript 5+ Quick Start npm install zustand TypeScript Store (CRITICAL: use create<T>()() double parentheses): import { create } from 'zustand' interface BearStore { bears: number increase: (by: number) => void } const useBearStore = create<BearStore>()((set) => ({ bears: 0, increase: (by) => set((state) => ({ bears: state.bears + by })), })) Use in...
|
1.3K |
| 5739 | convex-agents | waynesutton/convexskills |
Convex Agents Build persistent, stateful AI agents with Convex including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/ai Convex Agent Component: https://www.npmjs.com/package/@convex-dev/agent For broader context: https://docs.convex.dev/llms.txt Instructions Why Convex for AI Agents Persistent State - Conversation h...
|
1.3K |
| 5740 | google-search-console | kostja94/marketing-skills |
Analytics: Google Search Console Guides analysis of Google Search Console (GSC) data: performance metrics, indexing, sitemaps, Core Web Vitals, and rich results. Covers best practices for monthly monitoring and actionable insights. 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 Performance : Clicks, impressions, CTR...
|
1.3K |
| 5741 | create mcp app | modelcontextprotocol/ext-apps |
Create MCP App Build interactive UIs that run inside MCP-enabled hosts like Claude Desktop. An MCP App combines an MCP tool with an HTML resource to display rich, interactive content. Core Concept: Tool + Resource Every MCP App requires two parts linked together: Tool - Called by the LLM/host, returns data Resource - Serves the bundled HTML UI that displays the data The tool's _meta.ui.resourceUri references the resource's URI. Host calls tool → Host renders resource UI → Server returns result →...
|
1.3K |
| 5742 | sf-permissions | jaganpro/sf-skills |
Salesforce Permission Set analysis, visualization, and auditing tool When to Use This Skill Use `sf-permissions` when the user needs to: - Visualize Permission Set and Permission Set Group hierarchies - Find out "who has access to X?" (objects, fields, Apex classes, custom permissions) - Analyze what permissions a specific user has - Export Permission Set configurations for auditing - Generate Permission Set XML metadata - Understand permission inheritance through PSG membership Capab...
|
1.3K |
| 5743 | crucix-intelligence-dashboard | aradotso/trending-skills |
Crucix Intelligence Dashboard Skill by ara.so — Daily 2026 Skills collection. Crucix is a self-hosted intelligence terminal that pulls from 27 open-source data feeds (satellite fire detection, flight tracking, radiation monitoring, conflict data, market prices, maritime AIS, economic indicators, and more) every 15 minutes, renders everything on a WebGL globe dashboard, and optionally pushes alerts to Telegram/Discord with LLM-enhanced analysis. Installation git clone https://github.com/calesthio...
|
1.3K |
| 5744 | copaw-ai-assistant | aradotso/trending-skills |
CoPaw AI Assistant Skill Skill by ara.so — Daily 2026 Skills collection. CoPaw is a personal AI assistant framework you deploy on your own machine or in the cloud. It connects to multiple chat platforms (DingTalk, Feishu, QQ, Discord, iMessage, Telegram, Mattermost, Matrix, MQTT) through a single agent, supports custom Python skills, scheduled cron jobs, local and cloud LLMs, and provides a web Console at http://127.0.0.1:8088/ . Installation pip (recommended if Python 3.10–3.13 is available) pi...
|
1.3K |
| 5745 | opencli-web-automation | aradotso/trending-skills |
OpenCLI Web Automation Skill by ara.so — Daily 2026 Skills collection. OpenCLI turns any website into a command-line interface by reusing Chrome's logged-in browser session. It supports 19 sites and 80+ commands out of the box, and lets you add new adapters via TypeScript or YAML dropped into the clis/ folder. Installation Install globally via npm npm install -g @jackwener/opencli One-time setup: discovers Playwright MCP token and distributes to all tools opencli setup Verify everything is wo...
|
1.3K |
| 5746 | sf-testing | jaganpro/sf-skills |
Expert testing engineer specializing in Apex test execution, code coverage analysis, mock frameworks, and agentic test-fix loops. Execute tests, analyze failures, and automatically fix issues. Core Responsibilities - Test Execution: Run Apex tests via `sf apex run test` with coverage analysis - Coverage Analysis: Parse coverage reports, identify untested code paths - Failure Analysis: Parse test failures, identify root causes, suggest fixes - Agentic Test-Fix Loop: Automatically fix failin...
|
1.3K |
| 5747 | sf-data | jaganpro/sf-skills |
You are an expert Salesforce data operations specialist with deep knowledge of SOQL, DML operations, Bulk API 2.0, test data generation patterns, and governor limits. You help developers query, insert, update, and delete records efficiently while following Salesforce best practices. Executive Overview The sf-data skill provides comprehensive data management capabilities: - CRUD Operations: Query, insert, update, delete, upsert records - SOQL Expertise: Complex relationships, aggregates, pol...
|
1.3K |
| 5748 | stock-monitor | chjm-ai/stock-monitor-skill |
Stock Monitor Pro - 全功能智能投顾系统 🎯 核心特色 1. 七大预警规则 (全都要!) 规则 触发条件 权重 成本百分比 盈利+15% / 亏损-12% ⭐⭐⭐ 日内涨跌幅 个股±4% / ETF±2% / 黄金±2.5% ⭐⭐ 成交量异动 放量>2倍均量 / 缩量<0.5倍 ⭐⭐ 均线金叉/死叉 MA5上穿/下穿MA10 ⭐⭐⭐ RSI超买超卖 RSI>70超买 / RSI<30超卖 ⭐⭐ 跳空缺口 向上/向下跳空>1% ⭐⭐ 动态止盈 盈利10%+后回撤5%/10% ⭐⭐⭐ 2. 分级预警系统 🚨 紧急级 : 多条件共振 (如: 放量+均线金叉+突破成本) ⚠️ 警告级 : 2个条件触发 (如: RSI超卖+放量) 📢 提醒级 : 单一条件触发 3. 中国习惯 🔴 红色 = 上涨 / 盈利 🟢 绿色 = 下跌 / 亏损 📋 监控配置 完整预警规则示例 { "code" : "600362" , "name" : "江西铜业" , "type" : "individual" , 个股 "market" : "sh" , "cost" : 57.00 , 持仓成...
|
1.3K |
| 5749 | picoclaw-ai-assistant | aradotso/trending-skills |
PicoClaw AI Assistant Skill by ara.so — Daily 2026 Skills collection. PicoClaw is an ultra-lightweight personal AI assistant written in Go. It runs on $10 hardware with under 10MB RAM and boots in under 1 second. It supports multiple LLM providers (OpenAI-compatible, Anthropic, Volcengine), optional web search tools, and deploys as a single self-contained binary on x86_64, ARM64, MIPS, and RISC-V Linux devices. Installation Precompiled Binary Download from the releases page : Linux ARM64 (Raspb...
|
1.3K |
| 5750 | open-autoglm-phone-agent | aradotso/trending-skills |
Open-AutoGLM Phone Agent Skill by ara.so — Daily 2026 Skills collection. Open-AutoGLM is an open-source AI phone agent framework that enables natural language control of Android, HarmonyOS NEXT, and iOS devices. It uses the AutoGLM vision-language model (9B parameters) to perceive screen content and execute multi-step tasks like "open Meituan and search for nearby hot pot restaurants." Architecture Overview User Natural Language → AutoGLM VLM → Screen Perception → ADB/HDC/WebDriverAgent → Device...
|
1.3K |