Context7

개발자 도구

OpenClaw 기반 Neotask은 Context7를 통해 에이전트의 라이브러리 지식을 최신 상태로 유지합니다 — 패키지 ID를 해석하고 최신 문서를 가져와 에이전트가 오늘의 API로 코딩할 수 있게 합니다.

할 수 있는 것

The Context7 integration gives Neotask 2 documentation retrieval actions.

  • `resolve-library-id` — map a library name to its canonical Context7 identifier for use in documentation queries
  • `query-docs` — retrieve current, version-specific documentation for any library from Context7's documentation database
  • 모든 액션은 자율적으로 실행되거나 승인을 요청합니다 — 여러분이 결정합니다.

    이렇게 물어보세요

  • "Resolve the Context7 ID for the React Query library"
  • "Fetch the latest documentation for Next.js 15 App Router"
  • "Get the current API docs for Prisma's latest version"
  • "What does the latest Zod documentation say about async validation?"
  • 프로 팁

  • Add Context7 to every code-generating agent workflow: resolve the library ID and fetch docs before generating code to ensure accuracy against the current API
  • When helping engineers with library upgrades, use Context7 to compare documentation between the old and new version — your agent surfaces exactly what changed
  • Pair Context7 with your code review integration so documentation context is automatically surfaced during PR reviews that introduce new dependencies
  • In multi-agent coding teams, dedicate a research agent to Context7 lookups while implementation agents focus on writing code — no waiting for documentation
  • Works Well With