بنقرة واحدة
web-learn
Permanently learn from a web page by extracting and storing knowledge triples
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Permanently learn from a web page by extracting and storing knowledge triples
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Quickly read and extract clean content from a web page (temporary, not stored)
Create, update, and track personal goals with priority levels
Recall past conversations and recent activity timeline from episodic memory
Get a structured thematic overview of all knowledge or a specific topic
Browse and explore the knowledge graph interactively
Search semantic memory for facts, relationships, and learned procedures
| name | web-learn |
| description | Permanently learn from a web page by extracting and storing knowledge triples |
Read a web page and permanently store its knowledge in semantic memory. Like "studying" — slower but creates lasting knowledge with triple extraction.
exec(open("skills/web-learn/scripts/learn_from_url.py").read())
result = learn_from_url("https://example.com/article")
print(result)