Back to Home
smith-horn icon

skillsmith

Verified Safe

by smith-horn

Overview

Skillsmith provides comprehensive tools for discovering, recommending, installing, and managing Claude Code skills, enhancing AI agent workflows.

Installation

Run Command
npx -y @skillsmith/mcp-server

Environment Variables

  • SUPABASE_URL
  • SUPABASE_ANON_KEY
  • SUPABASE_SERVICE_ROLE_KEY
  • GITHUB_TOKEN
  • GITHUB_APP_ID
  • GITHUB_APP_INSTALLATION_ID
  • GITHUB_APP_PRIVATE_KEY
  • CORS_ALLOWED_ORIGINS
  • UPSTASH_REDIS_REST_URL
  • UPSTASH_REDIS_REST_TOKEN
  • RATE_LIMIT_FAIL_CLOSED
  • SKILLSMITH_USE_MOCK_EMBEDDINGS
  • LINEAR_API_KEY
  • SKILLSMITH_LICENSE_KEY
  • WEBHOOK_PORT
  • WEBHOOK_HOST
  • GITHUB_WEBHOOK_SECRET

Security Notes

The project demonstrates a high degree of security consciousness, employing robust input sanitization, SQL-like pattern escaping, and utilizing RPC functions to prevent injection vulnerabilities. Critical operations like installing external skills are mitigated by integrating a dedicated `SecurityScanner` for content analysis. Secrets management is handled via `varlock` and environment variables. The architecture leverages Deno for Edge Functions, enhancing runtime isolation. While external code installation inherently carries risk, the explicit security measures and continuous auditing efforts make this server notably safer than many. Potential risks from the custom YAML parser are minimized by its simplicity, focusing only on key-value extraction.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks1
Last Update2026-01-17

Tags

skill discoveryrecommendationClaude CodeMCPAI developmentskill management