Этот контент пока недоступен на вашем языке и отображается на английском.
Research
PluginВходит в:Claude Code Marketplace
research tools for software development.
Резюме ИИ
This plugin bundles two skills that leverage external APIs for software development research. The 'perplexity-search' skill allows for web searches, deep research, and complex reasoning, while the 'context7' skill provides access to the latest library documentation to prevent hallucinations. Both skills require API keys to be configured as environment variables.
Practical Utility
- warning:Problem relevanceThe description 'research tools for software development.' is too generic and does not name a concrete user problem or pain point.
Scope
- warning:Description qualityThe 'Displayed Description' field is generic ('research tools for software development.') and does not accurately reflect the specific capabilities of the two included skills.
Documentation
- warning:Configuration & parameter referenceThe Context7 skill and Perplexity Search skill both require API keys (`CONTEXT7_API_KEY`, `PERPLEXITY_API_KEY`) which are mentioned in the docs but not explicitly listed as parameters or configuration options with precedence.
Security
- warning:Secret ManagementThe skills rely on API keys (`CONTEXT7_API_KEY`, `PERPLEXITY_API_KEY`) which are expected to be set as environment variables. The README and SKILL.md mention this, but there is no explicit mechanism for handling these secrets securely within the plugin's configuration (e.g., via `userConfig`).
- warning:Keychain-stored secretsAPI keys are expected as environment variables, not explicitly routed through `userConfig` with `sensitive: true`, which could lead to less secure storage if not managed carefully by the user.
Code Execution
- warning:ValidationThe Python scripts for Perplexity and Context7 handle parameters for API calls, but there is no explicit mention or evidence of a schema library being used for input validation and sanitization beyond basic argument parsing.
Compliance
- info:GDPRThe extension interacts with external APIs. While it doesn't explicitly handle personal data, the user's query is sent to the Perplexity API, which could potentially involve personal data depending on the query content. No specific sanitization for GDPR is evident beyond what the API provider might offer.
Установка
Сначала добавьте Marketplace
/plugin marketplace add dotneet/claude-code-marketplace/plugin install research@dotneet-marketplace