Browse all

Type: All Skills Tools
tool ★ 1

Autonomous USDC Yield for AI Agents

Integrate autonomous USDC yield into AI agents on Base by splitting funds between liquid operations and Aave or Morpho pools. The protocol provides an SDK and an MCP server for managing agent treasuries and optimising x402 payments.

clicks-protocol/clicks-protocol usdc base-network mcp-server defi
skill ★ 47,275

LiteLLM Automated Testing Skill

A minimal skill implemented for automated testing purposes within the LiteLLM framework.

BerriAI/litellm litellm automated-testing test-skill
skill ★ 47,275

Skill for Testing Deletion Functionality

A dedicated skill designed to verify the deletion functionality within an agentic system. It is used specifically for testing deletion operations.

BerriAI/litellm testing deletion-test unit-testing
skill ★ 47,275

Slack Animated GIF Creator Toolkit

A toolkit for generating animated GIFs optimised for Slack, providing utilities for frame assembly, easing functions, and validation. It leverages PIL to implement various animation concepts like pulsing, bouncing, and rotating.

BerriAI/litellm slack gif-creation image-processing animation
skill ★ 47,275

Minimal API Testing Skill

A minimal skill designed for verifying API functionality during testing.

BerriAI/litellm api-testing minimal-skill litellm testing-utility
skill ★ 4

AI Brand Visibility Tracker

Monitor and analyse brand presence, mention rates, and sentiment across major LLM platforms including ChatGPT, Perplexity, Claude, and Gemini. It provides visibility scores, competitor comparisons, and actionable optimisation recommendation…

sharozdawa/ai-visibility brand-visibility llm-monitoring ai-seo competitor-analysis
skill ★ 56,162

Mem0 Persistent Memory Platform SDK

A managed memory layer for AI applications that enables persistent user context through Python and TypeScript SDKs. It allows developers to store, retrieve, and manage long-term memories for agents and chatbots.

mem0ai/mem0 persistent-memory ai-agents python-sdk typescript-sdk
skill ★ 56,162

Mem0 Provider for Vercel AI SDK

This provider integrates Mem0's memory capabilities into the Vercel AI SDK, enabling automatic retrieval and storage of user memories during LLM interactions. It supports both wrapped model patterns and standalone utilities for fine-grained…

mem0ai/mem0 vercel-ai-sdk mem0 llm-memory typescript
skill ★ 56,162

Mem0 Integration Verification and Testing

Automates the verification of Mem0 integrations by performing static analysis, dependency installation, and two-pass test suite execution. It executes end-to-end smoke tests to identify compile and runtime bugs without introducing regressio…

mem0ai/mem0 mem0 integration-testing smoke-testing automated-verification
skill ★ 56,162

Automated Mem0 Repository Integration Pipeline

An automated pipeline for integrating Mem0 into existing Python or TypeScript repositories using a test-driven development approach. It detects the project's language, creates a feature branch, and implements additive, non-breaking changes …

mem0ai/mem0 mem0 tdd repository-integration python
tool ★ 56,162

Mem0 Command Line Interface

A command-line interface for managing Mem0 memories, enabling developers to add, search, and manipulate long-term memory via terminal or CI/CD pipelines. It provides structured JSON output for seamless integration with AI agents.

mem0ai/mem0 mem0 cli memory-management ai-agents
skill ★ 56,162

Persistent Long-Term Memory Triage Protocol

Evaluates conversational turns to extract, organise, and persist durable, actionable facts into long-term memory using the mem0 framework. It employs a multi-gate decision process to ensure stored information is novel, factual, and secure.

mem0ai/mem0 mem0 long-term-memory information-extraction agentic-memory
skill ★ 56,162

Memory Consolidation and Cleanup Protocol

A protocol for cleaning and consolidating stored memories by removing duplicates, deleting expired entries, and rewriting vague information. It automates the transformation of raw observations into structured, high-quality knowledge.

mem0ai/mem0 memory-management data-cleaning llm-agents knowledge-retrieval
skill ★ 56,162

Mem0 Managed Memory Layer for AI Agents

A managed memory layer for AI applications that provides persistent, long-term user context via Python and TypeScript SDKs. It enables developers to store, retrieve, and manage user memories through an API to personalise agentic interaction…

mem0ai/mem0 mem0 ai-memory persistent-context python-sdk
skill ★ 56,162

Mem0 MCP Memory Management Protocol

A protocol for agents to maintain persistent context across sessions using Mem0 MCP tools, featuring strategic memory retrieval and structured storage with metadata filtering.

mem0ai/mem0 mem0 mcp agentic-memory persistent-context
skill

Solana Prediction Market Agent Skill

An agentic skill for interacting with Solana-based prediction markets via 76 MCP tools. It employs a secure-by-default architecture where the agent constructs transactions for user signing without accessing private keys.

bolivian-peru/baozi-mcp solana prediction-markets mcp blockchain
skill

Solana Prediction Market Agent Skill

An MCP server for interacting with Solana-based prediction markets, enabling agents to construct unsigned transactions for boolean and race markets. The system uses a pari-mutuel pricing model and ensures security by requiring user signatur…

bolivian-peru/baozi-mcp solana prediction-markets mcp pari-mutuel
tool ★ 2

SQLite Database Querying and Inspection

Provides capabilities to query SQLite databases, inspect schemas, and optimise SQL execution via the Model Context Protocol. It supports database discovery, schema inspection, and read-only SQL execution.

ofershap/mcp-server-sqlite sqlite mcp sql-querying database-inspection
tool ★ 27,161

GPT Researcher Autonomous Deep Research Agent

An autonomous agent that performs deep web and local research to generate detailed, cited reports using a planner-executor-publisher architecture. It supports custom retrievers, MCP data sources, and parallelised agent execution.

assafelovic/gpt-researcher autonomous-agent deep-research llm-agent mcp
skill ★ 184,429

Automated Frontend Integration Test Generation

Analyses frontend git diffs to identify changed components and pages, then plans and implements integration tests using Vitest and MSW. It automates the creation of test coverage by mapping API endpoints to mock service worker handlers.

Significant-Gravitas/AutoGPT frontend-testing vitest msw integration-tests
skill

PLAID: Product Led AI Development

An agentic skill that guides founders through a structured product development pipeline, transforming initial ideas into comprehensive technical specifications and business documentation.

dinosaur24/mockhero product-development ai-agent prd-generation automated-documentation
skill ★ 184,429

Automated Git Worktree Environment Setup

Automates the creation of Git worktrees for parallel development by configuring environment files, installing dependencies via Poetry and pnpm, and generating the Prisma client.

Significant-Gravitas/AutoGPT git-worktree automation devops git
skill ★ 184,429

Vercel React and Next.js Performance Guidelines

A comprehensive set of performance optimisation rules for React and Next.js applications, covering critical patterns like eliminating waterfalls and reducing bundle size. It provides actionable guidelines for writing, reviewing, or refactor…

Significant-Gravitas/AutoGPT react nextjs performance-optimization vercel
skill ★ 184,429

Automated Git Worktree Repository Setup

This skill automates the initialisation of a multi-worktree development environment by setting up parallel branches, configuring environment files, and installing dependencies. It streamlines parallel development by managing separate worktr…

Significant-Gravitas/AutoGPT git-worktree repository-setup automation devops