███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3951 | pixijs-scene-gif | pixijs/pixijs-skills |
GifSprite plays an animated GIF as a display object. Assets.load('animation.gif') returns a GifSource (not a Texture ), and you wrap that in a GifSprite . Requires a side-effect import 'pixi.js/gif' to register the loader extension. Assumes familiarity with pixijs-scene-core-concepts . GifSprite extends Sprite , so it is a leaf: do not nest children inside it. Wrap multiple GifSprite instances in a Container to group them. Quick Start import "pixi.js/gif" ; import { GifSprite } from "pixi.js/gif...
|
3.5K |
| 3952 | benchmark-optimization-loop | affaan-m/ecc |
Benchmark Optimization Loop Use this skill to convert "make it 20x faster" or "try 50 recursive optimizations" into a bounded measured loop that can actually improve a system. Required Baseline Do not optimize until these exist: the operation being optimized; the correctness gate that must stay green; the metric: wall time, p95 latency, rows/sec, cost/run, memory, error rate; the current baseline; the search budget: max variants, max time, max spend, max data impact. If the user asks for an unre...
|
3.5K |
| 3953 | qianwen-image-generation | qianwen-ai/qianwen-ai |
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. Qwen Image Generation Generate and edit images using Wan and Qwen Image models. Supports text-to-image, reference-image editing (style transfer, subject consistency, multi-image composition, text rendering), and interleaved text-image output. This skill is part of QianWen-AI/qianwen-ai . Skill directory Use this skill's internal files to execute and learn. Load reference files on...
|
3.5K |
| 3954 | qianwen-vision | qianwen-ai/qianwen-ai |
No SKILL.md available for this skill. View on GitHub Installs 372 Repository qianwen-ai/qianwen-ai GitHub Stars 9 First Seen 9 days ago
|
3.5K |
| 3955 | ios-networking | dpearson2699/swift-ios-skills |
iOS Networking Modern networking patterns for iOS 26+ using URLSession with async/await and structured concurrency. All examples target Swift 6.2. No third-party dependencies required -- URLSession covers the vast majority of networking needs. Contents Core URLSession async/await API Client Architecture Error Handling Pagination Network Reachability Configuring URLSession Common Mistakes Review Checklist References Core URLSession async/await URLSession gained native async/await overloads in iOS...
|
3.5K |
| 3956 | seo-content-brief | agricidaniel/claude-seo |
SEO Content Brief Generator Generate research-backed content briefs that help writers produce pages capable of outranking current top results. Briefs include competitor analysis with gap scoring, per-section word count breakdowns, keyword placement rules, and page-type-specific templates. Process 1. Determine Brief Mode Improve mode (existing page URL provided): Fetch the existing page content and structure Identify what is already strong (keep it) Identify missing, thin, or outdated sections Di...
|
3.5K |
| 3957 | wowerpoint | thedotmack/claude-mem |
Wowerpoint One doc in, one PDF out. Slide-deck only — videos and podcasts from the same engine are noticeably worse and out of scope; refer the user to the notebooklm CLI directly if they want those. Triggers "Wowerpoint " "Make a slide deck about " "Turn this report into slides" "Kawaii-deck this" Setup (one-time per machine) If notebooklm auth check returns 0 and command -v jq resolves, skip. uv tool install --with playwright --force notebooklm-py $( uv tool dir ) /notebooklm-py/bin/playwright...
|
3.5K |
| 3958 | mongodb-natural-language-querying | mongodb/agent-skills |
MongoDB Natural Language Querying You are an expert MongoDB read-only query generator. When a user requests a MongoDB query or aggregation pipeline, follow these guidelines based on the Compass query generation patterns. Query Generation Process 1. Gather Context Using MCP Tools Required Information: Database name and collection name (use mcp__mongodb__list-databases and mcp__mongodb__list-collections if not provided) User's natural language description of the query Current date context: ${curre...
|
3.5K |
| 3959 | omnistudio-callable-apex-generate | forcedotcom/sf-skills |
omnistudio-callable-apex-generate: Callable Apex for Salesforce Industries Common Core Specialist for Salesforce Industries Common Core callable Apex implementations. Produce secure, deterministic, and configurable Apex that cleanly integrates with OmniStudio and Industries extension points. Scope In scope : Creating System.Callable classes for Industries extension points; reviewing callable implementations for correctness and risks; migrating VlocityOpenInterface / VlocityOpenInterface2 to Syst...
|
3.5K |
| 3960 | omnistudio-dependencies-analyze | forcedotcom/sf-skills |
omnistudio-dependencies-analyze: OmniStudio Cross-Component Analysis Expert OmniStudio analyst specializing in namespace detection, dependency mapping, and impact analysis across the full OmniStudio component suite. Performs org-wide inventory of OmniScripts, FlexCards, Integration Procedures, and Data Mappers with automated dependency graph construction and Mermaid visualization. Scope In scope : Namespace detection (Core / vlocity_cmt / vlocity_ins), org-wide component inventory, dependency gr...
|
3.5K |
| 3961 | omnistudio-datapacks-deploy | forcedotcom/sf-skills |
omnistudio-datapacks-deploy: Vlocity Build DataPack Deployment Use this skill when the user needs Vlocity DataPack deployment orchestration : export/deploy workflow, manifest-driven deploys, failure triage, and CI/CD sequencing for OmniStudio/Industries DataPacks. Scope Use omnistudio-datapacks-deploy when work involves: vlocity packDeploy , packRetry , packContinue , packExport , packGetDiffs , validateLocalData DataPack job-file design ( projectPath , expansionPath , manifest , queries ) org-t...
|
3.5K |
| 3962 | mobile-platform-offline-validate | forcedotcom/sf-skills |
Reviewing LWC Mobile Offline Run a structured offline-priming compliance pass over a Lightning Web Component, producing a report of issues found and code-level fixes to bring the component into compliance with Komaci's static analysis requirements for the Salesforce Mobile App Plus and Field Service Mobile App. When to Use The user asks for a "mobile offline review", "Komaci check", or "offline priming audit" on a specific LWC. Preparing a component to ship in Salesforce Mobile App Plus or Field...
|
3.5K |
| 3963 | omnistudio-omniscript-generate | forcedotcom/sf-skills |
omnistudio-omniscript-generate: OmniStudio OmniScript Creation and Validation Expert OmniStudio OmniScript builder for declarative, step-based guided digital experiences. OmniScripts are the OmniStudio analog of Screen Flows: multi-step, interactive processes that collect input, orchestrate server-side logic (Integration Procedures, DataRaptors), and present results to the user — all without code. Quick Reference Scoring : 120 points across 6 categories. Thresholds : ✅ 90+ (Deploy) | ⚠️ 67-89 (R...
|
3.5K |
| 3964 | omnistudio-integration-procedure-generate | forcedotcom/sf-skills |
omnistudio-integration-procedure-generate: OmniStudio Integration Procedure Creation and Validation Expert OmniStudio Integration Procedure (IP) builder with deep knowledge of server-side process orchestration. Create production-ready IPs that combine DataRaptor/Data Mapper actions, Apex Remote Actions, HTTP callouts, conditional logic, and nested procedure calls into declarative multi-step operations. Scope In scope : Creating well-structured Integration Procedures from requirements; selecting ...
|
3.5K |
| 3965 | omnistudio-flexcard-generate | forcedotcom/sf-skills |
omnistudio-flexcard-generate: OmniStudio FlexCard Creation and Validation Expert OmniStudio engineer specializing in FlexCard UI components for Salesforce Industries. Generate production-ready FlexCard definitions that display at-a-glance information with declarative data binding, Integration Procedure data sources, conditional rendering, and proper SLDS (Salesforce Lightning Design System) styling. All FlexCards are validated against a 130-point scoring rubric across 7 categories. Scope In scop...
|
3.5K |
| 3966 | omnistudio-epc-catalog-generate | forcedotcom/sf-skills |
omnistudio-epc-catalog-generate: CME EPC Product and Offer Modeling Expert Salesforce Industries CME EPC modeler for creating Product2-based catalog entries, assigning configurable attributes, and building offer bundles through Product Child Item relationships. This skill is optimized for DataPack-style metadata authoring. Use the canonical template set in assets/ : assets/product2-offer-template.json assets/attribute-assignment-template.json assets/product-child-item-template.json assets/priceb...
|
3.5K |
| 3967 | langsmith-fetch | composiohq/awesome-claude-skills |
LangSmith Fetch - Agent Debugging Skill Debug LangChain and LangGraph agents by fetching execution traces directly from LangSmith Studio in your terminal. When to Use This Skill Automatically activate when user mentions: 🐛 "Debug my agent" or "What went wrong?" 🔍 "Show me recent traces" or "What happened?" ❌ "Check for errors" or "Why did it fail?" 💾 "Analyze memory operations" or "Check LTM" 📊 "Review agent performance" or "Check token usage" 🔧 "What tools were called?" or "Show execution f...
|
3.5K |
| 3968 | troubleshooting-efs | aws/agent-toolkit-for-aws |
Troubleshooting EFS Overview Domain expertise for diagnosing and resolving Amazon EFS issues. Covers mount failures, NFS connectivity, IAM and POSIX permissions, throughput and performance, and encryption problems. For authoritative guidance, see EFS Troubleshooting . Common Tasks 0. Verify Dependencies You MUST verify aws CLI is available You MUST check if amazon-efs-utils or nfs-utils is installed on the instance You MUST ONLY check for tool existence and version — MUST NOT execute destructive...
|
3.5K |
| 3969 | ads | agricidaniel/claude-ads |
Paid Ads You are an expert performance marketer with direct access to ad platform accounts. Your goal is to help create, optimize, and scale paid advertising campaigns that drive efficient customer acquisition. Before Starting Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not al...
|
3.5K |
| 3970 | aso-audit | eronred/aso-skills |
ASO Audit Analyze App Store and Google Play listings against ASO best practices. Fetches live listing data, scores metadata, visuals, and ratings, then produces a prioritized action plan. When to Use User shares an App Store or Google Play URL User asks to audit or optimize an app listing User wants to compare their app against competitors User asks about app store ranking, visibility, or download conversion Before Auditing Check for product marketing context first: If .agents/product-marketing-...
|
3.5K |
| 3971 | p2p | binance/binance-skills-hub |
Binance P2P Trading Skill Help users interact with Binance P2P (C2C) via natural-language queries. When to Use / When NOT to Use Use this skill when the user wants to: Check P2P buy/sell quotes for a crypto/fiat pair (e.g., USDT/CNY). Search P2P advertisements and filter by payment method(s), limits, merchant quality. Compare prices across payment methods (e.g., Alipay vs bank transfer). View their own P2P order history / summary (requires API key). Do NOT use this skill when the user asks about...
|
3.5K |
| 3972 | wp-project-triage | wordpress/agent-skills |
WP Project Triage When to use Use this skill to quickly understand what kind of WordPress repo you’re in and what commands/conventions to follow before making changes. Inputs required Repo root (current working directory). Procedure Run the detector (prints JSON to stdout): node skills/wp-project-triage/scripts/detect_wp_project.mjs If you need the exact output contract, read: skills/wp-project-triage/references/triage.schema.json Use the report to select workflow guardrails: project kind(s) PHP...
|
3.5K |
| 3973 | latency-critical-systems | affaan-m/ecc |
Latency Critical Systems Use this skill when the user cares about realtime behavior, hot paths, streaming freshness, or execution speed. This includes HFT-like infrastructure, but the skill is engineering-focused. It does not authorize live trading or financial advice. Split The Metrics Do not collapse everything into "fast." Track: Show more Installs 1.4K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 25, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
3.5K |
| 3974 | qianwen-audio-tts | qianwen-ai/qianwen-ai |
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. Qwen Audio TTS (Text-to-Speech) Synthesize natural speech from text using Qwen TTS models. This skill is part of QianWen-AI/qianwen-ai . Skill directory Use this skill's internal files to execute and learn. Load reference files on demand when the default path fails or you need details. Show more
|
3.5K |
| 3975 | qianwen-update-check | qianwen-ai/qianwen-ai |
Qwen Update Checker Automatic version checker for the QianWen-AI/qianwen-ai skill pack. Compares the locally installed version against the latest release on GitHub and notifies the user when an update is available. This skill is referenced by all other QianWen-AI/qianwen-ai. When any skill runs, it checks if this skill is installed and delegates version checking here. How It Works Reads the installed version from version.json (the version field bundled with this skill). Fetches the latest versio...
|
3.5K |
| 3976 | platform-value-set-generate | forcedotcom/sf-skills |
Overview Generates and validates the two reusable picklist value-set metadata types — GlobalValueSet (a new reusable set shared across fields) and StandardValueSet (customizing a built-in catalog picklist like Industry or Lead Source) — and wires a CustomField to one via <valueSetName> . Scope In scope: creating a GlobalValueSet, customizing a StandardValueSet, referencing either from a field, and the related deployment errors. Out of scope: a one-off inline picklist on a single field with no re...
|
3.5K |
| 3977 | building-admin-dashboard-customizations | medusajs/medusa-agent-skills |
Medusa Admin Dashboard Customizations Build custom UI extensions for the Medusa Admin dashboard using the Admin SDK and Medusa UI components. Note: "UI Routes" are custom admin pages, different from backend API routes (which use building-with-medusa skill). When to Apply Load this skill for ANY admin UI development task, including: Creating widgets for product/order/customer pages Building custom admin pages Implementing forms and modals Displaying data with tables or lists Adding navigatio...
|
3.5K |
| 3978 | review-agent-setup | wshobson/agents |
review-agent-governance — Setup Gate AI agent review actions (PR reviews, comments, merges, CI edits) behind explicit human approval. Every attempt, approved or denied, produces an Ed25519-signed receipt. When to use this plugin Install it in projects where a Claude Code agent: Reviews, comments on, or merges pull requests ( gh pr review , gh pr merge ) Triages issues ( gh issue comment , gh issue close ) Publishes releases ( gh release create ) Modifies CI configuration ( .github/workflows/ , ....
|
3.5K |
| 3979 | orca-per-workspace-env | stablyai/orca |
Per-Workspace Environments This file is a discovery stub, not the usage guide. The full, version-matched per-workspace environment reference is served by the orca binary itself — kept out of this file on purpose so it can never drift from the binary that will actually run your commands. Engage Orca whenever you set up, review, debug, or validate a per-workspace environment recipe — the on-demand, disposable runtimes (cloud sandboxes, VMs, or local) created fresh for each workspace. This covers f...
|
3.5K |
| 3980 | commerce-b2b-store-create | forcedotcom/sf-skills |
Commerce B2B Storefront Creation Interactive workflow to create a Commerce B2B Store in Salesforce and retrieve the auto-generated storefront metadata to your repository. Critical Concepts Commerce B2B = Store (backend data) + Storefront (frontend metadata). Store must be created first in the org to auto-generate the Storefront. Never create storefront metadata manually. See Store vs Storefront Reference When to Use This Skill Trigger when users request: "Create a B2B Commerce store" "Build a Co...
|
3.5K |
| 3981 | commerce-b2b-open-code-components-integrate | forcedotcom/sf-skills |
When to Use This Skill Use this skill when you need to: Integrate all open source B2B Commerce components into a store Add open source components to a new or existing B2B Commerce store Make open code components available in Experience Builder Rules Always explain before executing. Before running any command, you MUST tell the user what the command does and why you are running it. Never just show a raw command and ask for permission. The user should be able to read your explanation and understan...
|
3.5K |
| 3982 | fix-security-vulnerabilities-with-strix | usestrix/strix |
Fix Strix findings and verify Turn validated Strix findings into minimal, correct fixes — and prove they work by re-scanning. 1. Triage Get the findings from wherever the scan ran: OSS CLI — artifacts in strix_runs/<run-name>/ : vulnerabilities/*.md — one finding per file: description, severity, PoC steps or script, affected code locations, remediation guidance. vulnerabilities.json — the same findings as JSON (ids, severity, CWE/CVE, code_locations with fix_before / fix_after suggestions when a...
|
3.5K |
| 3983 | unit-test-bean-validation | giuseppe-trisciuoglio/developer-kit |
Unit Testing Bean Validation and Custom Validators Overview This skill provides patterns for unit testing Jakarta Bean Validation annotations and custom validator implementations using JUnit 5. It covers testing built-in constraints (@NotNull, @Email, @Min, @Max), creating custom validators, cross-field validation, validation groups, and parameterized testing scenarios. When to Use This Skill Use this skill when: Testing Jakarta Bean Validation (@NotNull, @Email, @Min, etc.) Testing custom @Cons...
|
3.5K |
| 3984 | parallel-execution-optimizer | affaan-m/ecc |
Parallel Execution Optimizer Use this skill when speed comes from doing independent work at the same time: repo inspection, file reads, API checks, browser checks, build/test lanes, deploy readbacks, or multi-worktree implementation passes. Core Pattern Turn urgency into a dependency graph before acting. Define the objective and done signal. Split work into lanes. Mark each lane as parallel, sequential, or gated. Run independent reads/checks together. Keep writes isolated by file, worktree, bran...
|
3.5K |
| 3985 | qianwen-text | qianwen-ai/qianwen-ai |
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. Qwen Text Chat (OpenAI-Compatible) Generate text, conduct conversations, write code, and invoke tools using Qwen models through the OpenAI-compatible API. This skill is part of QianWen-AI/qianwen-ai . Skill directory Use this skill's internal files to execute and learn. Load reference files on demand when the default path fails or you need details. Show more
|
3.5K |
| 3986 | copywriting | kostja94/marketing-skills |
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not provided): 1. Page Purpose What type of pag...
|
3.5K |
| 3987 | social-publisher | affaan-m/ecc |
Social Publisher Automate multi-platform social media publishing with intelligent scheduling, platform-specific optimization, and centralized content management. Based on n8n workflows like PostPulse. Overview This skill enables: One-click publishing to multiple platforms Platform-specific caption optimization Automated scheduling workflows Content tracking and analytics AI-powered caption generation Supported Platforms Platform Content Types Best Posting Times TikTok Video (9:16) 7am, 12pm, 7pm...
|
3.5K |
| 3988 | prediction-market-oracle-research | affaan-m/ecc |
Prediction Market Oracle Research Use this skill when prediction markets are being considered as a data source, forecasting input, oracle-like signal, or decision-intelligence layer. Guardrails Do not treat market prices as objective truth. Do not provide investment advice or trading recommendations. Separate venue mechanics, liquidity, incentives, and resolution rules from the implied signal. Call out manipulation, thin liquidity, stale markets, and ambiguous outcomes. For on-chain or execution...
|
3.5K |
| 3989 | mongodb-search-and-ai | mongodb/agent-skills |
MongoDB Search and AI Recommendations Skill You are helping MongoDB users implement, optimize, and troubleshoot Atlas Search (lexical), Vector Search (semantic), and Hybrid Search (combined) solutions. Your goal is to understand their use case, recommend the appropriate search approach, and help them build effective indexes and queries. Core Principles Understand before building - Validate the use case to ensure you recommend the right solution Always inspect first - Check existing indexes and s...
|
3.5K |
| 3990 | ci-security-scanning-with-strix | usestrix/strix |
Set up Strix in CI/CD You can gate PRs two ways — pick based on the environment, or combine them: Managed platform (recommended for most teams) — connect the GitHub/GitLab/Bitbucket app once and Strix reviews every PR with no workflow file, no runner, no Docker, and no LLM key . Results post as PR comments and land in the team dashboard. Best when you want zero CI maintenance, central tracking, or your runners lack Docker. See "Managed platform" below and the managed-pentesting-with-strix skill....
|
3.5K |
| 3991 | managed-pentesting-with-strix | usestrix/strix |
Strix Cloud API (managed, no local infra) Use this when you want Strix's autonomous pentesting without running Docker or an LLM yourself — the scan runs on Strix's infrastructure and results are tracked in a team dashboard. This is the right choice in sandboxed/hosted agent and CI environments, for teams, and for scheduled/continuous testing (downloadable PDF/DOCX reports are an Enterprise-plan feature). For fully local, free, air-gapped, or BYO-LLM runs, use the open-source CLI in the penetrati...
|
3.5K |
| 3992 | fish-audio | acedatacloud/skills |
Fish Audio — Text-to-Speech Generate narration / voiceover through AceDataCloud's Fish Audio API. Setup: See authentication for token setup. Quick Start curl -X POST https://api.acedata.cloud/fish/tts \ -H "Authorization: ACEDATACLOUD_API_TOKEN" \ -H "Content-Type: application/json" \ -H "model: s2-pro" \ -d '{"text":"你好,欢迎使用 AceData Cloud。","reference_id":"d7900c21663f485ab63ebdb7e5905036","format":"mp3"}' Synchronous responses return a direct audio URL: Show more Installs 902 Repository acedat...
|
3.5K |
| 3993 | video-production | supercent-io/skills-template |
Remotion Video Production Programmable video production skill using Remotion. Generate automated videos from text instructions and produce consistent, brand-aligned videos at scale. When to use this skill Automated video generation : Generate videos from text instructions Brand video production : High-volume videos with consistent style Programmable content : Combine narration, visuals, and animation Marketing content : Product intros, onboarding, promo videos Instructions Step 1: Define the Vid...
|
3.4K |
| 3994 | marketing-automation | supercent-io/skills-template |
Marketing Skills Collection A collection of 23 sub-skills for marketing deliverables. Generates repeatable, high-quality outputs across CRO, copywriting, SEO, analytics, and growth. When to use this skill Marketing Deliverables Needed : CRO, copy, SEO, analytics, growth outputs Repeatable High-Quality Outputs : Generate assets tuned to a single KPI Business Goal → Skill Mapping : Convert goals to specific marketing sub-skills 23 Sub-Skills Overview CRO (Conversion Rate Optimization) Sub-Skill De...
|
3.4K |
| 3995 | apify-market-research | apify/agent-skills |
Conduct market research using Apify Actors to extract data from multiple platforms. Prerequisites (No need to check it upfront) - `.env` file with `APIFY_TOKEN` - Node.js 20.6+ (for native `--env-file` support) - `mcpc` CLI tool (for fetching Actor schemas) Workflow Copy this checklist and track progress: ``` Task Progress: - [ ] Step 1: Identify market research type (select Actor) - [ ] Step 2: Fetch Actor schema via mcpc - [ ] Step 3: Ask user preferences (format, filename) - [ ] Ste...
|
3.4K |
| 3996 | software-architecture | sickn33/antigravity-awesome-skills |
Software Architecture Development Skill This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles. Code Style Rules General Principles Early return pattern : Always use early returns when possible, over nested conditions for better readability Avoid code duplication through creation of reusable functions and modules Decompose long (more than 80 lines of code) components and functions into multiple...
|
3.4K |
| 3997 | blave-quant | blave-tw/blave-quant-skill |
Blave Quant Skill Eight capabilities: Blave market alpha data, BitMart trading, OKX trading, Bybit trading, BingX trading, Bitget trading, Binance trading, Bitfinex trading & funding. Examples Workflow templates for common use cases. When the user's request matches one of the tasks below, read the corresponding file before proceeding. File When to read examples/hyperliquid-copy-trading.md User wants to find traders to follow / copy trade on Hyperliquid examples/blave-alpha-screening.md User want...
|
3.4K |
| 3998 | healthcheck | steipete/clawdis |
OpenClaw Host Hardening Overview Assess and harden the host running OpenClaw, then align it to a user-defined risk tolerance without breaking access. Use OpenClaw security tooling as a first-class signal, but treat OS hardening as a separate, explicit set of steps. Core rules Recommend running this skill with a state-of-the-art model (e.g., Opus 4.5, GPT 5.2+). The agent should self-check the current model and suggest switching if below that level; do not block execution. Require explicit approv...
|
3.4K |
| 3999 | trello | steipete/clawdis |
Trello Skill Manage Trello boards, lists, and cards directly from OpenClaw. Setup Get your API key: https://trello.com/app-key Generate a token (click "Token" link on that page) Set environment variables: export TRELLO_API_KEY = "your-api-key" export TRELLO_TOKEN = "your-token" Usage All commands use curl to hit the Trello REST API. List boards curl -s "https://api.trello.com/1/members/me/boards?key= $TRELLO_API_KEY &token= $TRELLO_TOKEN " | jq '.[] | {name, id}' List lists in a board curl -s "h...
|
3.4K |
| 4000 | everything-claude-code | affaan-m/everything-claude-code |
Everything Claude Code Conventions Generated from affaan-m/everything-claude-code on 2026-03-20 Overview This skill teaches Claude the development patterns and conventions used in everything-claude-code. Tech Stack Primary Language : JavaScript Architecture : hybrid module organization Test Location : separate When to Use This Skill Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
3.4K |