Skip to main content
Run any Skill in Manus
with one click
GitHub repository

genius-agent

genius-agent contains 3 collected skills from Knuckles-Team, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
3
Stars
6
updated
2026-07-09
Forks
2
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

genius-search-ingest
software-developers

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
software-developers

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
software-developers

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