/ Diretório / Playground / EdgeKnowledge_Skill
● Comunidade 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 que usar

Principais recursos

Demo ao vivo

Como fica na prática

edgeknowledge-skill.replay ▶ pronto
0/0

Instalar

Escolha seu 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
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.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 o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a 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
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "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
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: EdgeKnowledge_Skill

How to research a niche topic across multiple forums

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

Quando usar: You need to understand what a community is saying about a specific topic.

Pré-requisitos
  • EdgeKnowledge skill installed — chmod +x install.sh && ./install.sh
  • Claude Code CLI and Python 3.8+ — Install both before running the installer
Fluxo
  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.

Armadilhas
  • Crawling too aggressively triggers rate limits — The built-in anti-detection handles this, but avoid targeting too many communities at once
Combine com: filesystem

Combinações

Combine com outros MCPs para 10× de alavancagem

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

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
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

Custo e limites

O que custa rodar

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

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: Forum credentials stored locally for session reuse — keep in env vars, not in skill config
Saída de dados: Connects to target forums via browser. Gemini tier routes through Google API.

Solução de problemas

Erros comuns e correções

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. outros

AlternativaQuando usarTroca
fetch MCPYou just need to read a specific forum page without deep crawlingNo anti-detection, no deep crawling, but simpler and faster

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills