deep-research
使用AI工作流研究任何主题
Também disponível em: 199-biotechnologies,21pounder,199-biotechnologies,sickn33
为复杂的编码任务查找全面信息需要大量时间和精力。此技能通过调用Dify工作流来自动化研究,该工作流可搜索文档、使用DeepSeek Reasoner分析主题,并生成包含代码示例的结构化实施指南。
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "deep-research". 研究如何在Next.js应用程序中实现Google OAuth2登录
Resultado esperado:
- TASK_SUMMARY: 在Next.js 14中使用App Router实现Google OAuth2身份验证
- DEPENDENCIES: npm install next-auth @auth/prisma-adapter
- FILES_TO_CREATE: app/api/auth/[...nextauth]/route.ts, lib/auth.ts
- FILES_TO_MODIFY: .env.local, app/layout.tsx
- ENVIRONMENT_CONFIG: GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, NEXTAUTH_SECRET
- VERIFICATION: curl http://localhost:3000/api/auth/signin
- GOTCHAS: 在Google Cloud Console中启用Google OAuth,配置重定向URI
- SOURCES: next-auth.js.org, developers.google.com/identity/protocols/oauth2
Auditoria de Segurança
Baixo RiscoThis skill is a legitimate research tool. Static findings are predominantly false positives: the scanner misinterpreted JavaScript template literals in console.error statements as shell backtick execution. The network calls are to Dify's official API (documented purpose), environment variable access is standard configuration, and the code behavior exactly matches the stated research functionality. No credential exfiltration, command injection, or obfuscation detected.
Problemas de Risco Médio (1)
Problemas de Baixo Risco (1)
Fatores de risco
⚡ Contém scripts (1)
🌐 Acesso à rede (1)
📁 Acesso ao sistema de arquivos (1)
🔑 Variáveis de ambiente (1)
Pontuação de qualidade
O Que Você Pode Construir
研究不熟悉的API
研究如何将新API、库或框架集成到项目中,并提供逐步代码示例。
技术评估
在实施决策前比较技术、评估架构模式和分析框架。
学术文献综述
查找和分析学术论文、研究方法和数据科学项目的最佳实践。
Tente Estes Prompts
研究如何在Node.js Express API中实现使用JWT令牌的用户身份验证
研究使用Socket.io和Node.js后端为React应用程序添加实时通知
研究为大规模应用程序构建微服务架构,包括服务网格、Kubernetes编排和分布式跟踪
研究在Python FastAPI应用程序中使用PostgreSQL进行错误处理、日志记录和测试的最佳实践
Melhores Práticas
- 运行研究查询前,在.env文件中设置DIFY_API_KEY
- 对于简单主题,从深度级别1-2开始,对于复杂实施,增加到3-5
- 在部署前审查生成的实施指南,并使用测试验证所有代码
Evitar
- 不要在不验证官方文档的情况下依赖研究输出
- 避免将此技能用于需要实时或重大变更信息的主题
- 在运行复杂研究查询前,不要跳过环境配置验证
Perguntas Frequentes
Dify可以免费使用吗?
我应该使用什么研究深度?
我可以将此与自托管Dify一起使用吗?
我的研究数据会发送到第三方吗?
研究返回错误。我应该检查什么?
这与常规网络搜索相比如何?
Detalhes do Desenvolvedor
Autor
21pounderLicença
MIT
Repositório
https://github.com/21pounder/terminalAgent/tree/main/deepresearch/.claude/skills/deep-researchReferência
main
Estrutura de arquivos