Marketplace

SkillHub Club catalog feed.

Public marketplace mirror sourced from skillhub.club. This source view keeps the new outcome-first browsing model while filtering server-side to a single upstream feed.

Start with the job to be done
26985 results
All outcomes · All facets
Page 146 of 1125
SkillHub ClubAnalyze Data & AI

memory-manager

三级记忆管理系统 (Three-Tier Memory Management)。用于管理 AI 代理的短期、中期、长期记忆。包括:(1) 滑动窗口式短期记忆,(2) 自动摘要生成中期记忆,(3) 向量检索长期记忆 (RAG)。当需要管理对话历史、优化上下文、构建个人知识库、或实现记忆持久化时使用此 Skill。

C 5.4
Full StackData / AI
3.1K
rank 82
hot 99
SkillHub ClubShip Full Stack

readme-generator

Generate a production-quality README.md by analyzing project structure, framework, and code

C 5.4
Full Stack
openclawagent-skillsautomationproductivity
3.1K
rank 82
hot 99
SkillHub ClubWrite Technical Docs

ZeeLin Liberal Arts Paper

高校硕博研究生必备,文科论文 AI 全流程创作助手:自动生成论文标题、大纲、引言、综述、论证、对策建议和结论,强调理论深度和思辨性,支持自定义章节数量 - Powered by ZeeLin

C 5.4
Full StackData / AITech Writer
academicpaperliberal-artssocial-science
3.1K
rank 82
hot 99
SkillHub ClubDesign Product

drawing-analyzer

Analyze construction drawings to extract dimensions, annotations, symbols, and metadata. Support quantity takeoff and design review automation.

C 5.4
Full StackDesigner
3.1K
rank 82
hot 99
SkillHub ClubAnalyze Data & AI

ai-twitter-digest

Monitor a curated list of AI/tech Twitter accounts, summarize the day's key posts using an LLM, and deliver a formatted digest to a Discord channel. Use when: (1) setting up a daily automated AI news briefing from Twitter/X, (2) scheduling or running a one-shot Twitter digest to Discord, (3) managing or updating the monitored account list, summarization prompt, or delivery format.

C 5.4
Full StackData / AI
3.1K
rank 82
hot 99
SkillHub ClubWrite Technical Docs

wechat-article-extractor

Extract metadata and content from WeChat Official Account articles. Use when user needs to parse WeChat article URLs (mp.weixin.qq.com), extract article info (title, author, content, publish time, cover image), or convert WeChat articles to structured data. Supports various article types including posts, videos, images, voice messages, and reposts.

C 5.4
Full StackData / AITech Writer
3.1K
rank 82
hot 99
SkillHub ClubAnalyze Data & AI

undetectable-ai

Make AI text undetectable. TypeScript CLI that scans ChatGPT, Claude, OpenClaw output for patterns flagged by GPTZero, Turnitin, Originality.ai, then auto-fixes them to pass as human-written. Use to bypass AI detection, evade checkers, or humanize text before submission.

C 5.4
Full StackData / AI
3.1K
rank 82
hot 99
SkillHub ClubAnalyze Data & AI

okx-dex-swap

Execute token swaps on-chain via OKX DEX Aggregator API (v6). Use this skill when a user wants to: 1. Build a complete swap flow: get swap calldata -> sign transaction -> broadcast to chain 2. Execute token-to-token swaps with slippage protection, MEV protection, and Jito tips (Solana) 3. Integrate OKX DEX swap + broadcast into applications, bots, or scripts This skill covers the FULL lifecycle: /swap endpoint (get tx data) + /broadcast-transaction endpoint (submit signed tx). For quote-only (no execution), use the okx-dex-quote skill instead.

C 5.4
Full StackBackendData / AI
defidexokxswap
3.1K
rank 82
hot 99
SkillHub ClubResearch & Ops

content-gap-analysis

This skill should be used when the user asks to "find content gaps", "what am I missing", "topics to cover", "content opportunities", "what do competitors write about that I do not", "what topics am I missing", "topics my competitors cover that I lack", or "where are my content blind spots". Identifies content opportunities by finding topics and keywords your competitors cover that you do not. Reveals untapped content potential and strategic gaps in your content strategy. For broader competitive intelligence, see competitor-analysis. For general keyword discovery, see keyword-research.

C 5.4
Full StackTech Writer
3.1K
rank 82
hot 99
SkillHub ClubShip Full Stack

okx-dex-quote

Fetch optimal swap quotes from OKX DEX Aggregator API (v6). Use this skill when a user wants to: 1. Get the best price for swapping tokens on any supported EVM/Solana chain 2. Compare DEX routing paths and price impact for token swaps 3. Build applications or scripts that query real-time DEX aggregator pricing Core value: Generates correct, authenticated API calls with proper token decimals, amount formatting, HMAC-SHA256 signing, and comprehensive error handling.

C 5.4
Full StackBackend
defidexokxswap
3K
rank 82
hot 99
SkillHub ClubResearch & Ops

deep-research

Deep research and analysis tool. Generates comprehensive HTML reports on any topic, domain, paper, or technology. Use when user asks to research, analyze, investigate, deep-dive, or generate a report on any subject. Supports academic papers (arXiv), technologies, trends, comparisons, and general topics.

C 5.4
Full Stack
1.4K
rank 78
hot 99
SkillHub ClubAnalyze Data & AI

browser-use

AI-driven browser automation via Model Context Protocol

C 5.4
Full StackData / AI
912
rank 76
hot 99
SkillHub ClubWrite Technical Docs

Analyzing AgentScope Library

This skill helps developers find information in the AgentScope AI framework documentation. It provides three scripts: searching tutorials, finding examples, and viewing Python module structures. The approach relies on cloning repos and using shell commands to navigate files.

B 6.5
Tech WriterData / AI
agentscopelibrary-documentationcode-searchpython
141
rank 66
hot 96
SkillHub ClubWrite Technical Docs

delegating-to-wiki-agent

This skill teaches Claude to delegate Confluence wiki operations to a specialized sub-agent instead of handling API calls directly. It provides clear trigger keywords, step-by-step delegation instructions, and concrete examples for reading, updating, and creating pages. The approach reduces context token usage from 5-10KB to under 1KB per query.

A 7.8
Tech WriterBackend
confluencedelegation-patterncontext-managementwiki-management
33
rank 78
hot 89
SkillHub ClubShip Full Stack

beta-feedback-fixer

This skill automates beta feedback resolution by parsing reports, classifying issues by severity, performing root cause analysis, creating isolated worktrees, implementing fixes with regression tests, and preparing beta releases. It provides concrete templates and commands for each step.

A 8.2
Full StackTesting
beta-testingbug-fixingrelease-managementgit-workflow
28
rank 82
hot 89
SkillHub ClubShip Full Stack

project-init

Automates Claude Code project initialization by detecting programming languages and adding appropriate tool permissions to settings.json. Creates session hooks and merges configurations without overwriting existing settings. Saves manual setup time for developers using Claude Code across multiple languages.

A 7.8
Full Stack
project-setupclaude-codeautomationdev-tools
16
rank 78
hot 86
SkillHub ClubResearch & Ops

using-cipherpowers

Enforces mandatory skill usage protocol for Claude, requiring checking for relevant skills before any task. Creates TodoWrite todos for checklist items and announces skill usage transparently. Prevents rationalization of skipping established workflows.

A 7.8
Full Stack
workflow-enforcementskill-discoverycompliance-check
13
rank 78
hot 85
SkillHub ClubResearch & Ops

brainstorming

Guides collaborative idea refinement into concrete designs through structured dialogue. Checks existing code via semantic search, proposes multiple approaches, and breaks designs into validated sections before generating phased spec documentation.

A 7.6
Full StackDesigner
brainstormingdesign-speccollaborative-workflowproject-planning
11
rank 76
hot 85
SkillHub ClubRun DevOps

telegram-bot

Provides multi-language templates for Telegram bot development with Rust (teloxide), Python (aiogram), and Node.js (grammY). Includes security setup, command handlers, inline keyboards, FSM for dialogs, and webhook configuration. Focuses on preventing token leaks and production-ready patterns.

A 8.3
BackendSecurityIntegration
telegrambot-developmentrustpython
4
rank 83
hot 81
SkillHub ClubRun DevOps

cleanup-manager

A Git branch cleanup tool that identifies stale branches (merged or inactive), provides detailed reports, and safely deletes them with multiple safety checks. It prevents deletion of protected branches, requires confirmation for destructive operations, and integrates with platform-specific Git handlers.

A 8.1
DevOps
git-cleanupbranch-managementrepository-maintenancedevops-automation
4
rank 81
hot 81
SkillHub ClubShip Full Stack

log-archiver

Archives completed logs to cloud storage with index management and cleanup

A 8.1
Full Stack
4
rank 81
hot 81
SkillHub ClubResearch & Ops

synthesize-plan

This skill reads three stakeholder requirement reports (architect, tester, formatter) and synthesizes them into a unified implementation plan. It validates report completeness, identifies conflicts and gaps, creates a structured plan following Purpose→Approach→Benefits format, writes to task.md, and transitions the task state to SYNTHESIS.

A 8.0
Full StackTesting
workflow-automationrequirements-synthesismulti-agent-coordinationtask-planning
4
rank 80
hot 81
SkillHub ClubShip Full Stack

get-history

Provides direct access to raw Claude Code conversation logs stored as JSONL files. Enables audit trails, compliance verification, and analysis of tool call sequences, user approvals, and agent behavior without relying on filtered summaries.

A 8.0
Full StackTesting
audit-trailconversation-analysiscompliancedebugging
4
rank 80
hot 81
SkillHub ClubResearch & Ops

meeting-sync

Sync new Granola meetings to local Knowledge folder. Use during morning planning, when user asks "what should I do today", or asks to review/sync meetings.

C 5.4
Full Stack
385
rank 71
hot 99
Previous
Page 146 of 1125
Next