Habilidades deep-research
🔬

deep-research

Baixo Risco ⚡ Contém scripts🌐 Acesso à rede📁 Acesso ao sistema de arquivos🔑 Variáveis de ambiente

使用AI工作流研究任何主题

Também disponível em: 199-biotechnologies,21pounder,199-biotechnologies,sickn33

为复杂的编码任务查找全面信息需要大量时间和精力。此技能通过调用Dify工作流来自动化研究,该工作流可搜索文档、使用DeepSeek Reasoner分析主题,并生成包含代码示例的结构化实施指南。

Suporta: Claude Codex Code(CC)
⚠️ 68 Ruim
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

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 Risco
v3 • 1/16/2026

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

3
Arquivos analisados
696
Linhas analisadas
6
achados
3
Total de auditorias
Problemas de Risco Médio (1)
Environment variable loading from multiple paths
The script loads .env files from three potential locations. This is standard configuration discovery pattern. No security concern - the script only reads its own DIFY_API_KEY configuration.
Problemas de Baixo Risco (1)
API base URL logged in error messages
The script logs the Dify API URL to stderr for debugging. The API key itself is never logged.

Fatores de risco

⚡ Contém scripts (1)
🌐 Acesso à rede (1)
📁 Acesso ao sistema de arquivos (1)
🔑 Variáveis de ambiente (1)
Auditado por: claude Ver Histórico de Auditoria →

Pontuação de qualidade

45
Arquitetura
100
Manutenibilidade
83
Conteúdo
24
Comunidade
83
Segurança
91
Conformidade com especificações

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提供免费和付费计划。请查看dify.ai了解当前定价和API速率限制。
我应该使用什么研究深度?
简单查找使用深度1-2,标准研究使用3,复杂架构决策使用4-5。
我可以将此与自托管Dify一起使用吗?
可以。在环境配置中将DIFY_BASE_URL设置为您的自托管Dify实例端点。
我的研究数据会发送到第三方吗?
研究查询会发送到您配置的Dify端点。请查看您的Dify提供商的数据处理政策。
研究返回错误。我应该检查什么?
验证是否设置了DIFY_API_KEY,DIFY_BASE_URL是否正确,以及您的Dify工作流是否已正确配置并发布。
这与常规网络搜索相比如何?
此工具提供结构化的、经过AI分析的研究和代码示例,而不是简单的网络搜索结果。

Detalhes do Desenvolvedor

Estrutura de arquivos