在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
knowledge-ingest
// Ingest URLs, documents, and text into the memory system as structured knowledge
$ git log --oneline --stat
stars:584
forks:73
updated:2026年2月14日 04:43
SKILL.md
// Ingest URLs, documents, and text into the memory system as structured knowledge
Query and report on API usage costs across LLM, embedding, and tool providers
Search, view, update, and merge contacts in the local CRM
Compile a comprehensive daily briefing from calendar, contacts, goals, and recent activity
Digest and ingest emails into memory, surfacing important threads and action items
Detect and remove AI writing patterns to produce natural, human-sounding prose
Generate images from text descriptions using DALL-E or compatible providers
| name | knowledge-ingest |
| description | Ingest URLs, documents, and text into the memory system as structured knowledge |
| category | knowledge |
| requires | {"tools":["ingest_url","remember"]} |
| contexts | ["heartbeat","chat"] |
| bound_tools | ["ingest_url","ingest_text","remember"] |
Transform external content -- web pages, documents, raw text -- into structured semantic memories that persist in the knowledge graph.
ingest_url which handles fetching, HTML-to-text conversion, and chunking. For raw text, use ingest_text directly.recall with the URL or a key phrase from the content to see if it has already been ingested. Avoid storing the same source twice.remember, include metadata about the source: URL, author, date published, and why it was ingested (which goal or topic it serves).recall on a key concept from the content to confirm it is retrievable.