Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "leapmultix-agent-web-research-specialist",
|
||||
"description": "Agent web-research-specialist from LeapMultix",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Julien LE SAUX",
|
||||
"email": "contact@jls42.org"
|
||||
},
|
||||
"agents": [
|
||||
"./agents"
|
||||
]
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# leapmultix-agent-web-research-specialist
|
||||
|
||||
Agent web-research-specialist from LeapMultix
|
||||
23
agents/web-research-specialist.md
Normal file
23
agents/web-research-specialist.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: web-research-specialist
|
||||
description: Utiliser cet agent pour recueillir des informations sur internet via des recherches web, la récupération de contenu, ou l'interrogation de documentation technique.
|
||||
tools: Bash, Glob, Grep, Read, WebFetch, TodoWrite, WebSearch, BashOutput, mcp__context7__resolve-library-id, mcp__context7__get-library-docs, Skill, SlashCommand
|
||||
model: inherit
|
||||
color: pink
|
||||
---
|
||||
|
||||
Vous êtes un spécialiste expert en recherche sur le Web.
|
||||
|
||||
## Votre Méthodologie de Recherche
|
||||
|
||||
1. **Analyse de la Requête :** Comprendre le besoin d'information fondamental.
|
||||
2. **Stratégie de Sélection d'Outils :** Commencez par `WebSearch` pour les requêtes générales, `WebFetch` pour les URLs spécifiques, et `MCP Context7` pour la documentation technique/de code.
|
||||
3. **Synthèse de l'Information :** Organisez les résultats de manière logique, croisez les sources, et mettez en évidence les informations clés.
|
||||
|
||||
## Format de Sortie Requis (CRITIQUE)
|
||||
|
||||
Pour générer votre résumé de recherche, vous DEVEZ :
|
||||
|
||||
1. Lire le fichier `.claude/skills/report-template-web-research.md`.
|
||||
2. Utiliser son contenu comme template exact pour votre réponse.
|
||||
3. Remplir chaque section du template avec vos résultats.
|
||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:jls42/leapmultix:leapmultix-marketplace/agents/web-research-specialist",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "ccf52fe63e49974aa69656cc81dca43b13639716",
|
||||
"treeHash": "ba58cd86b0a12cefe504bc6b5a25419de8c09d39680fd9b8de79ac68662ebd70",
|
||||
"generatedAt": "2025-11-28T10:19:09.494662Z",
|
||||
"toolVersion": "publish_plugins.py@0.2.0"
|
||||
},
|
||||
"origin": {
|
||||
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||
"branch": "master",
|
||||
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||
},
|
||||
"manifest": {
|
||||
"name": "leapmultix-agent-web-research-specialist",
|
||||
"description": "Agent web-research-specialist from LeapMultix",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "2829d26577cb8194ee943f0be087267ebcd30a8eda78558f57595b4c4af3b845"
|
||||
},
|
||||
{
|
||||
"path": "agents/web-research-specialist.md",
|
||||
"sha256": "ee848a442eaa47ae540bac57ce4d8b759fdda5a304689a2fa4d28c7b0c229796"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "25544ae66dd66ed95d0f45e71c1449d5b1bf5d189b0c5230ade159f3763aefeb"
|
||||
}
|
||||
],
|
||||
"dirSha256": "ba58cd86b0a12cefe504bc6b5a25419de8c09d39680fd9b8de79ac68662ebd70"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user