Use an unofficial JSON-first CLI for Google Workspace APIs.
Project overview
gws is an unofficial CLI for people and AI agents to work with Drive, Gmail, Calendar, Sheets, and other Workspace APIs without hand-writing REST calls. It builds commands from Google's Discovery Service and returns structured JSON, with pagination, schema, and request-preview helpers. A Google account and Cloud project are required, and pre-1.0 releases may introduce breaking changes.
Save links, notes, images, and PDFs in a searchable self-hosted library.
Project overview
Karakeep gives you a self-hosted place to collect links, quick notes, images, and PDFs for later use. It fetches page metadata automatically, supports lists and collaboration, and makes stored content searchable through full-text search and OCR. Optional language-model features can tag and summarize items, including through locally hosted models with Ollama.
Manage OpenCode coding sessions from desktop, web, PWA, or VS Code.
Project overview
OpenChamber is a visual interface for OpenCode that presents chats, diffs, files, terminals, tool progress, and Git or GitHub workflows across desktop, browser, PWA, and VS Code surfaces. It can run multiple agents in isolated worktrees, continue sessions from another device, and connect through tunnels or SSH to remote instances. The desktop package bundles a matching OpenCode CLI, while the web, CLI, and VS Code editions depend on an existing OpenCode installation.
Add practical file and folder actions to the macOS Finder context menu.
Project overview
RClick places actions such as opening items with external apps, copying paths, deleting without Trash, toggling visibility, sharing through AirDrop, creating files from templates, and opening pinned folders directly in Finder’s context menu. A menu bar app manages settings while a Finder extension supplies the commands. It requires macOS 15.6 or later, and users must enable the extension and grant folder or accessibility permissions for relevant operations.
MCP serverEducation and learningModel Context Protocol
canvas-mcp
@vishalsachdev·Python
Let students and educators query and manage Canvas courses through AI agents.
Project overview
Canvas MCP gives students and educators more than ninety tools for Canvas LMS, covering assignments, to-do items, course information, grades, teaching workflows, and bulk grading. Five Agent Skills package common student and educator routines. It can be installed as a Claude Desktop extension or a standard MCP server and requires the institution's Canvas API URL plus a personal access token.
Build, validate, sync, deploy, and debug n8n workflows from your editor.
Project overview
Turn a repository into a version-controlled n8n workspace where workflows can be pulled, edited, validated, diffed, and pushed from VS Code, Cursor, or the terminal. The extension, CLI, and Agent Skill share node schemas, examples, and live environment context, while TypeScript workflow files make changes easier for people and agents to review. It can also test executions, inspect credentials, and resolve sync conflicts, and works best with the latest stable n8n release.
Hide cookie consent nags and tracking prompts while browsing in Safari.
Project overview
Hush is a Safari content blocker for iOS and macOS that removes many cookie-consent and privacy-tracking overlays. After installing it, enable the blocker in Safari settings; its rules run locally without access to browsing habits, passwords, or crash reports. It does not click consent buttons, decide cookie permissions, or block ads. Some sites may still show notices when hiding them would break the page or when the site actively resists blocking.
Browse, search, and organize images and videos produced by AI generation tools.
Project overview
Infinite Image Browsing helps people manage large folders of AI-generated images and videos from tools such as Stable Diffusion WebUI, Fooocus, NovelAI, and StableSwarmUI. It indexes generation metadata for tag, filename, and advanced search, while also providing previews, file operations, comparisons, statistics, and bulk downloads. It can run as a desktop app, a standalone Python service, or a WebUI extension. Semantic clustering and natural-language search require an OpenAI-compatible embedding and chat provider plus additional Python dependencies.
Collection or directorySoftware developmentClaude Code
skills
@entireio·JavaScript
Search past coding sessions, explain changes, and hand off work across agents.
Project overview
These skills let coding agents use context captured by Entire, including sessions, Checkpoints, prompts, and git history. Ask an agent to find earlier work, explain why code changed, review a branch, or prepare a session handoff without memorizing CLI commands. They are most useful in repositories with substantial captured history, and some indexed searches require the Entire CLI and login.
Refine agent rules and memory by reflecting on recent sessions.
Project overview
pi-reflect compares recent conversations and reference material with a target Markdown file, then applies small edits to files such as AGENTS.md, MEMORY.md, or SOUL.md. It backs up changes, can commit them to Git, and tracks correction trends and repeated rule failures. Each run requires pi and a configured LLM API key.
Run and manage parallel pi coding agents in visible tmux panes.
Project overview
pi-boss breaks a coding task into parallel subtasks and launches each worker in its own visible tmux pane. Its spawn tool creates, lists, highlights, and stops panes, while the required pi-room integration provides the peek and steer controls used to monitor and guide agents. The setup also requires pi and tmux.
Turn Copilot CLI sessions into local, evidence-backed work impact logs automatically.
Project overview
Copilot Brag Sheet records files changed, pull requests, and git activity during Copilot CLI sessions, then stores the data locally for later review and work-log generation. It is designed to turn forgotten tasks into evidence-backed impact statements for performance reviews. Automatic session tracking currently depends on Copilot CLI, while other MCP hosts can use the tools only through explicit manual capture.
Analyze Strava activities and long-term training trends
Project overview
Elevate is a sports-analysis application delivered as a desktop app and a browser extension for Strava. It brings together long-term fitness trends, yearly progression, activity maps, core metrics, peak values, and time spent in training zones so athletes can review recorded workouts in more depth. Desktop installers are documented for Windows and macOS, while Linux is not yet shipped; the extension targets Chromium-based browsers such as Chrome, Edge, and Brave.
Connect agent-native analytics, error logs, and deploy attribution
Project overview
agentry-skill connects product analytics, error logs, and deploy attribution through one HTTP API. Agents can query funnels, activation, retention, and business events; record exceptions, jobs, and operational cases; and relate production behavior to releases or code changes. It is a compact guide for using the capability across agent, MCP, and OpenAPI adapters rather than an SDK or request proxy.
Mark parked kitty terminal tabs with large, dismissible notes
Project overview
kitty-tab-note places a large colored note over a parked kitty terminal tab so a long-running build, REPL, SSH session, or coding agent has a visible return point. A keybinding opens the note, any key dismisses it, and the existing terminal content and title remain intact; color, position, and size are configurable. The script uses Python’s standard library but requires kitty 0.40 or newer with remote control enabled.
Create symbolic and hard links directly from the Finder context menu.
Project overview
Quick Symlink adds common link operations to the macOS Finder context menu, avoiding repeated terminal commands. You can create links for selected files or folders, copy a source and paste its link into another directory, or move an item while replacing its original location with a symlink. After installing the app, the relevant Finder extensions must be enabled in system settings, and users can choose whether newly created symbolic links use relative or absolute paths.
Audit a single page for SEO issues and export client-ready reports.
Project overview
Run Seolens against a URL to check on-page SEO, technical health, content signals, conversion elements, trust, accessibility, and related factors, with a suggested fix for each failure. It works as a Claude Code skill, CLI, JavaScript library, or CI gate and can export chat, JSON, Markdown, PDF, and PowerPoint results. The free edition focuses on individual pages rather than full-site crawling or real backlink analysis.
Write CRPG dialogue nodes under structured Chinese plain-description constraints.
Project overview
This extension applies Chinese plain-description principles to CRPG and choose-your-own-adventure dialogue nodes. It expects a structured input containing known player information, the foreground goal, background seeds, and one of five information types, then checks preconditions and node-specific rules for narration, NPC speech, player narration, or options. Load the general baimiao skill first; this layer adds the game-specific contract and regression checks.