Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

bighardperson/computer-science-skills-collection

205 skills3k installs6.8k starsGitHub

Install

npx skills add https://github.com/bighardperson/computer-science-skills-collection

Skills in this repo

1Neodata Financial SearchQueries Tencent's NeoData financial data service in plain natural language (Chinese-first docs) by running the bundled query.py against the copilot.tencent.com proxy with a JWT cached in NEODATA_TOKEN. One question like "how did Tencent's latest earnings look" returns typed apiRecall blocks (quotes, financial statements, capital flows) plus docRecall articles (news, broker research, filings) across seven data classes: A-share/HK/US stocks, indexes, sectors, mutual funds, macro indicators, forex, and commodities.1.3kinstalls2Frontend Design Profrontend-design-pro is a Chinese-language skill for raising the design quality of AI-generated frontend code. A developer uses its design language rules and anti-pattern checklist to steer UI toward professional typography, OKLCH color, spacing systems, and motion. It offers review commands like /audit, /polish, and /critique to inspect and refine components.11installs3Lucide Iconslucide-icons searches, downloads, and customizes icons from the Lucide icon set of over 1000 SVGs. It runs through a node CLI (scripts/lucide.js) with commands for search, download, list, info, and cache refresh. A developer uses it to pull an icon and export it as an SVG file or a typed React component with size, color, and stroke-width props. It is useful when adding iconography to a frontend without manually copying assets.10installs4Admapixadmapix is a skill that turns an agent into an ad-intelligence and app-analytics assistant using the AdMapix API. A developer or marketer uses it to search ad creatives, analyze apps, view store rankings, track downloads and revenue, and get market insights for competitor research. It requires an ADMAPIX_API_KEY and outputs in the user's detected language (Chinese or English).9installs5Agentlensagentlens is a skill for navigating and understanding codebases using agentlens hierarchical documentation. A developer uses it when exploring a new project, finding modules, locating symbols in large files, or finding TODOs and warnings before modifying code. It defines a read order from INDEX.md down through MODULE, outline, memory, and imports files so an agent reads only the sections it needs.9installs6Automate ExcelThis skill automates reading, writing, merging, transforming, and validating Excel files via bundled Python scripts. It supports merging sheets, CSV conversion, filtering, splitting, deduplication, column-based aggregation, validation, and VLOOKUP-style table joins. A developer uses it for batch spreadsheet processing and report generation from tabular data.9installs7Aviation WeatherThis skill fetches real-time aviation weather (METAR, TAF, PIREPs) from the FAA's aviationweather.gov API via a bundled Python script. It classifies conditions into flight categories and supports specific airports, lat/lon PIREP searches, and raw JSON output. A developer or pilot uses it for flight planning and airport weather briefings.9installs8ClawbrowserClawbrowser is a skill that trains an agent to control a browser through the Microsoft Playwright CLI (playwright-cli) instead of a full MCP browser. It teaches a snapshot-then-act loop that generates element refs for navigation, form interactions, screenshots, recordings, and data extraction. It also covers session management, config tuning, and devtools introspection.9installs9Daily Paper Digestdaily-paper-digest is a skill that automatically gathers the latest AI papers from arXiv and HuggingFace and pushes a formatted digest to chat apps such as Feishu, Slack or Discord. It supports category and keyword filtering via a sources.json config and can run on a daily cron schedule. A developer or researcher uses it to stay current on AI research without manual searching.9installs10Deep ResearchThis skill supplements an existing research outline by adding field definitions to a fields.yaml file. A developer runs it when structuring a research topic and wants to expand the fields being tracked, either by entering them directly or by searching the web for common fields in that domain. It shows suggested fields for confirmation, then appends them to the file in place.9installs11DeveloperThis skill is a set of software development rules covering code quality, debugging, testing, error handling, architecture, code review, performance, and dependencies. A developer uses it to guide an agent toward readable, maintainable code and sound engineering habits. It is prose guidance rather than a script, including practices for working in existing and legacy codebases.9installs12Ios Application DevThis skill is a practical guide for building iOS app UIs with UIKit, SnapKit, and SwiftUI. It provides component-selection tables and checklists covering layout, typography, color, accessibility, navigation, and privacy. A developer uses it when implementing or reviewing iOS interfaces against Apple platform conventions.9installs13Java Development ManualThis skill encodes the Alibaba Java Development Manual (Songshan edition) as a set of conventions across seven dimensions: coding style, exceptions and logging, unit testing, security, MySQL, project structure, and design. A developer uses it to write or review Java code against these standards. It provides quick-reference do/don't tables and links to detailed rule files. Documentation is in Chinese.9installs14Ke Office AutomationThis skill provides office automation scripts for batch processing Excel, Word, PDF, and files, plus batch email sending. Supported actions include merging and splitting Excel, batch Word edits, file renaming, PDF merge/split, and mass email. It runs locally with Python 3 and documentation is in Chinese.9installs15Lark CalendarThis skill creates, updates, and deletes calendar events and tasks in Lark (Feishu) through Node scripts. It auto-resolves employee names to Lark user_ids using a bundled directory and manages attendees and task members. It requires Feishu app credentials and defaults to the Asia/Singapore timezone.9installs16Office Document Specialist Suiteoffice-document-specialist-suite is a skill for creating, editing, and analyzing Microsoft Office documents across Word, Excel, and PowerPoint. It builds reports and tables in Word, does data analysis and formatting in Excel, and generates slide decks from structured data in PowerPoint. A developer uses it for automated reporting and document management, driven programmatically or via CLI scripts.9installs17Paper Research Assistantpaper-research-assistant automates studying and reproducing research papers. It parses a paper PDF for metadata, generates a structured reading report, finds the official code and datasets, scaffolds reproduction code in PyTorch or TensorFlow, and designs a reproduction experiment plan. A developer uses it to go from a paper to a runnable reproduction skeleton.9installs18Paper Summarypaper-summary extracts and summarizes the core content of academic papers, including background, methodology, main findings, and conclusions. It accepts a PDF, a URL, or pasted text, extracts the content, and writes a structured Chinese summary across six dimensions plus three to five key takeaways. It triggers automatically when a user uploads a paper or asks for a summary.9installs19Proactive AgentProactive-agent is an architecture skill that turns an AI agent from a task-follower into a proactive partner. It adds a Write-Ahead-Logging protocol, a working buffer, and a three-tier memory system so the agent survives context loss and self-improves over time. A developer applies it to give an agent persistent memory and anticipatory behavior.9installs20Pr ReviewerPr-reviewer is an automated code-review skill for GitHub pull requests. It analyzes diffs for security issues, error-handling gaps, risky calls, style problems, and missing test coverage, integrates golangci-lint and ruff, and posts structured reports. It supports Go, Python, and JavaScript/TypeScript and requires the authenticated gh CLI.9installs21QmdQmd is a local search engine for Markdown notes, docs, and knowledge bases. It indexes collections once, then serves fast BM25 keyword search by default with optional slower vector and hybrid-reranked modes. A developer uses it to find and retrieve local Markdown documents from indexed collections.9installs22Qq Mail ReaderThis skill reads email from a QQ Mail inbox over the IMAP protocol. A developer uses it when a user asks to view, search, or list recent mail from a QQ account inside an agent. It decodes multiple Chinese-friendly encodings and strips HTML to return plain-text bodies.9installs23Stock AnalystStock Analyst is a Claude Code skill that plays a senior equity analyst and evaluates a stock across three lenses: fundamentals (valuation, financials, industry), technicals (trend, patterns, MACD/RSI/KDJ signals), and quantitative/behavioral factors (fund flows, chip distribution, sentiment). It outputs a structured rating from strong-buy to avoid with entry, stop-loss, and target levels, always ending in a risk disclaimer. A developer uses it to produce a multi-lens research report on a single ticker.9installs24Tencentmap Jsapi Gl SkillSkill for integrating Tencent Map JavaScript GL API into applications. Use when adding interactive maps, markers, or location overlays to a frontend.9installs25Tencentmap Webservice SkillTencent Map WebService is a Claude Code skill for integrating Tencent Maps location services over their HTTP WebService API. It covers geocoding, POI and along-route search, input suggestions, driving/walking/cycling/transit routing, distance matrix, IP location, weather, coordinate conversion, and administrative-district queries, returning JSON with no map rendering. A developer uses it to add server-side location features to an app.9installs26Tencent Ssv TechforgoodThis skill acts as an assistant for the Chinese public-welfare and charity sector, matching nonprofit organizations to free or low-cost digital tools from the Tencent Tech for Good toolbox at techforgood.qq.com. It runs a stepwise interactive intake, gives charity-law compliance guidance verified against official databases, and guides individuals to aid channels. A developer would use it to build a guided nonprofit-support advisor. It matters because it enforces sourcing tools only from the Tencent toolbox and validating legal references in real time.9installs27Things MacThis skill manages Things 3 on macOS through the things CLI, reading the local Things database (inbox, today, upcoming, search, projects, areas, tags) and adding or updating todos and projects via the Things URL scheme. A developer uses it when they want an agent to capture tasks into Things or inspect their existing task lists. It matters because it supports a safe dry-run preview and standard task fields like notes, deadlines, tags and checklists. It is macOS-only.9installs28Ths Financial DataThis skill fetches stock market data using the thsdk library backed by the 同花顺 (Tonghuashun/THS) data interface, covering A-shares, Hong Kong and US stocks with real-time quotes, capital flow and daily K-line data. It auto-converts Chinese names, abbreviations and short codes into the full ths_code format and returns a candidate list when multiple stocks match. A developer uses it when building financial data lookups or stock analysis. It matters because it auto-installs thsdk and handles the code-resolution flow so the agent does not have to memorize market prefixes.9installs29Translate En ZhThis skill provides bidirectional Chinese-English translation for plain text, code comments and professional documents, auto-detecting the source language. It ships batch scripts (translate_batch.py, translate_markdown.py) and term glossaries for tech, business and common vocabulary to keep translations consistent. A developer uses it to translate documents, code comments or emails between Chinese and English at scale. It matters because it preserves markdown formatting and only translates comments inside code.9installs30Web ScraperWeb Scraper generates Python scripts and configs that extract and clean web-page content through a five-stage cascade. It starts with lightweight HTTP requests and escalates to Playwright rendering or Scrapy only when a page needs it. It removes boilerplate with trafilatura, pulls structured metadata like author and publish date, and can run optional LLM entity extraction on the cleaned text. A developer uses it to turn articles and news pages into structured JSON.9installs31Wechat Article SearchWeChat Article Search searches WeChat public-account (gongzhonghao) articles by keyword through a bundled Node script. It returns each article's title, summary, publish time, source account name, and a link. Options control result count, JSON file output, and resolving intermediate links to real WeChat article URLs. A developer or researcher uses it to quickly gather Chinese-language reference articles on a topic.9installs32Wechat MiniprogramWeChat Mini Program is a development-framework skill for building WeChat mini apps. It covers WXML templates, WXSS styles, WXS scripting, custom components, WeChat API integration, and cloud development. It was generated from the official WeChat documentation and bundles reference files for framework, components, APIs, and cloud. A developer uses it to build, debug, and optimize WeChat Mini Programs.9installs33Agent Browseragent-browser is a skill wrapping the agent-browser CLI, a Rust-based headless browser automation tool with a Node.js fallback. A developer uses it so an agent can navigate pages, click, type, snapshot interactive elements, fill forms, and extract structured data via structured commands. It documents installation, the snapshot-then-interact workflow, and commands for screenshots, PDF, video, and semantic locators.8installs34Agentmailagentmail is a skill that gives an AI agent its own email inbox at an @agentmail.to address. A developer uses it to send, receive, and manage emails programmatically via the AgentMail Python SDK or REST API. It covers setup with an API key, config storage, helper scripts, and optional cron or webhook notifications.8installs35Agent Mbtiagent-mbti is a skill that diagnoses and configures an AI agent's personality using an MBTI framework. A developer uses it to test an agent's personality type, measure the gap between the agent's actual and the user's desired personality, and generate recommendations to adjust the agent's communication style, proactivity, reasoning, or execution. It ships a free-tier self-test and gates detailed configuration behind a premium tier.8installs36Algorithmic Artalgorithmic-art is a skill for creating generative art using p5.js with seeded randomness and interactive parameter exploration. A developer uses it when requesting flow fields, particle systems, or other code-driven generative art. It works in two steps: first author an algorithmic philosophy as a manifesto, then express it as p5.js sketches, outputting philosophy .md, an interactive .html viewer, and generative .js algorithms.8installs37Analyzeanalyze is a skill that applies a structured analysis pattern to any input: data, code, text, decisions, or visuals. A developer uses it to force prioritization, mark each claim's source, seek disconfirming evidence, and end with an action rather than a summary. It supplies a Purpose-Structure-Analyze-Prioritize-Conclude pattern, per-domain focus tables, and named frameworks.8installs38Anti Distillanti-distill is a skill that cleans employee Skill files so they appear complete while their core proprietary knowledge is neutralized. A developer uses it to sanitize forced knowledge transfers and protect trade secrets before submitting a skill document. It classifies each passage as safe, dilute, remove, or mask, applies a chosen cleaning strength, and outputs both a hand-in copy and a private backup of the removed content.8installs39Apple RemindersThis skill lets an agent manage Apple Reminders from the terminal using the remindctl CLI. It can list, add, edit, complete, and delete reminders, filter by list or date, and emit JSON or plain output. A developer uses it to script reminder management on macOS without opening the Reminders app.8installs40Arxiv ReaderThis skill takes an ArXiv paper id or URL and uses an LLM agent to classify and deep-read the paper, printing reading notes. It runs a classifier plus reader agents whose behavior is defined by per-category prompt folders. A developer uses it to get structured notes on a research paper without reading it manually.8installs41Arxiv WatcherThis skill queries the ArXiv API to find and summarize the latest research papers by keyword, author, or category. It fetches abstracts, presents findings, and appends each discussed paper to a persistent RESEARCH_LOG.md memory file. A developer uses it for daily research monitoring and building a searchable log of AI papers.8installs42Audio Video To TextThis skill uses OpenAI Whisper to convert audio and video files into text. It supports automatic language detection and outputs plain text, SRT/VTT subtitles, or timestamped JSON. A developer uses it for meeting notes, video subtitles, interview and podcast transcription, and voice-memo capture.8installs43Audit CodeThis skill runs a two-pass expert-panel code audit combining security, performance, UX, DX, and edge-case analysis into a single prioritized report. Findings come first, sorted by severity, with file references and actionable fixes. A developer uses it to stress-test a codebase and produce a risk-ranked remediation plan across backend, frontend, APIs, and infra.8installs44AutoresearchThis skill runs Karpathy-style optimization on conversion content: it generates 50+ variants, scores each with a 5-persona simulated expert panel, evolves the winners through multiple rounds, and outputs the optimized version plus an experiment log. A developer uses it to pre-launch optimize landing pages, email sequences, ad copy, and form pages without needing real traffic.8installs45Awesome Design MdThis skill is a curated collection of 54 DESIGN.md files extracted from real developer-focused websites like Vercel, Stripe, Linear, and Notion. Each file is a plain-text design system spec with tokens, colors, typography, and components that an AI agent reads to generate brand-consistent UI. A developer uses it when they want UI that matches a specific brand's design system.8installs46Baidu SearchThis skill searches the web using the Baidu AI Search API via a bundled Python script. It accepts a query with optional result count and freshness time-range filters and returns live search results. A developer uses it for live information, documentation lookups, or research, especially for Chinese-language queries.8installs47BlogwatcherThis skill tracks blog and RSS/Atom feed updates using the blogwatcher CLI. It can add and list blogs, scan for new articles, list articles, and mark them read. A developer uses it to monitor feeds from the terminal and stay on top of new posts.8installs48Book WriterThis skill uses AI to generate a book outline from a prompt and progressively expand each chapter's content. It supports inserting LaTeX formulas, figures, tables, and code, and adapts structure for academic, technical, fiction, and textbook types. A developer uses it via Python scripts to draft long-form books, with content optimization and web material search as helpers.8installs49Brave SearchBrave Search is a skill that runs headless web searches and extracts page content through the Brave Search API. A developer invokes it via CLI scripts to look up documentation, facts, or current information without launching a browser. It can also fetch a single URL and return its readable content as markdown.8installs50BrowserBrowser is a skill that uses a headless Puppeteer browser to render JavaScript-heavy web pages and extract their clean text content. A developer uses it when an agent needs to read a page that only renders after JavaScript runs. It is invoked with the command openclaw browser read <url>.8installs51Browser CashBrowser-cash is a skill that creates cloud browser sessions through the Browser.cash API for scraping, form filling, testing, and screenshots. The sessions appear as real browsers and bypass anti-bot protections such as Cloudflare and DataDome. A developer connects to the returned WebSocket CDP URL with Playwright or Puppeteer to drive the session.8installs52CalendarCalendar is a skill for calendar and scheduling management. A developer uses it to create events, schedule meetings, set reminders, view availability, and handle recurring events. It supports Google Calendar, Apple Calendar, and Outlook Calendar.8installs53Capability EvolverCapability-evolver is a self-evolution engine for AI agents. It analyzes an agent's runtime history to find failures and inefficiencies, then autonomously writes improvements under protocol constraints. It communicates with the EvoMap Hub through a local Proxy mailbox backed by SQLite, and supports asset publishing, task subscription, and rollback strategies.8installs54Citation ManagerCitation-manager is a skill for managing academic citations in research papers and theses. It fetches real bibliographic metadata from Crossref by DOI, ISBN, or title, generates in-text citations and bibliography lists, and converts between formats such as APA, MLA, Chicago, GB/T 7714, IEEE, and Harvard. It also checks that in-text citations match the reference list.8installs55ClawddocsClawddocs is a skill that turns an agent into a Clawdbot documentation expert. It provides a decision tree for routing questions, search scripts (sitemap, keyword, full-text index, recent-changes) and a doc fetcher, plus ready-to-use config snippets for providers, gateway, and automation. A developer uses it to navigate, understand, and configure Clawdbot.8installs56Clawhub Skill ScannerClawhub-skill-scanner is a skill that performs a security audit of another skill before it is installed. It runs deep code analysis to detect malicious patterns such as reverse shells, curl-pipe-bash, credential access, data exfiltration, command injection, and obfuscation. It assigns a risk score and blocks installation when the score is too high.8installs57Clean CodeClean-code is a skill that provides pragmatic coding standards for writing and reviewing maintainable code. It covers naming rules, function rules, code structure patterns, and common anti-patterns, with principles like SRP, DRY, KISS, and YAGNI. A developer uses it when writing new code, refactoring, or reviewing code quality.8installs58Cli Anything HubCli-anything-hub is a meta-skill that discovers agent-native command-line interfaces for professional software. A developer uses the cli-hub package manager to browse, search, and install CLIs for creative, productivity, AI, and development workflows. Each installed CLI is a pip package that supports one-shot commands, a REPL, and JSON output for agents.8installs59CloudbaseCloudbase (ai-model-nodejs) is a skill for adding AI capabilities to Node.js backend services and CloudBase cloud functions. It uses @cloudbase/node-sdk (version 3.16.0 or above) to call generateText, streamText, and generateImage with built-in Hunyuan and DeepSeek models. A developer uses it for server-side AI text and image generation, and it is the only CloudBase SDK that supports image generation.8installs60Cnb Skillcnb-skill is a generated command-line wrapper over the CNB code-hosting platform's REST API. It exposes modules for issues, pull requests, git branch-protection settings, user activities, assets and badges. A developer uses it to let an agent read and act on repositories, issues and PRs hosted on CNB (cnb.cool) without writing HTTP calls by hand.8installs61Codebase Documentercodebase-documenter is a skill for writing documentation for codebases, including README files, architecture docs, code comments and API documentation. It supplies templates and structured approaches aimed at beginner-friendly, accessible docs. A developer uses it when creating getting-started guides or explaining project structure to new contributors.8installs62Code Executorcode-executor is a skill that lets an agent write and run code dynamically in Python, JavaScript, TypeScript, Bash and SQL. It runs the generated code in a sandbox and returns the result, with environment variables to control timeout, network and filesystem access. A developer uses it for one-off calculations, custom data transformations and quick prototyping when no dedicated skill covers the task.8installs63Code Mentorcode-mentor is a programming-tutor skill that teaches software development through interactive lessons, code review, debugging guidance, algorithm practice and project mentoring. It first assesses the learner's experience level, goal and learning style, then adapts pacing and depth. A developer uses it to learn a language, prep for coding interviews or get guided help understanding concepts.8installs64Code Reviewcode-review is a skill providing systematic code-review patterns across security, performance, correctness, maintainability and testing. It works through each dimension with detailed checklists, severity levels and priority tiers rather than scanning randomly. A developer uses it when reviewing PRs or establishing review standards.8installs65Codingcoding is a memory skill that remembers a developer's coding style preferences, stack decisions and patterns so the agent applies them consistently. It learns only from explicit corrections and confirmations, storing entries in local files under ~/coding/ and making no network requests. A developer uses it to keep the agent's code output aligned with their conventions across sessions.8installs66Content Opscontent-ops is a skill that scores and iteratively improves content or strategy using an auto-assembled panel of 7-10 domain experts. It selects a scoring rubric by content type, runs a recursive scoring loop until every expert scores 90+ (max 3 rounds), and always includes an AI-writing detector and brand-voice check. A developer or marketer uses it as a quality gate on copy, landing pages, email sequences, titles or strategy docs.8installs67Content Repurposercontent-repurposer is a skill that transforms long-form content (blog post, video transcript, podcast notes) into platform-optimized snippets for Twitter, LinkedIn, email newsletters and Instagram. It extracts the core message, adapts format and length per platform, and keeps a configured voice consistent. A marketer or creator uses it to publish one piece across multiple channels without manual reformatting.8installs68Crawl4ai Skillcrawl4ai-skill is a web crawling and scraping tool with LLM-optimized Markdown output. It offers DuckDuckGo search, single-page scraping, full-site crawling and dynamic (JavaScript-rendered) page scraping, needing no API key. A developer uses it to pull clean, token-efficient content from docs sites and web pages for research or LLM ingestion.8installs69Critical Code Reviewercritical-code-reviewer is a skill that conducts rigorous, adversarial code reviews. It scrutinizes error handling, type safety, performance, accessibility and security across Python, R, JavaScript/TypeScript and SQL, flagging lazy patterns and edge-case failures. It returns structured feedback in Blocking, Required and Suggestions tiers. A developer uses it when they want a brutally critical review of code or a PR.8installs70Data Analystdata-analyst is a skill for completing data-analysis tasks delegated by the user. When code needs to read files, they must be listed in the upload_files parameter and accessed by filename from the working directory. It is based on a data_analyst agent configuration. The SKILL.md is thin, giving only file-handling instructions and no method detail.8installs71DelegationThis skill enforces an architecture-first workflow when delegating coding work to AI agents. Before any code is written, it requires the agent to read the architecture document, declare the target filepath, list dependencies and consumers, and check for conflicts. A developer uses it to keep AI-generated code consistent with an existing system and to run a completion checklist before marking work done.8installs72Device AssistantThis skill is a personal device and appliance manager. It tracks devices with model numbers, serial numbers, warranty and purchase details, and provides error-code lookups with step-by-step troubleshooting. It also surfaces manuals, warranty-expiry alerts, and maintenance reminders. It understands natural-language German queries and stores data as JSON files in the workspace.8installs73Docker SandboxThis skill creates and manages Docker Desktop sandbox environments to run agents and commands in isolated VMs. A developer uses it to run untrusted code, explore packages, or test destructive operations without risking the host. It documents the sandbox lifecycle commands, workspace mounting via virtiofs, and network proxy controls for allowlisting or blocking outbound hosts.8installs74Document SummaryThis skill summarizes technical documents into structured markdown. Given document text, it produces a Summary of up to five lines, a bulleted Key Points list, and a Risks section. A developer uses it to condense documentation or reports into a consistent markdown format.8installs75Earnings TrackerThis skill is an earnings tracker for A-share and US stocks. It scans earnings calendars from AKShare and Yahoo Finance, tracks pre-announcements, quick reports, and formal filings, and flags whether results beat or miss expectations. It pushes summaries to Discord or Telegram on a schedule and lets a user pick which companies to follow.8installs76EducationThis skill is a study assistant that generates study plans, quizzes, flashcards, and review materials for any topic. It also tracks learning progress and creates study schedules with time blocks. A user runs its six bash commands (plan, quiz, flashcard, progress, schedule, review) and progress data is stored in a local JSON file.8installs77Email SkillThis skill provides email management and automation across multiple providers. It can send emails with attachments, supports HTML and plain-text bodies, CC and BCC recipients, and secure TLS or SSL connections. A developer configures SMTP credentials via a config file or environment variables and sends mail through a Python script or API for providers like Gmail, Outlook, Yahoo, and QQ Mail.8installs78Feishu Calendar AdvancedThis skill manages a Feishu (Lark) calendar through the @teamclaw/feishu-agent CLI. It can list calendars, list events, create events with attendees, and delete events, with time-conflict detection. A developer configures it with a Feishu app ID and secret, authorizes via OAuth, then runs commands through bunx.8installs79Feishu Docx PowerwriteThis skill writes well-formatted Feishu (Lark) Docx documents from Markdown using OpenClaw's Feishu OpenAPI tools. It prefers feishu_docx_write_markdown to preserve structure such as headings, lists, and code blocks. A developer uses it to append or replace content in a Feishu doc identified by its document_id, with the destructive replace mode gated behind a confirm flag.8installs80Feishu Interactive CardDeprecated skill for Feishu interactive cards; users should switch to feishu-msg-reader instead. Documents the older card message integration pattern for reference.8installs81Feishu Messagingfeishu-messaging is a Chinese-language skill for sending Feishu (Lark) messages and creating documents through the Feishu Open Platform API. A developer uses it to look up a group ID or members, then send text, image, or file messages via the lark_oapi Python SDK. It documents which permission scope each API call requires.8installs82FFmpegffmpeg is a reference skill for processing video and audio with FFmpeg using correct codec selection, filtering, and encoding settings. A developer uses it to pick CRF and preset values, map streams, apply filters, concatenate clips, burn or mux subtitles, and choose hardware acceleration. It also lists common FFmpeg mistakes to avoid.8installs83Figma Syncfigma-sync is a skill for bidirectional synchronization between Figma files and code. A developer uses it to pull Figma files, extract design tokens, generate React Native Expo TypeScript or React + Tailwind code, write changes back to Figma, and diff a local model against Figma for minimal patches. It ships Python scripts for pull, push, diff, and preview.8installs84File Organizer Zhfile-organizer-zh is a Chinese-language skill that automatically sorts files into folders by type. A developer or user uses it to organize a directory such as Downloads or the desktop into image, document, code, video, audio, and archive buckets. It maps common file extensions to each category and can flag duplicates.8installs85Find Skillsfind-skills is a skill that helps discover and install agent skills from the open skills ecosystem. A developer uses it when a user asks 'how do I do X' or 'find a skill for X', translating the need into an npx skills find query and offering to install the result. It documents the Skills CLI commands and the skills.sh catalog.8installs86Flutter Devflutter-dev is a Flutter cross-platform development guide covering widget patterns, Riverpod and Bloc state management, GoRouter navigation, performance optimization, and platform-specific implementations. A developer uses it when building Flutter apps to apply const optimization, responsive layouts, testing strategies, and DevTools profiling. It bundles topic-specific reference files for each area.8installs87Freeridefreeride is a skill that configures OpenClaw to use free AI models from OpenRouter. A developer uses it to set the best free model as primary, add ranked fallbacks so rate limits do not interrupt work, and update openclaw.json while preserving existing config. It exposes a freeride CLI plus an optional watcher for auto-rotation.8installs88Frontend Designfrontend-design is a skill for creating distinctive, production-grade frontend interfaces with high design quality. A developer uses it when building web components, pages, or applications to commit to a bold aesthetic direction and refine typography, color, motion, and spatial composition. It steers implementation away from generic AI-generated design patterns.8installs89Frontend Design Extractorfrontend-design-extractor is a skill that extracts a reusable UI/UX design system from a frontend codebase. A developer uses it to inventory UI sources, document design tokens and global styles, catalog components, and capture page-level patterns, deliberately excluding business logic. It supports greenfield, refactor-existing, and refactor-from-spec workflows and ships a UI-source scan script.8installs90Frontend Devfrontend-dev is a skill that builds complete frontend pages by combining premium UI design, cinematic animations, AI-generated media assets, persuasive copywriting, and generative art. A developer uses it for landing pages, marketing sites, and product pages, generating real image, video, audio, and music assets via MiniMax scripts instead of placeholders. It orchestrates design, motion, assets, copy, and art across common frameworks.8installs91Fullstack Devfullstack-dev is a skill covering full-stack backend architecture and frontend-backend integration. A developer uses it to scaffold a backend service or REST API, decide project structure, error handling, auth, and real-time strategy, then implement and verify a full-stack app. It enforces a mandatory workflow from gathering requirements through scaffold, implementation, testing, and handoff.8installs92Gifgrepgifgrep is a command-line and TUI tool that searches GIF providers such as Tenor and Giphy, downloads results, and extracts still frames or contact sheets. A developer uses it to find and prep GIF assets quickly for review, documentation, PRs, or chat. It supports JSON output and pipe-friendly fields for scripting.8installs93Gif Sticker Makergif-sticker-maker converts a photo of a person, pet, object, or logo into four animated GIF stickers with captions in a Funko Pop / Pop Mart style. It runs a four-step pipeline that generates static images, animates them to video, and converts the videos to GIFs using the MiniMax image and video APIs. A developer uses it to produce sticker packs, animated avatars, or emoji expressions.8installs94Gitai Automationgitai-automation drives the @notyped/gitai CLI to analyze code changes and generate Conventional Commit messages automatically. A developer uses it to stage, commit, and optionally push with a semantic message in a single command instead of writing commit text by hand. It supports OpenAI, Anthropic, and Groq as the underlying LLM.8installs95Git Cligit-cli is a reference skill for using the Git command line to inspect, stage, commit, branch, and synchronize changes. A developer uses it to get exact Git commands for a task and to follow safe workflows that avoid destructive operations unless explicitly requested. It bundles reference docs, helper scripts, and commit and gitignore templates.8installs96Git Essentialsgit-essentials is a reference of core Git commands for version control, branching, and collaboration. A developer uses it to look up commands for staging, committing, branching, merging, remotes, history, undoing changes, stashing, rebasing, and tags. It also includes common workflow recipes for feature branches, hotfixes, and syncing a fork.8installs97Git Helpergit-helper provides convenient wrappers for frequently used git commands including status, pull, push, branch management, and log viewing. A developer uses it to run common git operations through a simple git-helper command interface. It requires no installation and assumes git is already present.8installs98Github Copilot Cligithub-copilot-cli is a workflow guide for using the GitHub Copilot CLI (gh copilot) efficiently to explore codebases, draft focused changes, debug, and write tests. It offers role-aware prompting patterns and a multi-Copilot orchestration loop where the developer acts as conductor. It also spells out situations where Copilot should propose but not decide.8installs99Github Opsgithub-ops automates GitHub operations including creating repositories, pushing code, and managing Releases through the GitHub REST API. It runs without user intervention using a stored GITHUB_TOKEN. Its full flow chains repo creation and push into Vercel auto-deploy to bring a site online.8installs100Github Trending Cngithub-trending-cn fetches trending GitHub repositories for daily, weekly, or monthly periods using the real GitHub Search API. A developer uses it to monitor popular open-source projects, optionally filtered by programming language, with JSON output for further processing. It runs a Python standard-library script with no pip dependencies and supports a GITHUB_TOKEN for higher rate limits.8installs101Git Workflow Cngit-workflow-cn is a Git workflow assistant covering branch management, conflict resolution, and commit conventions for developers and teams. It documents Conventional Commits, three workflow models (Git Flow, GitHub Flow, GitLab Flow), and recipes for undoing, rolling back, and recovering changes. A developer uses it as a Chinese-language reference to improve team collaboration on Git.8installs102Goal Trackergoal-tracker tracks long-term goals with milestones, daily logging, and accountability. A user logs daily activity, updates milestones and MRR, generates weekly summaries, and views an HTML dashboard of progress via tracker commands. It watches patterns such as several days without progress and nudges accordingly.8installs103Goggog is a Google Workspace command-line tool for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. A developer uses it to search and send mail, read calendar events, search Drive, and read or update Sheets and Docs from the terminal. It requires a one-time OAuth setup and supports JSON output for scripting.8installs104Google Gemini MediaThis skill provides workflows and code templates for the Gemini API across image generation, video generation, speech (TTS), and image/video/audio understanding. A developer uses it when wiring Gemini multimodal generation into a Node.js or REST project. It documents authentication, model selection, file input modes, and how to handle binary media outputs.8installs105Habit TrackerThis skill lets a user create and track daily or weekly habits through conversation, maintaining streak counts and optional reminders. It logs completions, shows progress over time, and supports skip and archive actions. Data is stored locally.8installs106History SessionThis skill displays historical Claude Code sessions for the current working directory so the user can decide whether to resume a previous session. It runs a lookup script over ~/.claude/projects/ and prints each session's summary plus the claude --resume command. It triggers on /history-session or equivalent phrases.8installs107Idea ValidatorThis skill assesses a startup idea before building using a structured Problem Assessment Matrix and a Perceived Created Value (PCV) score. A developer or founder uses it to judge problem-solution fit and whether an idea is worth pursuing. It supplies scoring rubrics and discovery questions and points to related market-sizing and ICP skills.8installs108Imap Smtp EmailThis skill reads, searches, and manages email over IMAP and sends email over SMTP, with attachment support. It supports multiple accounts via prefixed environment variables and works with Gmail, Outlook, and several Chinese mail providers. Setup is script-driven and includes a file-access whitelist.8installs109ImsgThis skill uses the imsg CLI to read and send iMessage/SMS through Messages.app on macOS. It can list chats, show history, watch a chat live, and send messages with file attachments. It requires Full Disk Access and Automation permission for the terminal.8installs110Internal CommsThis skill helps write internal company communications using preferred formats. It handles 3P (Progress/Plans/Problems) updates, company newsletters, FAQ responses, status reports, leadership updates, and incident reports. It selects a guideline file per communication type and follows its formatting and tone rules.8installs111JavaThis skill helps write robust Java by flagging null traps, equality bugs, and concurrency pitfalls. It provides a critical-rules list plus reference files for nulls and Optional, collections, generics, concurrency, streams, testing, and the JVM. A developer uses it while writing or reviewing Java code.8installs112Lark Unifiedlark-unified gives an agent access to the Lark (Feishu) collaboration platform through the lark-cli command-line tool. It exposes over 200 commands across 11 domains including instant messaging, cloud documents, spreadsheets, base tables, calendars, mail, tasks, and wikis. A developer uses it to send messages, manage documents, or build custom Lark workflows without hand-writing API calls. It documents a strict non-interactive setup path so an agent never triggers the TTY-only config wizard.8installs113Lexiang Knowledge Baselexiang-knowledge-base lets an agent access the Lexiang (乐享) knowledge-base platform. It can fetch document content and metadata, search documents, query knowledge-base and directory structure, create, edit, and move documents, manage tags and comments, and upload and maintain attachments. A developer uses it when a task references Lexiang or a lexiangla.com link. It requires the LEXIANG_TOKEN and COMPANY_FROM environment variables.8installs114Macos Calendarmacos-calendar creates, lists, and manages Apple Calendar events on macOS using AppleScript. It runs a calendar.sh script that supports listing calendars and creating events from JSON with fields for title, calendar, notes, date offset or absolute date, time, duration, alarms, all-day, and iCal RRULE recurrence. A developer uses it when they ask an agent to schedule a meeting, add a reminder, or set a deadline. It uses relative date math to avoid locale-specific date parsing issues.8installs115Macro Monitormacro-monitor collects and summarizes macroeconomic data on a daily schedule. It browses free sources such as Trading Economics, FRED, and Chinese statistics and central-bank sites, then integrates the last 24 hours of data releases and policy news into a formatted report. Every indicator gets a mandatory plain-language explanation, drawn first from a bundled indicators reference. A cron job fires it nightly at 22:00 and it pushes the digest to the user.8installs116Markdown Exportermarkdown-exporter converts Markdown text into a wide range of document formats and extracts code blocks into source files. Supported outputs include DOCX, PPTX, XLSX, PDF, PNG, HTML, IPYNB, MD, CSV, JSON, JSONL, XML, and LaTeX. A developer uses it to turn Markdown reports, slides from Pandoc-style headings, or Markdown tables into finished files. It installs as the md-exporter Python package and runs through the markdown-exporter command-line tool.8installs117Market Sentiment Pulsemarket-sentiment-pulse aggregates and analyzes market sentiment for a specific crypto or stock ticker. It scans recent news and social posts for a ticker, scores sentiment from -1 (extremely fearful) to +1 (extremely greedy), and reports the current pulse plus the key narrative drivers. A trader uses it for a quick vibe check before executing a trade or reviewing a portfolio.8installs118Mcp Skillmcp-skill wraps the Exa MCP server at https://mcp.exa.ai/mcp to give an agent a set of search and research tools. Included tools cover web search, advanced web search, code-context retrieval, deep search, crawling, company research, LinkedIn search, and a deep-researcher start/check pair. A developer uses it to add Exa-backed web search and research capabilities to an agent through a single skill.8installs119Media Playermedia-player plays audio and video locally on the host machine using mpv. It supports both local files and remote URLs, including m3u8 streams, and exposes play, pause, and stop commands. A developer uses it when an agent needs to play media on the host. It requires the mpv binary, which can be installed via dnf.8installs120Mermaid Diagramsmermaid-diagrams creates software diagrams using Mermaid's text-based syntax. It covers class diagrams, sequence diagrams, flowcharts, ERDs, C4 architecture diagrams, state diagrams, git graphs, and Gantt charts, with reference files and quick-start examples for each. A developer uses it to diagram, visualize, or model a system so the output stays version-controllable alongside code. It includes best practices such as keeping any single diagram under 15 nodes.8installs121Migraqmigraq is a Tencent Cloud migration assistant covering the CMG/MSP workflow. It scans resources across AWS, Alibaba Cloud, Huawei Cloud, and GCP, maps source specs to equivalent Tencent Cloud specs, runs TCO cost analysis, and helps plan migration cutovers. A developer uses it to inventory another cloud, get spec recommendations, and produce migration quotes. It calls the CMG ChatCompletions API using Tencent Cloud AK/SK credentials with TC3-HMAC-SHA256 signing.8installs122Minimax Docxminimax-docx builds, edits, and restyles Word DOCX documents through OpenXML. It ships a .NET CLI (MiniMaxAIDocx) with commands to create a document from scratch, edit content, apply templates, validate against XSD schemas, diff, and manage track changes. It bundles scenario guides for reports, letters, memos, and academic papers plus style XML sets and typography references. A developer uses it to programmatically produce professionally formatted Word documents. Note: this listing had no SKILL.md, so grounding is from its bundled scenario and design references.8installs123Minimax Pdfminimax-pdf is a skill that generates designed, print-ready PDFs from structured content, fills form fields in existing PDFs, and reformats existing documents into a styled PDF. It routes user intent into three paths (CREATE, FILL, REFORMAT) and derives color, typography, and spacing from the document type. A developer uses it when the visual quality of a PDF matters, not just producing any PDF.8installs124Minimax Xlsxminimax-xlsx is a skill that creates, reads, analyzes, edits, and validates Excel and spreadsheet files. It routes tasks into READ, CREATE, EDIT, FIX, and VALIDATE paths and edits existing files by directly manipulating the XML instead of an openpyxl round-trip to avoid corrupting VBA, pivots, and sparklines. A developer uses it to build financial models, add columns or rows with formulas, and validate spreadsheet formulas.8installs125Miniprogram Architectminiprogram-architect is a skill for architecting WeChat Mini Programs. It designs and refactors project directory structure, sets code and naming standards, builds reusable component libraries, and configures subpackaging and preloading for package-size and load-performance optimization. A developer uses it when starting a new Mini Program, restructuring an existing one, or establishing team conventions. The documentation is written in Chinese.8installs126Model Usagemodel-usage is a skill that summarizes per-model usage cost from CodexBar's local cost logs for Codex or Claude. It supports a current mode (the most recent model) and an all mode (a full per-model breakdown), and can read the cost JSON from the codexbar CLI, a file, or stdin. A developer uses it to get a scriptable per-model cost summary from CodexBar output.8installs127Nano Banana Pronano-banana-pro is a skill that generates and edits images using Google's Nano Banana Pro API (Gemini 3 Pro Image). It supports text-to-image and image-to-image editing at 1K, 2K, or 4K resolution and follows a draft-iterate-final workflow. A developer uses it to create new images or edit existing ones via a bundled generate_image.py script that needs a Gemini API key.8installs128Nano Pdfnano-pdf is a skill that edits PDFs by applying natural-language instructions to a specific page using the nano-pdf CLI. A developer runs it to make targeted per-page edits, such as changing a title or fixing a typo, then sanity-checks the output PDF. It notes that page numbering may be 0-based or 1-based depending on version.8installs129Note Organizernote-organizer is a skill that manages a personal Joplin-based note knowledge base through a joplin.sh script. It provides commands to create, list, search, view, edit, tag, and export notes, work with notebooks, and view stats. A developer uses it for personal organization and note-taking where data stays local on the machine.8installs130Notionnotion is a skill that uses the Notion API to create and manage pages, databases (data sources), and blocks. It documents setup with an integration key, common curl operations (search, get page, query a data source, create/update pages, add blocks), property type formats, and the changes introduced in the 2025-09-03 API version. A developer uses it to programmatically read and write Notion content.8installs131Ontologyontology is a skill that represents knowledge as a typed, verifiable graph for agent memory and cross-skill shared state. It defines entities (Person, Project, Task, Event, Document, and more) with properties and relations, validates every mutation against type constraints, and stores data in a JSONL graph. A developer uses it to give an agent structured memory, link related objects, enforce constraints, and model multi-step plans as graph transformations.8installs132Openai Image Genopenai-image-gen is a skill that batch-generates images through the OpenAI Images API. It samples random-but-structured prompts and renders them, then outputs PNG images, a prompts.json mapping, and an index.html thumbnail gallery. A developer uses it to quickly produce a batch of images with configurable count, model, size, and quality; it needs an OpenAI API key.8installs133Openai Whisperopenai-whisper is a skill that transcribes audio locally using the Whisper CLI, with no API key required. It supports transcription and a translate task, multiple output formats such as txt and srt, and selectable model sizes that trade speed against accuracy. A developer uses it to turn audio files into text or subtitles on their own machine.8installs134Openai Whisper Apiopenai-whisper-api transcribes an audio file by calling OpenAI's /v1/audio/transcriptions endpoint through a bundled transcribe.sh script. A developer runs it to turn recordings like m4a or ogg files into a text or JSON transcript. It supports flags for model, language, output path, and a prompt hint.8installs135Open Lessonopen-lesson lets an agent drive the openLesson tutoring platform over its HTTP API to run Socratic, audio-based learning sessions. It generates a learning plan as a directed graph of sessions, starts a session, submits base64 audio chunks for reasoning-gap analysis, and ends the session with a summary report. A developer uses it to build automated tutoring workflows on top of openLesson.8installs136Openqqopenqq connects a QQ bot to the OpenClaw agent so it can auto-reply to QQ private chats and group @mentions. It keeps each user or group in an isolated conversation session, logs activity with rotation, and reconnects the WebSocket automatically. A developer configures QQ Open Platform credentials, then runs the bot with npm scripts.8installs137Outlook Calendaroutlook-calendar reads a Microsoft 365 Outlook calendar so an agent can answer questions about schedule, meetings, and tasks. It logs in with MFA via a Playwright script, caches cookies and a bearer token, then reads events for a day, week, month, or custom range. It triggers whenever a user asks about their agenda and converts UTC times to local time before answering.8installs138Paper Analyzerpaper-analyzer produces a deep, peer-review-style analysis of an academic paper. It reads the full paper including appendices and writes six ordered sections covering metadata, problem, technical method, experimental evidence, critical assessment, and more, at the depth of a NeurIPS or ICML reviewer. Every significant claim is tagged as from the paper, inferred, or external, and it supports Chinese output.8installs139Paper Digestpaper-digest takes an arXiv ID or URL, fetches the paper's HTML, and writes an executive summary. It identifies up to five of the paper's most-cited foundational references, spawns sub-agents to read each one, then combines them into a single flowing-prose markdown report. It writes intermediate summaries to disk and cites references as markdown links, without fabricating results.8installs140Paper Summarizepaper_summarize produces academic-grade paper summaries by picking an analysis template based on the paper's type, such as method, dataset, multimodal, or survey. It follows top-conference review criteria and writes a methodology critique, experimental assessment, strengths and weaknesses, and critical questions to a local markdown file. It also records the prompts used for reproducibility.8installs141Pdf Readerpdf-reader extracts plain text and retrieves metadata from PDF files using PyMuPDF. It exposes two commands: extract, which pulls text with an optional max-pages limit, and metadata, which returns a JSON object of document fields like title, author, and creation date. A developer uses it to pull text or metadata out of PDFs from the command line.8installs142Pdf Smart Tool Cnpdf-smart-tool-cn is a Chinese-language PDF processing tool that converts, recognizes, and edits PDF files. It converts PDFs to Word, Excel, PowerPoint, or images, runs OCR on scans, merges and splits documents, extracts pages, adds digital signatures and watermarks, encrypts and decrypts, and batch-processes files. It relies on pdftotext, tesseract, and ghostscript.8installs143Peekaboopeekaboo is a macOS UI automation CLI that captures and inspects screens, targets UI elements, drives input, and manages apps, windows, and menus. An agent uses `see` to annotate a screenshot and identify targets, then click, type, drag, or use hotkeys against those elements. It requires Screen Recording and Accessibility permissions.8installs144Pencil To CodePencil-to-code exports a finalized Pencil .pen design into production React and Tailwind code. It reads the .pen frame tree, extracts design variables into a Tailwind theme, and maps node types to semantic HTML components. A developer uses it after a design direction is chosen to turn a mockup into implementation code.8installs145PHPPHP is a coding-guidelines skill that helps write solid PHP by avoiding type-juggling traps, array quirks, and common security pitfalls. It provides critical rules on strict comparison, prepared statements, and output escaping, plus topic files on types, arrays, OOP, strings, errors, security, and modern PHP 8+ features. A developer references it while writing or reviewing PHP code.8installs146PivPIV is a workflow orchestrator that runs a Plan, Implement, Validate loop for multi-phase software development. It stays lean and spawns fresh sub-agents for codebase analysis, PRP generation, execution, validation, and debugging across each phase. A developer uses it to build features phase-by-phase with automated validation and multi-agent orchestration.8installs147Playwright Scraper SkillPlaywright-scraper-skill is a Playwright-based web scraping skill with anti-bot protection. It provides a simple script for dynamic JavaScript sites and a stealth script that hides automation markers and mimics human behavior to bypass Cloudflare. A developer uses it to fetch content from sites that block basic fetchers, choosing the method by the target's anti-bot level.8installs148Porteden EmailPorteden-email is an email-management skill that drives the porteden CLI to work with Gmail, Outlook, and Exchange across multiple accounts. It can list, search, read, send, reply, forward, delete, and modify emails, with an AI-optimized JSON output mode. A developer or agent uses it to handle email programmatically without hardcoding credentials.8installs149Pptx GeneratorPptx-generator is a skill that generates, edits, and reads PowerPoint presentations. It creates decks from scratch with PptxGenJS across cover, TOC, section-divider, content, and summary slide types, edits existing PPTX via XML workflows, and extracts text with markitdown. A developer uses it to produce or update slide decks programmatically.8installs150PromptifyPromptify is a prompt-optimization skill that rewrites vague or unstructured prompts into clear, effective ones. It enforces a four-element contract of role, task, constraints, and output, and can dispatch sub-agents for codebase research, clarifying questions, or web search when needed. A developer uses it to sharpen a prompt before running it against a model.8installs151PythonPython is a coding-guidelines skill for writing, reviewing, and refactoring Python. It enforces PEP 8 style, syntax validation via py_compile, unit-test execution, modern non-EOL Python versions, uv for dependencies, and idiomatic Pythonic patterns. A developer references it while working on Python code and before committing.8installs152Qq EmailQq-email is an email skill for QQ Mail that receives mail over IMAP and sends over SMTP using Node.js scripts. Credentials come only from the QQ_EMAIL_ACCOUNT and QQ_EMAIL_AUTH_CODE environment variables, never hardcoded. A developer uses it to send, receive, and read QQ email bodies by UID.8installs153Qq Zone PhotoThis skill automates QQ Zone photo-album management through a Python CLI script. A developer uses it when a user wants to back up, download, upload, or organize photos in their QZone albums. It logs in by QR code and drives seven actions over the unofficial QZone API.8installs154Qwen EnhanceThis skill formats mixed image and text prompts for Alibaba's Qwen (Tongyi Qianwen) models, especially Qwen-VL. A developer uses it when building an agent that sends visual tasks to a Qwen-VL model and needs the correct <img>...</img> prompt format. It also offers Qwen-specific prompt-tuning tips.8installs155React Native DevThis skill is a guide for building production React Native and Expo apps. A developer uses it when implementing mobile UI, navigation, state, animations, forms, networking, or deploying to the App Store and Play Store. It points to reference files and prescribes current component and library choices.8installs156Read GithubThis skill reads GitHub repository documentation and code through the gitmcp.io MCP service. A developer uses it when they want semantic search across a repo's docs plus accurate code navigation instead of scraping raw GitHub pages. It exposes fetch-docs, search-docs, search-code, and fetch-url via a Python CLI.8installs157Read WordThis skill reads Microsoft Word documents in .docx and .doc formats without requiring Word to be installed. A developer uses it to extract text, search keywords, and export documents to UTF-8 text, with Chinese language handling. It provides both a CLI and a Python API.8installs158Receiving Code ReviewThis skill defines how an agent should receive and act on code-review feedback. A developer uses it so the agent verifies suggestions against the codebase, asks about unclear items before implementing, and pushes back technically instead of agreeing performatively. It also sets an implementation order for multi-item feedback.8installs159RustThis skill helps write idiomatic Rust by naming the common ownership, borrowing, lifetime, and concurrency pitfalls and their fixes. A developer uses it when writing or debugging Rust and fighting the borrow checker or confusing compiler errors. It maps traps to reference files and offers a compiler-error lookup table.8installs160SagThis skill is a command-line wrapper for ElevenLabs text-to-speech with local audio playback, styled like the macOS say command. A developer uses it to synthesize speech from text, pick a voice and model, and control pronunciation and delivery. It supports expressive v3 audio tags and language normalization.8installs161Security AuditorThis skill acts as a security auditor for reviewing code against the OWASP Top 10 and implementing secure coding practices. A developer uses it when auditing auth flows, input validation, injection and XSS risks, secrets handling, or CORS/CSP configuration. It supplies concrete before/after code fixes and header configs.8installs162Security ReviewerThis skill acts as a security analyst that reviews code and infrastructure for vulnerabilities. A developer uses it for SAST scans, dependency and secret scanning, penetration testing, and cloud/DevSecOps security reviews. It follows a scope-scan-review-test-categorize-report workflow and produces severity-rated findings.8installs163Self Improving + Proactive AgentThis skill gives an agent a self-organizing memory that lets it learn from user corrections and its own self-reflection and improve over time. A developer uses it so the agent logs corrections, evaluates its work, and promotes repeated lessons into always-loaded memory. Memory is tiered into hot, warm, and cold storage under ~/self-improving/.8installs164Shader DevShader-dev is a skill that generates GLSL shader code for real-time visual effects using techniques like ray marching, SDF modeling, particle systems, and procedural noise. A developer uses it when they want to create a ShaderToy-compatible or standalone WebGL2 visual effect from a natural-language request. It routes the request through a technique table to the matching implementation guide and code template.8installs165SheetsmithSheetsmith is a skill that wraps pandas in a single CLI for previewing, summarizing, filtering, transforming, and converting CSV, TSV, and Excel files. A developer uses it to inspect a spreadsheet, compute column statistics, run a pandas query, or export cleansed data without rewriting pandas each time. It defaults to writing output to a new file so the source is preserved unless --inplace is passed.8installs166Simplify And HardenSimplify-and-harden is a skill that runs a bounded self-review over a completed code change before an agent signals done. It performs a simplify pass to remove dead code and tighten naming, a harden pass, and a micro-documentation pass, using the agent's peak context right after implementation. It only touches code modified in the task and stops if it exceeds a 20% diff or 60-second budget.8installs167Skill CreatorSkill-creator is a skill that guides the creation and updating of new skills that extend an agent with specialized knowledge, workflows, or tool integrations. A developer uses it when authoring a SKILL.md plus bundled scripts, references, and assets, following its anatomy and degrees-of-freedom rules. It emphasizes keeping SKILL.md concise and avoiding extraneous docs like README or installation guides.8installs168Skill Feishu ManagerSkill-feishu-manager is a skill that manages a Feishu (Lark) workspace across documents, knowledge-base wikis, bitables, and cloud drive. A developer uses it to read, create, and write Feishu docs, manage wiki spaces and pages, work with bitable records, and organize drive folders through named tool actions. It documents the docx, wiki, drive, and bitable permissions the operations require.8installs169Skills Security CheckSkills-security-check is a skill from Tencent's Yunding Lab that runs a static security audit over a target SKILL.md and its bundled docs, scripts, and programs. A developer uses it before enabling a third-party skill to detect malicious commands, file operations, network access, and unpinned dependency installs. It treats the review as pure static text analysis, refuses to execute the audited skill, and is explicitly hardened against prompt injection with a read-only tool whitelist.8installs170Skill VetterSkill-vetter is a skill that runs a security vetting protocol before an agent installs any untrusted AI agent skill. A developer uses it to check the source, review every file for red flags like credential theft, exfiltration, and obfuscated code, evaluate permission scope, and classify risk as LOW, MEDIUM, HIGH, or EXTREME. It outputs a structured vetting report and includes quick curl/jq commands for checking a GitHub repo's stats and files.8installs171Skill VettingSkill-vetting is a skill that evaluates ClawHub skills for security risks and practical utility before installation. A developer uses it to download a skill to /tmp, run an automated scanner, manually review code with prompt-injection-aware rules, assess whether the skill adds value over existing tools, and reach an install decision via a matrix. It documents the scanner's regex limitations and known bypass techniques so review is not over-trusted.8installs172SkylineSkyline is a skill for developing WeChat mini-program UI components under the Skyline rendering engine. A developer uses it to build scroll lists and waterfalls, pull-to-refresh, nested scrolling, swiper carousels, form inputs, and shared-element transitions. It enforces Skyline-specific rules such as always setting scroll-view type, using enable-flex for horizontal scroll, and wrapping list-view/grid-view in a custom-mode scroll-view.8installs173Smooth BrowserSmooth-browser is a skill that drives the Smooth.sh cloud AI browser through its CLI so an agent can navigate sites, authenticate, scrape data, and automate web workflows with natural-language tasks. A developer uses it to start a browser session, run goal-oriented tasks, optionally return structured JSON, and persist login state in profiles. It requires the smooth CLI and a Smooth.sh API key.8installs174SonoscliSonoscli is a skill that controls Sonos speakers on the local network through the sonos CLI. A developer uses it to discover speakers, check status, play, pause, adjust volume, group or ungroup speakers, and manage favorites and queues. It can search Spotify via SMAPI, and falls back to a specified speaker IP when SSDP discovery fails.8installs175Stagehand Browser CliStagehand-browser-cli is a skill that automates browser interactions using the Stagehand CLI with natural-language commands. A developer uses it to navigate pages, perform actions, extract data, observe elements, and take screenshots. It automatically runs against local Chrome when no keys are present, or a remote Browserbase environment when BROWSERBASE_API_KEY and project ID are set.8installs176Stealth BrowserStealth Browser is a Claude Code skill that runs anti-detection web automation with Python and Node stealth stacks (undetected-chromedriver, DrissionPage, puppeteer-extra-plugin-stealth). It bypasses Cloudflare challenges, solves CAPTCHAs through paid solver APIs, and persists login sessions so later runs can go headless. A developer reaches for it when a scripted browser task keeps getting blocked by bot detection or repeated logins.8installs177Stock Research EngineStock Research Engine is a Claude Code skill that generates a buy-side fund-manager-style research brief on a single ticker across A-share, Hong Kong, and US markets. It runs a six-step framework covering market sentiment, fundamentals, management assessment, business breakdown, catalyst calendar, and a data-only valuation section, and it enforces dated, cross-verified sources with no fabrication. A developer uses it to quickly build up a fundamentals view on one or several stocks.8installs178SummarizeSummarize is a Claude Code skill that wraps the `summarize` CLI to condense web pages, local files (PDF, image, audio), and YouTube links into text. It runs against OpenAI, Anthropic, xAI, or Google models depending on which API key is set, defaulting to Gemini Flash. A developer uses it to quickly summarize a document or link from the terminal, with flags for length, JSON output, and fallback extraction.8installs179Swiftui Performance AuditSwiftUI Performance Audit is a Claude Code skill that reviews SwiftUI code to diagnose slow rendering, janky scrolling, and excessive view updates. It looks for view invalidation storms, unstable list identity, heavy work in body, and layout thrash, then proposes targeted fixes and, when code review is inconclusive, guides the user through Instruments profiling. A developer uses it when a SwiftUI screen scrolls poorly or burns CPU and they need to find the cause.8installs180Tapd OpenapiTAPD OpenAPI is a Claude Code skill that operates the TAPD project-management platform through its HTTP API. It covers requirements (stories), bugs, tasks, iterations, wiki (with local full-text search), comments, timesheets, and attachments, driven by bundled reference docs and Bearer-token curl templates. A developer uses it to query, create, update, or roll up TAPD items from an agent, including across multiple workspaces.8installs181Task Planner — Professional Task Manager & SchedulerTask Planner — Professional Task Manager & Scheduler is a Claude Code skill in the Productivity & Planning category.8installs182Tdesign MiniprogramTDesign Mini Program is a Claude Code skill for building WeChat mini program UIs with Tencent's TDesign component library. It documents installation, project configuration, theme and dark-mode setup, and the import paths for 60+ components across basic, navigation, input, and data-display categories, including chat components for AI interfaces. A developer uses it when building or styling a WeChat mini program with TDesign.8installs183Tencent DocsTencent Docs is a Claude Code skill that creates, queries, and edits documents on the Tencent Docs (docs.qq.com) cloud platform. It supports many document types (smart canvas, Word, Excel/sheet, slides, mind maps, flowcharts, smart tables, forms), manages knowledge-base spaces, and clips web pages, all by calling the Tencent Docs MCP through mcporter with a token. A developer uses it to generate or manage online documents from an agent.8installs184Tencentmap Miniprogram SkillTencent Map Mini Program is a Claude Code skill for building map features in WeChat mini programs with Tencent Maps. It documents the map component, markers, polylines, polygons, location services, routing, geocoding, POI search, clustering, and visualization layers, and bundles reference docs, three example projects, and the QQMapWX JS SDK. A developer uses it to add mapping to a WeChat mini program; it requires a TMAP_MINIPROGRAM_KEY and prompts for one before proceeding.8installs185Tencent Meeting McpThis skill drives the Tencent Meeting MCP service so an agent can schedule, update, cancel and look up online meetings by meeting_id or 9-digit meeting code. It also reads participants, invitees, waiting-room members, recording lists, download addresses, transcripts and AI smart minutes. A developer uses it when a workflow needs to manage Tencent video meetings or pull meeting recordings and transcripts. It matters because it enforces timezone-safe timestamp handling and required trace-ID surfacing for the Tencent Meeting API.8installs186Tencent NewsThis skill fetches news from Tencent News through a bundled tencent-news-cli, covering hot rankings, morning/evening briefings, real-time feeds and domain-specific news for China and global topics. The agent reads the CLI help to map user intent to subcommands rather than hardcoding them, and formats results into a fixed markdown layout. A developer uses it when a workflow needs current news content from Tencent's feed. It matters because it delegates install, update and API-key handling to scripts and refuses to fall back to web search on CLI failure.8installs187TranslateThis skill translates text, files and conversations between any languages, auto-detecting the source language and preserving formatting like markdown, code blocks and tables. It only translates comments and strings inside code, keeps URLs, paths and commands untouched, and can run file, batch, interpreter and side-by-side compare modes. A developer uses it to localize documents or translate incoming foreign-language text. It matters because it holds tone and technical accuracy while never adding its own content.8installs188TrelloThis skill manages Trello boards, lists and cards through the Trello REST API using curl commands. It can list boards, list the lists in a board, create cards with a title and description, and move cards between lists. A developer uses it when they want an agent to read or update a Trello board from the terminal. It matters because it wraps the authenticated Trello API calls and documents the key/token setup and rate limits.8installs189Ui Ux Pro MaxThis skill provides UI/UX design guidance and implementation help for building polished interfaces, covering UI concepts and layout, UX flows, design-system tokens, and component specs. It works across HTML/CSS/JS, React, Next.js, Vue, Svelte and Tailwind, and bundles a design_system.py token generator plus design-intelligence data. A developer uses it to generate new UI, improve existing UI/UX, or turn recommendations into concrete code changes. It matters because it always requires covering accessibility and empty/loading/error states.8installs190Us Stock AnalysisThis skill performs analysis of US stocks, covering fundamental analysis (financials, valuation, business quality), technical analysis (indicators, patterns, support and resistance), peer comparisons and full investment reports. It fetches current market data via web search from sources like Yahoo Finance, SEC filings and TradingView, then applies structured frameworks from bundled reference files. A developer uses it to evaluate a ticker, compare stocks, or generate an investment report. It matters because it separates four analysis types and grounds each in fetched data.8installs191Video Generator SeeDanceThis skill generates video with Volcengine's (火山引擎) SD1.5pro API, supporting text-to-video and image-to-video generation. It creates an asynchronous job, polls until the video is ready, and downloads the resulting MP4, with parameters for duration, output path, camera-fixed and watermark. A developer uses it to produce short generated videos from a prompt or a reference image. It matters because it wraps the async generation flow behind a single bundled Python script.8installs192Web DesignThis skill provides CSS implementation patterns for production interfaces, covering layout (Grid vs Flexbox), typography, color palettes, spacing tokens, visual hierarchy and responsive breakpoints. It gives concrete guidance like using an 8px spacing base, a 1.25 type scale, five functional color roles and surface layering for depth. A developer uses it when writing the CSS for a UI, complementing design-fundamentals skills with code-focused examples. It matters because it turns design theory into reusable CSS patterns with WCAG contrast targets.8installs193Web ScrapingWeb Scraping is a workflow skill that tells the agent how to extract data from sites using the lightest reliable method first. It uses web_fetch for simple public pages and browser automation for dynamic sites needing clicks, pagination, or login state. It normalizes results into a stable schema and enforces reliability rules like not inventing missing fields and deduplicating by URL. A developer uses it to collect listings or turn pages into structured JSON or CSV.8installs194Web Search ExaWeb Search Exa wires the agent to the Exa MCP server for neural web search and research. Instead of keyword matching, you describe the page you want and it returns clean, LLM-ready content. It covers general search, company and people research, code-context lookup, content crawling of known URLs, and async deep research that produces a cited report. A developer uses it to run semantic search or multi-step research from natural-language queries.8installs195Wechat AutomationWeChat Automation uses AI to auto-process WeChat messages through macOS window control. It sets up auto-reply rules, keyword monitoring, daily message summaries, and message export or analysis. It targets customer-service auto-replies, group-message management, and important-message alerts. It runs only on macOS and needs the WeChat desktop client kept running. Note: the skill doc lists a paid price of 99 yuan.8installs196Wechat PublisherWeChat Publisher publishes Markdown articles to a WeChat public-account draft box in one command. Built on wenyan-cli, it auto-converts Markdown to WeChat format, uploads local and network images to WeChat's image host, and supports multiple themes and code-highlight styles. It requires WECHAT_APP_ID and WECHAT_APP_SECRET plus the caller's IP on the account whitelist. A content author uses it to move drafts from Markdown to WeChat for review and publishing.8installs197Weixin Reader PlusWeixin Reader Plus reads the content of a WeChat public-account article from its mp.weixin.qq.com link. A bundled Python script fetches the page using a mobile User-Agent to mimic the WeChat in-app browser and follows redirects. It outputs the article title, public-account name, and body text. A developer uses it to pull a WeChat article's text into the agent for reading or further processing.8installs198WeiyunWeiyun is an MCP skill for managing Tencent Weiyun cloud-drive files. It exposes six MCP tools to list, download, delete, upload, and generate share links, plus a version-check tool. Uploads use a two-stage protocol where the client computes streaming SHA1 block hashes locally before sending metadata, enabling instant dedup uploads. A developer uses it to script Weiyun file management or implement its upload protocol.8installs199WpsWPS is a workflow skill for Chinese-language office work in WPS Office. It covers creating, editing, reviewing, converting, and troubleshooting Writer, Spreadsheets, and Presentation documents in .docx/.xlsx/.pptx and WPS formats. It focuses on Chinese typography, compatibility issues, track-changes review, template use, and PDF export. A user reaches for it to produce deliverable office documents or migrate from Microsoft Office to WPS.8installs200Wps OcrWPS OCR extracts text, handwriting, formulas, tables, and seals from files into Markdown structure. It sends the file to the WPS/Kingsoft cloud OCR service at aiwrite.wps.cn and returns the recognized text plus detection details. It supports scanned documents, screenshots, and photos in formats like JPG, PNG, BMP, HEIF, and WEBP. A developer uses it as a first step to digitize file content for translation or editing. It requires a WPS_OCR_ACCESS_KEY.8installs201Wps WordWPS Word is a smart assistant that controls Word documents in WPS Writer through natural language. It drives 24 registered MCP tools to set fonts and styles, insert text, tables, images, and comments, run find-and-replace, generate a table of contents, and configure page layout. It reads open documents and current text for context before acting. A user uses it to fix formatting and typesetting in Word documents without manual clicking.8installs202Writing PlansWriting Plans is a skill that generates a detailed implementation plan from a spec or requirements before coding starts. It breaks the work into bite-sized tasks (write the failing test, run it, implement, commit) with exact file paths and expected command output. A developer uses it when a multi-step task needs a written plan an engineer with no codebase context can follow. It saves the plan to docs/plans and offers subagent-driven or parallel-session execution.8installs203Xurlxurl is a skill that turns Twitter content you paste in into content and lead intelligence for WordPress and Shopify agencies. It analyzes profiles, breaks down high-performing threads, mines replies for recurring pain points, and maps content opportunities. A developer or marketer uses it to extract content angles and identify prospects from bios and hiring signals. It does not access the Twitter API; it processes copied text you provide.8installs204ZeeLin Academic PaperZeeLin Academic Paper is a skill that generates STEM academic papers for graduate students in a step-by-step flow. It produces the title, a JSON outline, and each chapter (introduction, literature review, argument, results analysis, conclusion) with abstract and keywords, confirming each section with the user. It is used to draft a full paper from reference material while keeping academic rigor and logical consistency. The docs state it runs entirely locally with no external API calls, and it is not suitable for humanities papers or business reports.8installs205ZenstudioZenStudio (zencli) is a skill that drives ZenStudio's AI content-creation CLI from the agent. It supports AI image and video generation across four video modes, project management, file upload/download, asset and material libraries, and building canvas drafts. A developer uses it to generate media and manage ZenStudio projects without leaving the command line. It needs the zencli binary installed via npm and a ZENSTUDIO_API_KEY, and model IDs must be fetched dynamically rather than hardcoded.8installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.