lofty-skills
Verified Safeby kratos06
Overview
This repository serves as a collection of Claude Code Skill definitions and MCP server configurations, enabling a Claude agent to integrate with a wide array of external services and perform various development, communication, and operational tasks.
Installation
No command providedEnvironment Variables
- RESEND_API_KEY
- TRELLO_API_KEY
- TRELLO_TOKEN
- ASANA_TOKEN
- OPENWEATHER_API_KEY
- MONGODB_URI
- OPENAI_API_KEY
- LINEAR_API_KEY
- GITHUB_TOKEN
- FRESHDESK_API_KEY
- CLICKUP_TOKEN
- MYSQL_HOST
- MYSQL_USER
- MYSQL_PASSWORD
- MYSQL_DATABASE
- SENTRY_AUTH_TOKEN
- BRAVE_API_KEY
- DEEPL_API_KEY
- GITLAB_TOKEN
- NETLIFY_AUTH_TOKEN
- SLACK_TOKEN
- TELEGRAM_BOT_TOKEN
- DISCORD_BOT_TOKEN
- PIPEDRIVE_TOKEN
- INTERCOM_TOKEN
- MONDAY_TOKEN
- HUBSPOT_TOKEN
- REPLICATE_API_TOKEN
- SALESFORCE_TOKEN
- SENDGRID_API_KEY
- FIRECRAWL_API_KEY
- EXA_API_KEY
- STRIPE_SECRET_KEY
- VERCEL_TOKEN
- HUGGINGFACE_API_KEY
- TWILIO_ACCOUNT_SID
- TWILIO_AUTH_TOKEN
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_REGION
- DATABASE_URL
- SQLITE_PATH
- OBSIDIAN_VAULT_PATH
- CLOUDFLARE_API_TOKEN
- NOTION_TOKEN
- ZENDESK_SUBDOMAIN
- ZENDESK_EMAIL
- ZENDESK_API_TOKEN
Security Notes
The repository primarily contains declarative Markdown files defining skills and their API interactions. It does not contain executable server-side code for direct execution within the repository itself. Credentials are consistently advised to be managed via environment variables (e.g., `export API_KEY=...`), which is a secure practice. Examples provided use standard `curl` commands and `python3 -m json.tool` for parsing, without invoking dangerous functions like `eval`. The security risk mainly stems from the configuration of the *external* MCP servers these skills interact with, or potential user misconfiguration of environment variables, rather than direct vulnerabilities within this repository's source code.
Similar Servers
claude-codex-settings
A comprehensive toolkit and configuration for developing Claude Code plugins, integrating various external services and APIs, and enhancing AI-assisted coding workflows.
skillz
Acts as an MCP server to expose Claude-style skills and their resources as callable tools for AI agents.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.