Browse all

Type: All Skills Tools
skill ★ 2

Maiat Protocol Agent Trust Layer

A trust layer for AI agents that utilises an XGBoost ML risk engine to verify agent identity and token safety. It provides endpoints for trust scoring, token forensics, and on-chain identity registration.

JhiNResH/maiat-protocol ai-agents blockchain-security token-safety ml-risk-engine
tool ★ 2

Trust infrastructure for AI agents and transactions

This comprehensive tool provides verifiable on-chain identity and trust scoring for AI agents, allowing developers to gate transactions and assess the risk of external agents or tokens. It supports agent registration, transaction guarding, …

JhiNResH/maiat-protocol agent-identity trust-scoring on-chain-security defi-safety
skill ★ 54

Reddit OAuth Configuration and Subreddit Management

Handles Reddit OAuth credential configuration and token status validation within PersonalizationMCP. It enables developers to manage client authentication and retrieve subreddit lists.

YangLiangwei/PersonalizationMCP reddit oauth credential-management mcp
skill ★ 54

Manage YouTube API Credentials and Usage

This skill manages the full lifecycle of YouTube API integration, handling credential setup, validation, and usage for features like searching and retrieving trending content. It supports both API key configuration and optional OAuth token …

YangLiangwei/PersonalizationMCP youtube api video search
skill ★ 54

Manage Steam Profiles and Game Libraries

This skill handles the setup and usage of Steam credentials, allowing developers to validate user accounts and retrieve detailed information regarding game libraries and user profiles. It supports initial credential setup and provides comma…

YangLiangwei/PersonalizationMCP steam profile library credentials
skill ★ 23

AI-Powered Code Quality Gate and Reviewer

This skill acts as an advanced code quality gate, detecting AI-specific defects such as hallucinated imports, phantom packages, and stale APIs across multiple languages. It provides structured reports and fix suggestions for auditing codeba…

raye-deng/open-code-review code-review static-analysis ai-bugs linting
skill ★ 54

Check PersonalizationMCP Integration Health Status

This skill diagnoses the readiness and configuration of the PersonalizationMCP integration. It runs status checks to report platform health, identify missing components, and propose the minimal next action required for task completion.

YangLiangwei/PersonalizationMCP personalization mcp status-check diagnostics
skill ★ 54

Manage Spotify credentials and listening history

This skill facilitates the setup and validation of Spotify credentials within the PersonalizationMCP framework. It allows users to retrieve recent listening summaries and manage the necessary API tokens.

YangLiangwei/PersonalizationMCP spotify credentials music api
skill ★ 54

Multi-platform credential onboarding and setup

This skill provides a unified orchestration flow for setting up and migrating credentials across multiple services, including Steam, YouTube, and Spotify. It manages the entire onboarding process by invoking platform-specific skills sequent…

YangLiangwei/PersonalizationMCP onboarding credentials multi-platform orchestration
skill ★ 3

Multi-View 3D Model Generation Pipeline

This skill orchestrates a pipeline using gemini-media-mcp for multi-angle image generation and trident-mcp for 3D reconstruction. It automates the creation of high-quality 3D models from a single reference photo or generated images.

mordor-forge/trident-mcp 3d-generation mcp image-to-3d multiview-reconstruction
skill ★ 54

Central manager for personal platform status

This skill provides centralized operational control for managing and performing health checks across multiple personal platforms. It allows developers to quickly assess the setup status and required credentials for services like Steam, YouT…

YangLiangwei/PersonalizationMCP personalization status-check credential-management platform-sync
skill ★ 54

Bilibili credential management and video lookup

This skill manages Bilibili credentials, handling setup and validation via required cookie data. It provides functionality for searching videos by keyword or retrieving details using a BVID.

YangLiangwei/PersonalizationMCP bilibili video search credentials
skill ★ 14

Intelligent content saving to GROWI wiki

This skill intelligently archives content to the GROWI wiki by first suggesting optimal destination paths and then guiding the user through naming, visibility confirmation, and final page creation. It ensures content persistence while adher…

growilabs/growi-mcp-server growi wiki-saving content-archiving path-suggestion
skill ★ 3

Import 3D Models and Set Up Blender Scenes

This skill manages the end-to-end process of importing various 3D formats into Blender and configuring a professional presentation scene. It handles model placement, lighting setup, and camera configuration using the preferred Blender MCP c…

mordor-forge/trident-mcp 3d-modeling blender scene-setup asset-import
skill ★ 2

x402 API Discovery and Verification

Discover and evaluate x402-payable API services by searching for monetised endpoints with specific pricing, trust scores, and uptime requirements. It facilitates verifying EdDSA-signed attestations to ensure service legitimacy.

rplryan/x402-discovery-mcp x402 api-discovery micropayments service-scouting
skill ★ 3

Advanced AI 3D Model Generation and Processing

This skill provides an end-to-end, asynchronous pipeline for generating high-quality 3D assets from text, single images, or multi-view inputs. It supports advanced post-processing, including retopology, format conversion (e.g., GLTF, FBX), …

mordor-forge/trident-mcp 3d-generation asset-creation text-to-3d image-to-3d
tool

Smart Contract Forge and Token Intelligence Platform

This platform provides comprehensive, multi-chain intelligence for smart contracts and tokens. It allows developers to generate, audit, fix, and compile contracts, while also fetching deep market and security data for existing tokens.

Pentagonal-ai/pentagonal smart-contracts security-audit token-intelligence multi-chain
skill

Smart Contract Generation, Auditing and Deployment

An AI-powered skill for generating, auditing, and deploying Solidity and Rust smart contracts across EVM and Solana chains. It provides automated vulnerability detection and supports a full audit-to-deploy pipeline.

Pentagonal-ai/pentagonal smart-contracts solidity solana security-auditing
skill ★ 5

TypeScript schema validation and type inference library

This library allows developers to declare schemas using TypeScript, providing robust runtime validation and seamless static type inference. It is essential for ensuring data integrity across complex application layers.

guimatheus92/mcp-video-analyzer typescript schema-validation type-inference data-validation
skill ★ 5

High-Performance Node.js Image Processing Utility

This module provides high-performance image processing capabilities for Node.js. It is optimised for resizing and manipulating various formats including JPEG, PNG, WebP, GIF, AVIF, and TIFF.

guimatheus92/mcp-video-analyzer nodejs image-processing resizing jpeg
tool ★ 1,854

GitNexus Code Refactoring and Impact Analysis

Perform safe code refactoring by mapping dependencies and calculating the blast radius of changes. The toolset enables automated multi-file renaming and identifies all affected callers and downstream processes.

doobidoo/mcp-memory-service code-refactoring impact-analysis dependency-mapping gitnexus
tool ★ 5

TypeScript framework for building MCP servers

This is a TypeScript framework designed for developing Model Context Protocol (MCP) servers. It provides the necessary structure and utilities for implementing robust, context-aware agentic services.

guimatheus92/mcp-video-analyzer typescript mcp server framework
skill ★ 5

Fast Library for Parsing HTML and XML

This library provides a fast and elegant solution for parsing and manipulating complex HTML and XML structures. It allows developers to easily traverse and modify the Document Object Model (DOM) within a Node.js environment.

guimatheus92/mcp-video-analyzer html-parsing xml-parsing dom-manipulation web-scraping
tool ★ 1,854

Analyze code blast radius before committing

This tool analyzes the potential "blast radius" of code modifications by mapping dependencies and affected execution flows. It assesses risk levels, identifying direct callers and indirect dependencies to ensure changes are safe before comm…

doobidoo/mcp-memory-service impact-analysis code-safety dependency-graph blast-radius