Back to Home
BjornMelin icon

skillhub

Verified Safe

by BjornMelin

Overview

Skillhub acts as a local tool runner, reducing LLM context by executing heavy integrations (MCP & direct APIs) via scripts and condensing outputs.

Installation

Run Command
python skillhub.py mcp verify --server supabase

Environment Variables

  • EXA_API_KEY
  • FIRECRAWL_API_KEY
  • VERCEL_TOKEN
  • SUPABASE_ACCESS_TOKEN
  • SUPABASE_PROJECT_REF
  • CONTEXT7_API_KEY
  • NEXT_DEV_PORT

Security Notes

The project demonstrates strong security posture with explicit confirmation gates for mutating/high-impact operations (e.g., Firecrawl crawls, Exa research tasks), strict token budgeting to prevent context bloat and prompt injection from raw outputs, and careful environment variable handling. Subprocess calls explicitly use `shell=False`. No hardcoded secrets were found; all API keys are sourced from environment variables. The design actively mitigates risks inherent to LLM-bridged API calls by filtering and condensing outputs.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-14

Tags

Tool orchestrationLLM context managementMCP adapterWeb researchAPI integration