con un clic
genius-agent
genius-agent contiene 3 skills recopiladas de Knuckles-Team, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
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).
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.
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).