Back to Home
kratos06 icon

lofty-skills

Verified Safe

by 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

Run Command
No command provided

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-19

Tags

SkillsIntegrationsAI AgentsDevelopmentAPIs