# Send learn-cog to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "learn-cog",
    "name": "learn-cog",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/nitishgargiitd/learn-cog",
    "canonicalUrl": "https://clawhub.ai/nitishgargiitd/learn-cog",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/learn-cog",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=learn-cog",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "learn-cog",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T05:42:56.485Z",
      "expiresAt": "2026-05-19T05:42:56.485Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=learn-cog",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=learn-cog",
        "contentDisposition": "attachment; filename=\"learn-cog-1.0.12.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "learn-cog"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/learn-cog"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/learn-cog",
    "downloadUrl": "https://openagent3.xyz/downloads/learn-cog",
    "agentUrl": "https://openagent3.xyz/skills/learn-cog/agent",
    "manifestUrl": "https://openagent3.xyz/skills/learn-cog/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/learn-cog/agent.md"
  }
}
```
## Documentation

### Learn Cog - The Tutor That Explains Five Different Ways

The best tutors explain the same concept five different ways. CellCog does too.

#1 on DeepResearch Bench (Feb 2026) for reasoning depth — deep enough to break concepts into first principles — combined with multi-modal output for every learning style: diagrams, analogies, worked examples, practice problems, interactive explanations, and full study guides. Any subject, any level.

### Prerequisites

This skill requires the cellcog skill for SDK setup and API calls.

clawhub install cellcog

Read the cellcog skill first for SDK setup. This skill shows you what's possible.

Quick pattern (v1.0+):

# Fire-and-forget - returns immediately
result = client.create_chat(
    prompt="[your learning request]",
    notify_session_key="agent:main:main",
    task_label="learning-task",
    chat_mode="agent"  # Agent mode for most learning
)
# Daemon notifies you when complete - do NOT poll

### Concept Explanations

Understand anything:

Break It Down: "Explain quantum entanglement like I'm 10 years old"
Multiple Angles: "Explain recursion using 3 different analogies"
Deep Dives: "Give me a comprehensive explanation of how neural networks learn"
Visual Learning: "Create a diagram explaining the water cycle"

Example prompt:

"Explain blockchain technology:
Level: Complete beginner, no tech background
Include:

Simple analogy to start
How transactions work
Why it's secure
Real-world examples
Common misconceptions

Use simple language, avoid jargon. Include a visual diagram."

### Homework & Problem Solving

Work through problems:

Math Problems: "Solve this calculus problem and explain each step"
Science Questions: "Help me understand this physics concept and solve these problems"
Essay Help: "Help me structure an essay on the causes of World War I"
Code Debugging: "Explain why my code isn't working and help me fix it"

Example prompt:

"Help me understand this math problem:
Problem: Find the derivative of f(x) = x³sin(x)
I know basic derivatives but I'm confused about the product rule.
Please:

Remind me of the product rule
Apply it step by step
Give me 2 similar problems to practice
Show me how to check my answer"

### Study Materials

Prepare for success:

Study Guides: "Create a study guide for AP Chemistry exam"
Flashcards: "Generate 50 flashcards for Spanish vocabulary"
Practice Tests: "Create a practice quiz on US History 1900-1950"
Summary Notes: "Summarize Chapter 5 of my biology textbook"
Cheat Sheets: "Create a one-page reference for Python syntax"

Example prompt:

"Create a comprehensive study guide for the AWS Solutions Architect exam:
Cover:

Key services and when to use them
Networking concepts
Security best practices
Cost optimization strategies

Format: Clear sections, bullet points, diagrams where helpful
Include: Practice questions after each section"

### Coding & Tech Learning

Level up your skills:

Language Learning: "Teach me Python from zero to building a web app"
Code Review: "Review my code and explain how to improve it"
Project Tutorials: "Walk me through building a REST API step by step"
Concept Deep Dives: "Explain how Docker containers actually work"

Example prompt:

"Teach me React hooks:
My level: I know basic JavaScript and HTML/CSS, never used React
Structure:

What problem do hooks solve?
useState with simple examples
useEffect with practical use cases
When to use which hook
A mini-project putting it together

Include code examples I can run."

### Language Learning

Master new languages:

Grammar Explanations: "Explain Japanese particles with examples"
Conversation Practice: "Practice ordering food in French"
Writing Feedback: "Check my Spanish essay and explain my mistakes"
Vocabulary Building: "Teach me 20 essential business Chinese phrases"

### Learning Styles

Tell CellCog how you learn best:

StyleAsk ForVisualDiagrams, charts, infographicsExamplesMultiple worked examples, real-world applicationsAnalogiesComparisons to familiar conceptsStep-by-StepDetailed breakdowns, numbered proceduresBig PictureOverview first, then detailsHands-OnPractice problems, projects

### Subjects

CellCog can help with virtually any subject:

STEM:

Mathematics (all levels through advanced calculus and beyond)
Physics, Chemistry, Biology
Computer Science and Programming
Statistics and Data Science
Engineering concepts

Humanities:

History and Social Studies
Literature and Writing
Philosophy
Languages
Psychology

Professional:

Business and Finance
Marketing
Project Management
Design
Legal concepts

Tech Skills:

Programming languages
Cloud platforms (AWS, GCP, Azure)
DevOps and infrastructure
Data engineering
AI/ML concepts

### Chat Mode for Learning

ScenarioRecommended ModeHomework help, concept explanations, practice problems"agent"Comprehensive study guides, full curriculum design, deep research"agent team"

Use "agent" for most learning. Quick explanations, homework help, and study materials execute well in agent mode.

Use "agent team" for comprehensive learning - full course outlines, research papers, or when you need multi-source synthesis.

### Example Prompts

Concept explanation:

"Explain the concept of recursion in programming:
My level: Beginner programmer, comfortable with loops
I need:

Clear definition
Visual representation
3 progressively harder examples (factorial, fibonacci, tree traversal)
Common mistakes to avoid
When to use recursion vs iteration

Language: Python"

Exam prep:

"Create a study plan for the GRE:
Timeline: 2 months
Goal: 320+ score
Weak areas: Vocabulary and geometry
Include:

Weekly schedule
Resources to use
Practice test strategy
Day-before checklist

Make it realistic for someone working full-time."

Language practice:

"Help me practice Japanese:
Level: JLPT N4
Focus: Conversational situations
Create a dialogue practice:

Scenario: Asking for directions in Tokyo
Include vocabulary list
Grammar points used
Cultural notes
Variations to practice

Use romaji and kanji with hiragana readings."

### Tips for Better Learning

State your level: "Complete beginner" vs "I understand the basics" changes everything.


Ask why: Don't just ask for answers. Ask for explanations of the reasoning.


Request practice: Learning happens through doing. Ask for practice problems.


Admit confusion: "I don't understand the part where..." helps CellCog target explanations.


Build on previous: Reference what you already understand to get appropriate explanations.


Active recall: Ask CellCog to quiz you, not just explain. Testing improves retention.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: nitishgargiitd
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-12T05:42:56.485Z
- Expires at: 2026-05-19T05:42:56.485Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/learn-cog)
- [Send to Agent page](https://openagent3.xyz/skills/learn-cog/agent)
- [JSON manifest](https://openagent3.xyz/skills/learn-cog/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/learn-cog/agent.md)
- [Download page](https://openagent3.xyz/downloads/learn-cog)