███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 27101 | agentic-browser | inference-sh/skills |
Agentic Browser Browser automation for AI agents via inference.sh . Uses Playwright under the hood with a simple @e ref system for element interaction. Quick Start Install CLI curl -fsSL https://cli.inference.sh | sh && infsh login Open a page and get interactive elements infsh app run agentic-browser --function open --input '{"url": "https://example.com"}' --session new Core Workflow Every browser automation follows this pattern: Open - Navigate to URL, get @e refs for elements Interact - Use...
|
34 |
| 27102 | holmesgpt-skill | julianobarbosa/claude-code-skills |
HolmesGPT Skill AI-powered troubleshooting for Kubernetes and cloud-native environments. Overview HolmesGPT is a CNCF Sandbox project that connects AI models with live observability data to investigate infrastructure problems, find root causes, and suggest remediations. It operates with read-only access and respects RBAC permissions, making it safe for production environments. Quick Reference Topic Reference Installation references/installation.md Configuration references/configuration.md Data S...
|
34 |
| 27103 | qt-translation-assistant | re2zero/deepin-skills |
Qt Translation Assistant Skill Iron Laws Never modify original TS files without backup - Always preserve original content Validate AI translation quality - Verify translations are accurate and contextually appropriate Maintain translation consistency - Use consistent terminology across all translations Respect file encoding - Preserve UTF-8 encoding and special characters Minimal changes principle - Only modify translation content, preserve XML structure Red Flags User requests translation of no...
|
34 |
| 27104 | service-layer-extractor | patricio0312rev/skills |
Service Layer Extractor Extract business logic from controllers into a testable service layer. Architecture Layers routes/ → Define endpoints, parse requests controllers/ → Validate input, call services, format responses services/ → Business logic, orchestration repositories/ → Database queries models/ → Data structures Before: Fat Controller // ❌ Business logic mixed with HTTP concerns router . post ( "/users" , async ( req , res ) => { try { // Validation if ( !...
|
34 |
| 27105 | internal-comms | teachingai/full-stack-skills |
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
|
34 |
| 27106 | sql-query-optimizer | jeremylongshore/claude-code-plugins-plus-skills |
SQL Query Optimizer Optimize SQL queries for maximum performance. EXPLAIN Analysis -- Original slow query EXPLAIN ANALYZE SELECT u.*, COUNT(o.id) as order_count FROM users u LEFT JOIN orders o ON o.user_id = u.id WHERE u.created_at > '2024-01-01' GROUP BY u.id ORDER BY order_count DESC LIMIT 10; -- Output analysis: /* Sort (cost=15234.32..15234.34 rows=10 width=120) (actual time=245.123..245.125 rows=10 loops=1) Sort Key: (count(o.id)) DESC -> HashAggregate (cost=15000.00..15100.00 row...
|
34 |
| 27107 | typescript-advanced-types | ovachiever/droid-tings |
TypeScript Advanced Types Comprehensive guidance for mastering TypeScript's advanced type system including generics, conditional types, mapped types, template literal types, and utility types for building robust, type-safe applications. When to Use This Skill Building type-safe libraries or frameworks Creating reusable generic components Implementing complex type inference logic Designing type-safe API clients Building form validation systems Creating strongly-typed configuration objects Impleme...
|
34 |
| 27108 | terraform-module-builder | patricio0312rev/skills |
Terraform Module Builder Build reusable, production-ready Terraform modules for cloud infrastructure. Core Workflow Define module structure : Organize files properly Declare variables : Input parameters with validation Create resources : Infrastructure definitions Configure outputs : Export useful values Setup state : Remote backend configuration Document : README and examples Module Structure modules/ └── vpc/ ├── main.tf Primary resources ├── variables.tf Input variables ├── o...
|
34 |
| 27109 | project-retrospective | jamditis/claude-skills-journalism |
Project retrospective writer Create LESSONS.md files that capture institutional knowledge, especially failures. Think like a journalist writing about your own project—be specific, be honest, name the actual mistakes. When to use After completing an investigation or project When shutting down or pausing a publication Post-mortem for events Handing off a project to someone else Annual review of ongoing initiatives The critical section: "The real problem" This is the most valuable part of any retro...
|
34 |
| 27110 | security-benchmark-runner | jeremylongshore/claude-code-plugins-plus-skills |
Security Benchmark Runner Purpose This skill provides automated assistance for security benchmark runner tasks within the Security Advanced domain. When to Use This skill activates automatically when you: Mention "security benchmark runner" in your request Ask about security benchmark runner patterns or best practices Need help with advanced security skills covering penetration testing, compliance frameworks, threat modeling, and enterprise security. Capabilities Provides step-by-step guidance f...
|
34 |
| 27111 | apify-ecommerce | sickn33/antigravity-awesome-skills |
E-commerce Data Extraction Extract product data, prices, reviews, and seller information from any e-commerce platform using Apify's E-commerce Scraping Tool. Prerequisites .env file with APIFY_TOKEN (at ~/.claude/.env ) Node.js 20.6+ (for native --env-file support) Workflow Selection User Need Workflow Best For Track prices, compare products Workflow 1: Products & Pricing Price monitoring, MAP compliance, competitor analysis. Add AI summary for insights. Analyze reviews (sentiment or quality) Wo...
|
34 |
| 27112 | qemu-alpine-ssh | letta-ai/skills |
QEMU Alpine SSH Setup Overview This skill provides procedural guidance for setting up QEMU virtual machines running Alpine Linux with SSH access configured. It covers VM startup, network port forwarding, Alpine system configuration, and SSH server setup. Diagnostic-First Approach Before attempting any QEMU setup or troubleshooting syntax, verify preconditions first: 1. Check Port Availability Before starting QEMU with port forwarding, verify the target port is not in use: Preferred methods (if ...
|
34 |
| 27113 | aria-attribute-helper | jeremylongshore/claude-code-plugins-plus-skills |
Aria Attribute Helper Purpose This skill provides automated assistance for aria attribute helper tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "aria attribute helper" in your request Ask about aria attribute helper patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidance for aria attri...
|
34 |
| 27114 | learning-graph-generator | dmccreary/claude-skills |
Learning Graph Generator Version: 0.03 You are tasked with generating a comprehensive high-quality learning graph from a course description. A learning graph is the foundational data structure for intelligent textbooks that can recommend learning paths. A learning graph is like a roadmap of Concepts to help students achieve their learning goals. A learning graph is an DAG Concept graph. Each arrow is a "Learning Dependency" relationship that suggest learning order. The markdown you generate mus...
|
34 |
| 27115 | gate-mcp-openclaw-installer | gate/gate-skills |
Gate MCP Complete Gate.com MCP server installer for OpenClaw. Quick Start Install all Gate MCP servers (default) ./scripts/install.sh Selective installation ./scripts/install.sh --select MCP Servers Server Endpoint Auth Description gate npx -y gate-mcp API Key + Secret Spot/Futures/Options trading gate-dex https://api.gatemcp.ai/mcp/dex x-api-key fixed as MCP_AK_8W2N7Q + Authorization: Bearer ${GATE_MCP_TOKEN} DEX operations gate-info https://api.gatemcp.ai/mcp/info None Market data gate-news ...
|
34 |
| 27116 | agent-browser | jihe520/social-push |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
34 |
| 27117 | 1k-monitor-pr-ci | onekeyhq/app-monorepo |
Monitor PR CI & Reviews Monitor a pull request's CI checks and review comments. Auto-fix CI failures, prompt user for review feedback. Input $ARGUMENTS - PR number, PR URL, or omit to auto-detect from current branch. Workflow Step 1: Resolve PR number Determine the PR to monitor: If $ARGUMENTS is a number, use it directly If $ARGUMENTS is a GitHub URL, extract the PR number If $ARGUMENTS is empty, detect from current branch: gh pr list --head " $( git branch --show-current ) " --json number --jq...
|
34 |
| 27118 | typo3-workspaces | dirnbauer/webconsulting-skills |
TYPO3 Workspaces Compatibility: TYPO3 v13.x and v14.x (v14 preferred) All code examples in this skill are designed to work on both TYPO3 v13 and v14. TYPO3 API First: Always use TYPO3's built-in APIs, core features, and established conventions before creating custom implementations. Do not reinvent what TYPO3 already provides. Always verify that the APIs and methods you use exist and are not deprecated in your target TYPO3 version (v13 or v14) by checking the official TYPO3 documentation. Source...
|
34 |
| 27119 | react-coder | majesticlabs-dev/majestic-marketplace |
React Coder You write modern React components using TypeScript, hooks, and best practices. You create clean, performant, and maintainable code. Tech Stack Assumptions Technology Default React 18+ with concurrent features TypeScript For type safety Components Functional with hooks Package Manager pnpm Build Tool Vite or Next.js Styling Tailwind CSS Testing Vitest or Jest Component Patterns Basic Functional Component import { FC } from 'react' ; interface ButtonProps { label : string ; onClick : (...
|
34 |
| 27120 | agent-context-loader | jeremylongshore/claude-code-plugins-plus-skills |
Agent Context Loader Overview Automatic discovery and loading of AGENTS.md files across project hierarchies for AI coding agents. This skill scans the current workspace and its parent directories to locate agent instruction files, then surfaces their contents so the active agent session has full operational context. Prerequisites A project workspace containing one or more AGENTS.md files at any directory depth Read and Glob permissions to traverse the directory tree Grep access for searching fil...
|
34 |
| 27121 | code-quality | ab300819/skills |
Code Quality Review Review $ARGUMENTS (or the whole app if no argument is given) for code quality issues. Work through every step below in order and report all findings with file paths and line numbers. Step 1 — Run the linter first Before reading any code manually, get a baseline from the automated tools: pnpm run lint List every error and warning. Fix all errors before proceeding — lint errors are not negotiable. Warnings should be reviewed and resolved unless there is a documented exception. ...
|
34 |
| 27122 | beat-sync-video-editing | ecliptic-ai/skills |
Beat-Sync Video Editing Purpose Provide domain expertise for creating beat-synced video edits: taking a source video and an audio track, selecting clips from the video that align with the music's rhythm, and rendering the final output with FFmpeg. Core Concept: The EditPlan Every edit starts as an EditPlan — a JSON structure that describes which video clips to use and where in the audio to place them: { "audio_start" : "00:13" , "audio_duration" : 6.5 , "clips" : [ { "video_start" : "00:08" , "d...
|
34 |
| 27123 | architecture-patterns | ovachiever/droid-tings |
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...
|
34 |
| 27124 | code-review-medium | breaking-brake/cc-wf-studio |
Code Review Medium Overview Comprehensive review for medium-sized PRs (100-500 lines). Checks Code quality and maintainability Security best practices Test coverage assessment Error handling patterns API design consistency Output Detailed review with categorized findings (quality, security, tests)
|
34 |
| 27125 | ring:pre-dev-feature-map | lerianstudio/ring |
Feature Map Creation - Understanding the Feature Landscape Foundational Principle Feature relationships and boundaries must be mapped before architectural decisions. Jumping from PRD to TRD without mapping creates: Architectures that don't match feature interaction patterns Missing integration points discovered late Poor module boundaries that cross feature concerns The Feature Map answers : How do features relate, group, and interact at a business level? The Feature Map never answers : How we'l...
|
34 |
| 27126 | swiftdata-coredata-persistence | dagba/ios-mcp |
SwiftData & CoreData Persistence Overview SwiftData and CoreData are NOT interchangeable. Each has specific strengths, migration traps, and performance patterns. Wrong framework choice or migration strategy causes production crashes. Core principle: Choose framework based on app constraints, version models from day one, never store BLOBs in the database. Framework Selection digraph framework_choice { "New iOS app?" [ shape = diamond ] ; "iOS 17+ only?" [ shape = diamond ] ; "Simple data model?" ...
|
34 |
| 27127 | ai-image-generation | inference-sh/skills |
AI Image Generation Generate and edit images with 11+ AI models via the RunComfy CLI — text-to-image and image-to-image, one auth, one command. This skill picks the right model for the user's intent and ships the documented prompt patterns + the exact runcomfy run invoke for each. runcomfy.com · Browse all models · CLI docs Powered by the RunComfy CLI 1. Install (one of — see runcomfy-cli skill for details) npm i -g @runcomfy/cli global install npx -y @runcomfy/cli --version zero-install 2. ...
|
14 |
| 27128 | ai-video-generation | inference-sh/skills |
AI Video Generation Generate videos with the full RunComfy video-model catalog through one CLI — text-to-video, image-to-video, and Veo's video-extend. This skill picks the right model for the user's intent and ships the documented prompt patterns + the exact runcomfy run invoke for each. runcomfy.com · Video models · 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 runcomfy login or in ...
|
14 |
| 27129 | twitter-automation | inference-sh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Post a tweet belt app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Show more Installs 117.7K Repository skills-101/superpowers GitHub Stars 6 First Seen 6 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
|
14 |
| 27130 | remotion-render | inference-sh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 79.0K Repository magentosh/skills GitHub Stars 679 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
14 |
| 27131 | ai-avatar-video | inference-sh/skills |
AI Avatar & Talking Head Video Put words in a face. This skill routes across RunComfy's audio-driven avatar models — OmniHuman, Wan 2-7 with audio_url, HappyHorse, Seedance v2 — picking the right path for the user's intent and shipping the documented prompts + the exact runcomfy run invoke for each. runcomfy.com · Lip-sync feature · 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 runcomf...
|
14 |
| 27132 | sleek-design-mobile-apps | sleekdotdesign/agent-skills |
Designing with Sleek Overview sleek.design is an AI-powered mobile app design tool. You interact with it via a REST API at /api/v1/* to create projects, describe what you want built in plain language, and get back rendered screens. All communication is standard HTTP with bearer token auth. Base URL : https://sleek.design Auth : Authorization: Bearer $SLEEK_API_KEY on every /api/v1/* request Content-Type : application/json (requests and responses) CORS : Enabled on all /api/v1/* endpoints Parsing...
|
13 |
| 27133 | github-actions-docs | xixu-me/skills |
GitHub Actions questions are easy to answer from stale memory. Use this skill to ground answers in official GitHub documentation and return the closest authoritative page instead of generic CI/CD advice. When to Use Use this skill when the request is about: GitHub Actions concepts, terminology, or product boundaries Workflow YAML, triggers, jobs, matrices, concurrency, variables, contexts, or expressions GitHub-hosted runners, larger runners, self-hosted runners, or Actions Runner Controller Art...
|
13 |
| 27134 | openclaw-secure-linux-cloud | xixu-me/skills |
Overview Use this skill for the conservative "deploy first, expose later" pattern for OpenClaw on a cloud server. Default to a private control plane: Harden the Linux host before exposing anything. Keep the gateway bound to 127.0.0.1 . Reach the Control UI through an SSH tunnel first. Keep token authentication, pairing, and sandboxing enabled. Start with a narrow tool profile and loosen only with an explicit need. This skill is for secure Linux cloud hosting. If the user only wants the fastest g...
|
13 |
| 27135 | secure-linux-web-hosting | xixu-me/skills |
Overview Use this skill to turn a cloud server into a safely reachable web host without leaning on stale distro-specific memory or outdated Debian-10-era tutorials. This skill keeps the familiar teaching arc of a beginner-friendly server guide, but turns it into a reusable operator workflow: Intake and routing Prerequisites Secure access Firewall and exposure Web server setup Static site or app proxy HTTPS Validation Optional advanced tuning Before giving actionable commands, identify the distro...
|
13 |
| 27136 | skills-cli | xixu-me/skills |
Use this skill to help users work with the open Agent Skills ecosystem through the skills CLI. Overview The skills CLI is the package manager for installable Agent Skills. Use it to discover skills, install them with the right flags, and manage them after installation. Examples below use bunx skills , but npx skills is the same workflow if Bun is not available in the user's environment. Always prefer the current CLI syntax: bunx skills add < source > --skill < name > Do not use older owner/repo@...
|
13 |
| 27137 | running-claude-code-via-litellm-copilot | xixu-me/skills |
Overview Use this skill for the specific workaround where Claude Code keeps its Anthropic-shaped client behavior, but the actual backend traffic is sent to a local LiteLLM proxy and then forwarded to GitHub Copilot. Treat this as an advanced workaround, not an officially guaranteed GitHub workflow. Help the user succeed technically, but do not promise GitHub support, policy approval, or long-term compatibility. This skill is guidance-first but execution-aware: If the user wants explanation only,...
|
13 |
| 27138 | opensource-guide-coach | xixu-me/skills |
Overview Use the official Open Source Guides as a coaching framework for open source questions. This skill is for diagnosis and action planning, not just summarization. Infer the user's situation, route them to the most relevant guide topics, and turn the advice into a practical next-step plan. Stay advisory by default: do not draft repository policies, governance docs, or contributor materials unless the user explicitly asks for those artifacts. Source Of Truth Use the official Open Source Guid...
|
13 |
| 27139 | readme-i18n | xixu-me/skills |
Localize a repository README.md without breaking the repo mechanics around it. The default job is translate + wire-up: read the source-of-truth README create localized sibling files such as README.zh.md preserve GitHub-flavored Markdown structure and repo-specific tokens add or update a shared language selector near the top of every variant This skill is for multilingual README workflows, not general website/app i18n. Inputs Expect these inputs when available: source README path, default README....
|
13 |
| 27140 | use-my-browser | xixu-me/skills |
Do not treat this skill as a generic browsing default. Route from the evidence you need, not from tool preference. Every task must be classified before you choose a route: static-capable : the evidence can be produced without live browser state, visible confirmation, or page interaction browser-required : the evidence depends on rendered state, interaction, live session behavior, or browser-only structures Only static-capable tasks may fall back to static retrieval, curl , or other non-browser p...
|
13 |
| 27141 | xget | xixu-me/skills |
Default to execution, not instruction. When the user expresses execution intent, carry the change through directly: run the needed shell commands, edit the real files, and verify the result instead of only replying with example commands. Treat requests like "configure", "set up", "wire", "change", "add", "fix", "migrate", "deploy", "run", or "make this use Xget" as execution intent unless the user clearly asks for explanation only. Resolve the base URL first: use a domain the user explicitly gav...
|
13 |
| 27142 | tzst | xixu-me/skills |
Use this skill for the tzst command-line interface. Default to execution when the user clearly wants a real archive action and the required paths or archive names are already known. This skill is CLI-only. If the user is asking about Python code such as from tzst import ... , treat that as a general Python library or API documentation task instead of using this skill as the main guide. When to Use Use this skill when the user: mentions .tzst or .tar.zst archives wants to create, extract, flatten...
|
13 |
| 27143 | xdrop | xixu-me/skills |
Use the bundled scripts inside this skill directory. Available scripts scripts/upload.mjs — Upload local files or directories to an Xdrop server and print the share link scripts/download.mjs — Download an Xdrop share link, decrypt it locally, and save the files Environment requirements: Bun Local filesystem access Network access to the target Xdrop server Upload bun scripts/upload.mjs --server < xdrop-site-url > < file-or-directory > [ .. . ] Prefer these flags when relevant: --quiet : suppress ...
|
13 |
| 27144 | agent-tools | inference-sh/skills |
inference.sh Run 250+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh belt login What does the installer do? The install script detects your OS and architecture, downloads the correct binary from dist.inference.sh , verifies its SHA-256 checksum, and places it in your PATH. That's it — no elevated permissions, no background processes, no telemetry. If you have cosign installed, the installer also verifies the Sigstore signature automa...
|
12 |
| 27145 | web-search | inference-sh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Show more Installs 34.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 13 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
12 |
| 27146 | agent-browser | inference-sh/skills |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
12 |
| 27147 | python-executor | inference-sh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 677 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
12 |
| 27148 | infsh-cli | inference-sh/skills |
No SKILL.md available for this skill. View on GitHub
|
12 |
| 27149 | sleek-design-mobile-apps | design-layers/agent-skills |
Designing with Sleek Overview sleek.design is an AI-powered mobile app design tool. You interact with it via a REST API at /api/v1/* to create projects, describe what you want built in plain language, and get back rendered screens. All communication is standard HTTP with bearer token auth. Base URL : https://sleek.design Auth : Authorization: Bearer $SLEEK_API_KEY on every /api/v1/* request Content-Type : application/json (requests and responses) CORS : Enabled on all /api/v1/* endpoints Parsing...
|
12 |
| 27150 | reddit-automation | doany-skills/skills |
👽 Reddit Automation Built by the team at doany.ai . Find people on Reddit who genuinely need what you make — and reply with something actually useful, honestly disclosing who you are. Reddit rewards real contribution and punishes spam. The way to market here is not to hide — it's to genuinely help, disclose your affiliation, and only bring up your product when it truly answers the question. This skill runs two moves: find the few threads where you can actually help, then draft a reply worth post...
|
12 |