/ Directorio / Playground / EdgeKnowledge_Skill
● Comunidad 1596941391qq ⚡ Instantáneo

EdgeKnowledge_Skill

por 1596941391qq · 1596941391qq/EdgeKnowledge_Skill

AI-powered knowledge mining from online forums — deep crawls with browser automation, visual analysis, and structured reports.

EdgeKnowledge_Skill is a Claude Code skill that intelligently crawls online forums and communities using browser automation with anti-detection measures. It features three-tier routing (local Playwright, agent-browser, Gemini API), V2 Hunter Mode with value signal detection and resource downloading, and generates structured Markdown reports analyzing trends, power users, and resources.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

edgeknowledge-skill.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "edgeknowledge-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/1596941391qq/EdgeKnowledge_Skill",
        "~/.claude/skills/EdgeKnowledge_Skill"
      ],
      "_inferred": true
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "edgeknowledge-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/1596941391qq/EdgeKnowledge_Skill",
        "~/.claude/skills/EdgeKnowledge_Skill"
      ],
      "_inferred": true
    }
  }
}

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "edgeknowledge-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/1596941391qq/EdgeKnowledge_Skill",
        "~/.claude/skills/EdgeKnowledge_Skill"
      ],
      "_inferred": true
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "edgeknowledge-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/1596941391qq/EdgeKnowledge_Skill",
        "~/.claude/skills/EdgeKnowledge_Skill"
      ],
      "_inferred": true
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "edgeknowledge-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/1596941391qq/EdgeKnowledge_Skill",
        "~/.claude/skills/EdgeKnowledge_Skill"
      ]
    }
  ]
}

Continue usa un array de objetos de servidor en lugar de un mapa.

~/.config/zed/settings.json
{
  "context_servers": {
    "edgeknowledge-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/1596941391qq/EdgeKnowledge_Skill",
          "~/.claude/skills/EdgeKnowledge_Skill"
        ]
      }
    }
  }
}

Añádelo a context_servers. Zed recarga en caliente al guardar.

claude mcp add edgeknowledge-skill -- git clone https://github.com/1596941391qq/EdgeKnowledge_Skill ~/.claude/skills/EdgeKnowledge_Skill

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: EdgeKnowledge_Skill

How to research a niche topic across multiple forums

👤 Researchers and analysts gathering competitive intelligence ⏱ ~30 min intermediate

Cuándo usarlo: You need to understand what a community is saying about a specific topic.

Requisitos previos
  • EdgeKnowledge skill installed — chmod +x install.sh && ./install.sh
  • Claude Code CLI and Python 3.8+ — Install both before running the installer
Flujo
  1. Define your research target
    Research what the indie hacker community on Reddit is saying about AI-powered SaaS tools. Focus on pricing strategies and customer acquisition.✓ Copiado
    → Skill identifies relevant subreddits and begins crawling
  2. Review the report
    Generate a structured report from the crawled data. Highlight the top strategies and most-mentioned tools.✓ Copiado
    → Markdown report with categorized findings and source links

Resultado: A structured research report with actionable insights from community discussions.

Errores comunes
  • Crawling too aggressively triggers rate limits — The built-in anti-detection handles this, but avoid targeting too many communities at once
Combinar con: filesystem

Combinaciones

Combínalo con otros MCPs para multiplicar por 10

edgeknowledge-skill + filesystem

Save research reports and downloaded resources to organized folders

Research the latest trends in the SEO community and save the report to ~/research/seo-trends.md.✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
Forum crawler target forums, search terms Crawl forums for content matching your research criteria 0 (local) or API costs for Gemini tier
Report generator crawled data Generate a structured analysis report from crawled data 0

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
Depends on routing tier — local Playwright is free, Gemini API has its own quotas
Tokens por llamada
1000–5000 tokens per research session
Monetario
Free for local browsing; Gemini API tier may have costs
Consejo
Use the local Playwright tier for most tasks — only fall back to Gemini for CAPTCHA-heavy sites.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: Forum credentials stored locally for session reuse — keep in env vars, not in skill config
Salida de datos: Connects to target forums via browser. Gemini tier routes through Google API.

Resolución de problemas

Errores comunes y soluciones

Browser fails to launch

Ensure Playwright browsers are installed: npx playwright install chromium. Check that Python 3.8+ is available.

Verificar: python3 --version && npx playwright --version
CAPTCHA blocking access

The skill includes CAPTCHA bypass, but some sites may still block. Try again later or use a different routing tier.

Empty results from crawl

The target forum may require login. Provide credentials or log in manually first.

Verificar: Try accessing the forum URL in a regular browser

Alternativas

EdgeKnowledge_Skill vs otros

AlternativaCuándo usarlaContrapartida
fetch MCPYou just need to read a specific forum page without deep crawlingNo anti-detection, no deep crawling, but simpler and faster

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills