/ 디렉터리 / 플레이그라운드 / EdgeKnowledge_Skill
● 커뮤니티 1596941391qq ⚡ 바로 사용

EdgeKnowledge_Skill

제작: 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.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

edgeknowledge-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/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
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.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는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

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

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "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
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

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

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

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

context_servers에 추가. 저장 시 Zed가 핫 리로드.

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

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: EdgeKnowledge_Skill

How to research a niche topic across multiple forums

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

언제 쓸까: You need to understand what a community is saying about a specific topic.

사전 조건
  • EdgeKnowledge skill installed — chmod +x install.sh && ./install.sh
  • Claude Code CLI and Python 3.8+ — Install both before running the installer
흐름
  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.✓ 복사됨
    → 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.✓ 복사됨
    → Markdown report with categorized findings and source links

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

함정
  • Crawling too aggressively triggers rate limits — The built-in anti-detection handles this, but avoid targeting too many communities at once
함께 쓰기: filesystem

조합

다른 MCP와 조합해 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.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
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

비용 및 제한

운영 비용

API 쿼터
Depends on routing tier — local Playwright is free, Gemini API has its own quotas
호출당 토큰
1000–5000 tokens per research session
금액
Free for local browsing; Gemini API tier may have costs
Use the local Playwright tier for most tasks — only fall back to Gemini for CAPTCHA-heavy sites.

보안

권한, 시크릿, 파급범위

자격 증명 저장: Forum credentials stored locally for session reuse — keep in env vars, not in skill config
데이터 외부 송신: Connects to target forums via browser. Gemini tier routes through Google API.

문제 해결

자주 발생하는 오류와 해결

Browser fails to launch

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

확인: 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.

확인: Try accessing the forum URL in a regular browser

대안

EdgeKnowledge_Skill 다른 것과 비교

대안언제 쓰나단점/장점
fetch MCPYou just need to read a specific forum page without deep crawlingNo anti-detection, no deep crawling, but simpler and faster

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기