Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

genius-agent

genius-agent contient 3 skills collectées depuis Knuckles-Team, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
3
Stars
6
mis à jour
2026-07-09
Forks
2
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

genius-search-ingest
Développeurs de logiciels

Natively ingest Genius Agent web-search hits and crawled pages into the epistemic-graph knowledge graph — search results become :SearchQuery / :SearchResult / :SearchProvider / :WebPage typed nodes plus shared :Document text for semantic search. Use when the agent must persist what it searched or crawled into the KG so it becomes durable, queryable agent memory. Do NOT use just to view results (use genius-web-search) or to read a page body without saving it (use genius-web-crawl).

2026-07-09
genius-web-crawl
Développeurs de logiciels

Crawl web pages, whole sites, or sitemaps to clean markdown via Genius Agent — single page, chunked-by-heading, recursive link-following, or sitemap sequential/parallel. Use when the agent must read the full body of a page, harvest online documentation, or bulk-extract a site into markdown for analysis or KG ingestion. Do NOT use to get a ranked list of links for a query (use genius-web-search) or for a single quick JSON API fetch.

2026-07-09
genius-web-search
Développeurs de logiciels

Multi-provider web search via Genius Agent — get ranked titles, snippets, and URLs for a query from DuckDuckGo, Google, Bing, or Searxng. Use when the agent needs current, real-time information from the open web, references/links to authoritative pages, or a candidate set of URLs to then crawl. Do NOT use to read the full body of a page (use genius-web-crawl) or to persist results into the knowledge graph (use genius-search-ingest).

2026-07-09