Notre avis
Recherche un sujet en utilisant le CLI gopher-cli, lit des documents pertinents et enregistre un résumé structuré dans le coffre.
Points forts
- Workflow structuré en cinq étapes claires
- Recherche multi-sources (Hacker News, docs, coffre)
- Synthèse et sauvegarde automatique dans le coffre
Limites
- Nécessite que gopher-cli soit installé et configuré
- Limité aux sources configurées dans gopher-cli
- Dépend de l'accès aux outils Bash
Utilisez cette compétence lorsque vous devez rassembler des informations provenant de plusieurs sources et produire une note structurée à conserver.
Ne l'utilisez pas si le sujet est très étroit et qu'une recherche web rapide suffit, ou si gopher-cli n'est pas disponible.
Analyse de sécurité
SûrThe skill only uses gopher-cli for browsing and publishing local documents; no network exfiltration, shell injection, or destructive actions.
Aucun point d'attention détecté
Exemples
Research the topic: latest trends in AI regulationResearch the topic: best practices for project management in software developmentResearch the topic: history of the Python programming languagename: research description: Research a topic across gopher-cli sources, read relevant documents, and save a structured summary to the vault argument-hint: [topic]
Research the topic: $ARGUMENTS
Follow this workflow using the gopher-cli CLI via Bash tool calls. Output is auto-JSON when piped.
1. Discover sources
List available namespaces and browse each root to see what's available:
gopher-cli browse
gopher-cli browse feed.hackernews/
gopher-cli browse vault/
2. Search for relevant content
Search across every namespace with keywords from the topic. Cast a wide net — try synonyms and related terms:
gopher-cli search feed.hackernews/ "topic keywords"
gopher-cli search vault/ "topic keywords"
gopher-cli search docs/ "related term"
3. Read the most relevant documents
Fetch the top results. Extract key facts, quotes, and insights. Note which source each piece came from:
gopher-cli fetch feed.hackernews/entry/5
gopher-cli fetch vault/research/related-note.md
4. Synthesize findings
Produce a structured research note in markdown:
# Research: [topic]
Date: [today]
## Summary
[2-3 sentence overview]
## Key Findings
- [finding 1 — with source]
- [finding 2 — with source]
- ...
## Details
[longer analysis organized by theme]
## Sources
- [namespace/path] — [what it contained]
5. Save to vault
Publish the note to the vault:
gopher-cli publish vault/research/[slugified-topic].md --content "[markdown content]"
Confirm what you saved and where.
Ingénierie de Prompts
Data & IA
Bonnes pratiques et templates de prompt engineering pour maximiser les résultats IA.
Visualisation de Données
Data & IA
Génère des visualisations de données et graphiques adaptés à vos données.
Architecture RAG
Data & IA
Guide de configuration d'architectures RAG (Retrieval-Augmented Generation).