Analyze uploaded CSV files with automatic statistics, quality checks, and charts.
Project overview
CSV Data Summarizer is a Claude Skill that inspects an uploaded CSV and produces descriptive statistics, correlations, distributions, trends, and missing-value checks without first requiring an analysis prompt. It selects charts from the available date, numeric, and categorical columns, including time-series plots, heatmaps, and histograms. Claude users install the release ZIP as a Skill, while running the included analyzer directly requires Python and its listed dependencies.
Turn online lectures into illustrated LaTeX source and compiled PDF notes.
Project overview
lecture-to-notes is a skill package for Claude Code and Codex that converts YouTube, Bilibili, or X lecture links into structured notes, selected figures, LaTeX source, and a compiled PDF. Its workflow falls back from platform captions to automatic subtitles, Whisper transcription, or visual-only processing, then checks each chosen frame against timestamps and transcript context. The package expects a local toolchain including yt-dlp, ffmpeg, XeLaTeX, ImageMagick, Whisper, and Python.
Turn scattered trip details into a researched, interactive itinerary map.
Project overview
Trip Map Builder is an agent skill that extracts constraints from flight and hotel screenshots, groups stops by area, and researches restaurants and recent experiences through Dianping and Xiaohongshu. It produces a single-page HTML itinerary with a Leaflet map, daily timeline, navigation links, and payment labels, with an optional GitHub and Vercel deployment flow. The result is meant as a flexible pre-trip reference rather than a rigid hourly script, and the research workflow relies on OpenCLI and Chrome.
Convert Markdown and research notes into structured EPUB3 ebooks.
Project overview
This Claude Skill turns Markdown files, chat summaries, and research reports into downloadable EPUB3 ebooks. It detects chapters from headings, builds a navigable table of contents, preserves common Markdown formatting, and styles code blocks, tables, and metadata for reading devices. The output works with standard EPUB readers including Apple Books, Kindle apps, Google Play Books, and Kobo; running the included scripts locally requires the listed Python dependencies.
Generate Claude skills, agents, commands, hooks, and prompts from guided templates.
Project overview
Claude Code Skill Factory provides guided agents, templates, and examples for creating Claude Skills, Claude Code agents, slash commands, hooks, and reusable prompts. Its workflow can choose between prompt-only and coded outputs, then add validation, documentation, examples, and ZIP packaging. A Codex CLI bridge also helps translate and synchronize agent guidance between tools, making the repository useful for teams producing many custom agent components.
Generate, validate, and export multiple Mermaid diagram types from natural language.
Project overview
mermaid-skill turns descriptions of processes, API calls, data relationships, or timelines into version-control-friendly `.mmd` source. It chooses an appropriate diagram type, validates the syntax before export, and inspects the rendered image for clipped labels, excessive density, or poor orientation. More than eleven Mermaid formats are covered, with PNG, SVG, and PDF export through a local `mmdc` installation or the Kroki API.
Record browser workflows and export them as MCP commands or skills.
Project overview
Capture clicks, typing, navigation, and waits with a visual recorder, edit and replay the workflow, then export it as reusable MCP commands or Skills files for AI agents. BrowserWing also offers an agent-friendly CLI, an HTTP automation API, session and cookie management, and built-in scripts that return structured data. It requires an accessible Chrome or Chromium installation.
Arrange terminals, Git worktrees, and coding agents on an infinite canvas.
Project overview
TermCanvas places terminals on a zoomable spatial canvas organized by project, Git worktree, and session, making parallel coding agents easier to monitor. You can see agent state, reopen conversations, inspect diffs and repository status in place, and use the bundled CLI or Hydra toolkit to launch isolated workers. It runs as a desktop app on macOS, Windows, and Linux; the described cloud runtime is still a roadmap item.
Send WeChat messages and files from agents or local systems on Windows.
Project overview
This tool controls a signed-in Windows WeChat client through UI Automation to send text, image URLs, local images, and files to named contacts or groups. Agents can use the included skill or one-shot CLI without running a background service, while longer-lived integrations can use the Flask HTTP API and message queue. It does not hook the client or implement the WeChat protocol, but the desktop client must stay signed in and the Windows UI Automation and clipboard environment must remain available; recipient names must match WeChat exactly.
Repeat mouse clicks or key presses with configurable timing and limits.
Project overview
Auto Clicker for macOS automates any mouse button or keyboard key at a chosen interval, with controls for presses per cycle, total repetitions, and delayed starts. Global shortcuts start and stop the sequence, the window can stay above other apps, and settings persist between sessions. It supports macOS 11 through 15, but the distributed app is not notarized, so first launch requires manually approving it in macOS security settings, with extra steps on Sequoia.
Control desktop apps and Android devices with a voice-first assistant.
Project overview
IRIS is a voice-first desktop assistant designed to execute actions across the operating system, applications, and connected Android devices. Its documented workflows include screen-region extraction, inline typing, web research, memory, and device control, with real-time voice interaction powered by Gemini Live. The public repository contains the desktop framework, interface, infrastructure, and selected integrations, while core orchestration and advanced execution components remain private under an open-core model.
Package Electron apps for macOS, Windows, and Linux with update-ready releases.
Project overview
electron-builder turns Electron or Proton Native projects into distributable macOS, Windows, and Linux packages. Developers configure targets, included files, code signing, and auto-update behavior in project settings, then run it from the command line or its JavaScript and TypeScript API. It supports formats such as DMG, NSIS, MSI, AppX, deb, rpm, and Snap.
Automate web, desktop, and command-line tasks with simple flows
Project overview
TagUI is an open-source RPA tool in which users write simple flows for clicking, typing, reading tables, and moving data through websites, desktop applications, or the command line. It runs on Windows, macOS, and Linux, supports many additional languages, and includes image, OCR, Excel, and Office-oriented options. AI Singapore has discontinued official maintenance and support, so current users depend on community maintenance.
Build reusable agent skills from visual, versioned workflows.
Project overview
Refly turns business procedures and team SOPs into reusable, versioned Agent Skills through a visual workflow builder. Skills can be installed, published, and shared through a registry, then exposed to other systems as APIs, webhooks, MCP services, or portable SDKs. It is aimed at teams that want durable agent capabilities rather than one-off prompts or copied automation templates.
Search flights, hotels, attractions, and events through natural language inside an AI agent.
Project overview
FlyAI connects Claude Code, OpenClaw, and other compatible agents to Fliggy travel inventory. Users describe dates, destinations, and preferences in Chinese or English, then receive structured JSON for flights, hotels, attractions, concerts, and related options. Agents can filter, compare, or render the results, and items may include direct booking links. Basic use works without configuration, while an optional API key enables enhanced access. The workflow requires both the skill and its Node.js CLI, so it is not a standalone booking app.
Turn new YouTube channel videos into polished EPUB ebooks with optional email delivery.
Project overview
Fetch recent non-Shorts videos from selected channels, extract transcripts, use Claude to turn them into magazine-style articles, and package the results as an EPUB. Optional features include email delivery and a Streamlit dashboard. The project requires API configuration, and its documentation recommends local execution when cloud hosts are blocked by YouTube.
Preserve project context, decisions, and next steps across AI coding sessions.
Project overview
RecallLoom adds a file-based memory layer to long-running AI work, storing project background, current progress, key decisions, and next steps in Markdown and JSON beside the project. When users switch sessions, models, or coding tools, a new agent can restore the controlled current state before continuing, record progress, and check whether continuity files are missing, stale, or conflicting. It is deliberately focused on project continuity, not repository-wide knowledge retrieval, task orchestration, or autonomous execution.
Design, deploy, and schedule Claude Code agent teams from a visual org chart.
Project overview
Claude Agent Team Manager turns existing Claude Code agents and skills into a visual, drag-and-drop organization chart. Users can save team configurations, share variables, generate a deployment primer from a short objective, and launch the prepared run in a terminal. Teams and chained pipelines can also be scheduled through the operating system; the macOS build is unsigned and needs manual approval on first launch.