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.
memory-manager
三级记忆管理系统 (Three-Tier Memory Management)。用于管理 AI 代理的短期、中期、长期记忆。包括:(1) 滑动窗口式短期记忆,(2) 自动摘要生成中期记忆,(3) 向量检索长期记忆 (RAG)。当需要管理对话历史、优化上下文、构建个人知识库、或实现记忆持久化时使用此 Skill。
readme-generator
Generate a production-quality README.md by analyzing project structure, framework, and code
ZeeLin Liberal Arts Paper
高校硕博研究生必备,文科论文 AI 全流程创作助手:自动生成论文标题、大纲、引言、综述、论证、对策建议和结论,强调理论深度和思辨性,支持自定义章节数量 - Powered by ZeeLin
drawing-analyzer
Analyze construction drawings to extract dimensions, annotations, symbols, and metadata. Support quantity takeoff and design review automation.
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.
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.
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.
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.
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.
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.
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.
browser-use
AI-driven browser automation via Model Context Protocol
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.
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.
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.
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.
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.
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.
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.
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.
log-archiver
Archives completed logs to cloud storage with index management and cleanup
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.
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.
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.