Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
(ai-cloud packages agentic-async-operations)agentic-async-operations lets an AI agent run builds and long shell commands in the user's Emacs without ever stealing the window the user is typing in. aao/compile and aao/detached run a command with no window shown, stamp the output buffer with queryable metadata (session, model, reason, kind, command, time, status, tags), and render a header line plus a banner from it. It adds per-company model icons/colors, per-status emojis/colors, tags, named groups, a mode-line monitor, and a small scheduling and dependency graph. Full documentation ships as a Texinfo/Info manual.
ai-code-interface.el provides a unified Emacs interface supporting multiple AI coding backends: Claude Code, Gemini CLI, OpenAI Codex, ECA, GitHub Copilot CLI, Opencode, and others. It offers a transient-based menu system and context-aware code actions.
This package provides an SDK for building AI agents with Claude Code's capabilities, enabling programmatic interaction with Claude for autonomous code editing. It bundles all of Claude Code, too.
This package provides an ACP-compatible coding agent powered by the Claude Agent SDK.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows through natural language commands.
This package implements the Agent Client Protocol (ACP), which standardizes communication between code editors and AI coding agents.
Zod is a TypeScript-first schema validation library with static type inference.
Local-first code intelligence for AI agents (MCP). Self-contained and bundles its own runtime.
A Model Context Protocol server that integrates with Google Drive and Google Sheets, letting an MCP client create and modify spreadsheets: read and write cell ranges, batch updates, add sheets, and list spreadsheets in a Drive folder.
A Model Context Protocol server exposing a single sequentialthinking tool that scaffolds dynamic, reflective problem-solving: breaking a problem into revisable, branchable thoughts that build on, question, or backtrack from earlier ones as understanding deepens.
Converts Zod schemas to JSON Schemas.
Another JSON Schema validator.
Load a module from a string.
Fast deep equal comparison.
Fast RFC 3986 URI parsing and resolution.
Format validation for Ajv v7+.
Officially supported Node.js SDK implementing the Model Context Protocol (MCP), the standard interface linking AI agents to external tools, prompts, and resources. This is a stdio-only build: dist/cjs and type declarations are dropped, and the declared dependency tree is trimmed to what the stdio transport actually imports -- see the trim-to-esm and trim-package-json phases.
Traverse JSON Schema documents.
Terminal string styling done right.
HTML5 `FormData` for Browsers and Node.
Constant-time comparison of Buffers.
This package provides Node.js bindings for the ZeroMQ messaging library, built against the system libzmq.
Blob & File implementation in Node.js, originally from node-fetch.
Turn a function into an `http.Agent` instance.