Skill_Seekers
Verified Safeby yusufkaraaslan
Overview
Automate the conversion of diverse documentation (websites, GitHub repos, PDFs, local codebases) into high-quality AI skills for various LLM coding agents like Claude Code, Gemini, and OpenAI.
Installation
python -m skill_seekers.mcp.server_fastmcpEnvironment Variables
- ANTHROPIC_API_KEY
- GOOGLE_API_KEY
- OPENAI_API_KEY
- GITHUB_TOKEN
- SKILL_SEEKERS_CACHE_DIR
- DEBUG
- GITLAB_TOKEN
- GITEA_TOKEN
- BITBUCKET_TOKEN
- GIT_TOKEN
Security Notes
The server leverages subprocess execution for CLI tools and interacts with external APIs (GitHub, Claude, Google, OpenAI). While robust token management (environment variables, secure config files with 600/700 permissions) and input validation are implemented, potential risks exist in command injection if inputs are not fully sanitized by upstream agents. Data sent to AI APIs for enhancement could contain sensitive information. Git token injection into URLs is a feature but must be handled with care.
Similar Servers
zapier-mcp
This repository provides plugins, skills, and commands for AI agents, specifically Claude, to enable sophisticated workflow automation and integration with 8,000+ apps via Zapier's Model Context Protocol (MCP) for engineering tasks like Jira management, git operations, and code reviews.
claude-code-factchecker
AI-powered fact-checking and research assistant for long-form content, verifying factual claims, citations, and generating comprehensive reports.
extract-llms-docs
Extracts, parses, and organizes documentation from websites (llms.txt, install.md) for AI agents, LLMs, and automation workflows, offering structured, agent-ready formats and generation tools.
claude-insane-guide
Orchestrates complex multi-dialog workflows using sequential chaining for adaptable linear processes. It is recommended for advanced Claude Code patterns, specifically for mastering the orchestration of intricate dialogues.