A foundational utility for verifying and configuring Model Context Protocol (MCP) servers to ensure AI agents have secure access to Atlassian, GitHub, and Figma.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-mpc
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install github-mpc using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The MCP Prerequisites Setup skill is a specialized diagnostic and configuration tool designed to bridge the gap between AI coding agents and external enterprise platforms. By leveraging the Model Context Protocol, this skill ensures that your development environment is fully prepared for complex documentation and coding tasks. It serves as the primary gateway for Openclaw Skills that require real-time access to Confluence spaces, Jira issues, and GitHub repositories.
This utility automates the tedious process of checking server status, validating authentication tokens, and verifying permissions. By using this skill, developers can minimize downtime caused by integration errors and ensure that their AI agent has the necessary context to perform high-level tasks like product guide generation or codebase analysis within the Openclaw Skills ecosystem.
To configure your environment for Openclaw Skills, you must ensure your MCP configuration file is updated. For Atlassian connectivity, add the remote MCP server to your settings:
{
"atlassian-mcp": {
"url": "https://mcp.atlassian.com/v1/mcp"
}
}
For GitHub integration, ensure the server is installed and your token is exported in your environment:
# Install the GitHub MCP server
npx -y @modelcontextprotocol/server-github
# Set your Personal Access Token
export GITHUB_TOKEN=your_github_pat_here
After setup, restart your AI agent to apply the changes and run the verification tools provided by this skill.
The skill validates and organizes connectivity metadata required for Openclaw Skills to function. The data is structured around the following core integrations:
| MCP Server | Key Data Points | Validation Tool |
|---|---|---|
| user-atlassian | Cloud ID (trading212.atlassian.net), Space Keys | getAccessibleAtlassianResources |
| user-github | Repository Scopes, Personal Access Tokens | search_repositories |
| user-figma | Design File Tokens, Image Retrieval Paths | get_file |
| user-elasticsearch | Cluster Access, Log Search Query Params | search |
Loading
A powerful integration for the Hugging Face Hub CLI to programmatically manage repositories, models, datasets, and Spaces.

A powerful tool for professional DOCX and PPTX editing with tracked changes, formatting preservation, and Git-integrated version control.

A powerful integration for managing Hugging Face Hub resources, including models, datasets, and Spaces, through the hf command-line interface.

A powerful interface for interacting with BAP-578 autonomous AI agents hosted on the BNB Smart Chain.

A comprehensive integration for programmatically managing Trading 212 accounts, executing trades, and retrieving financial metadata.

An AI-driven design agent that transforms abstract philosophies into professional-grade visual art, posters, and PDF documents.








































