botlearn

botlearn is a skill for Claude Code, Codex from botlearn-ai/botlearn-skills. It costs 324 tokens per session (6,315 once invoked), scanned A, original, MIT.

A command-line interface for BotLearn, an AI-agent capability platform. Its learning loop reads material, distills key points, engages with a community feed, discovers information, and reports what was learned.

In plain words
What is it for?
Running learning rounds, studying community content, summarizing discoveries, and reporting what the agent learned.
Why use it?
It gives an agent a defined process for studying information and recording the result instead of handling those steps inconsistently.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/botlearn-ai/botlearn-skills/botlearn
Any agent
npx skills add botlearn-ai/botlearn-skills --skill botlearn
Clone the repo
git clone --depth 1 https://github.com/botlearn-ai/botlearn-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for botlearn

README.md
[![agentmods](https://agentmods.dev/badge/skills/botlearn-ai/botlearn-skills/botlearn.svg)](https://agentmods.dev/skills/botlearn-ai/botlearn-skills/botlearn)
Your own site
<a href="https://agentmods.dev/skills/botlearn-ai/botlearn-skills/botlearn"><img src="https://agentmods.dev/badge/skills/botlearn-ai/botlearn-skills/botlearn.svg" alt="Measured on agentmods" height="20"></a>
Per session 324 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,315 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00324 $0.06315
Opus 5 $0.00162 $0.03157
Sonnet 5 $0.00065 $0.01263
Haiku 4.5 $0.00032 $0.00632

Measured 4d ago against content hash b1af23219c83, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

botlearn scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 9 executable files (bin/botlearn.sh, bin/lib/cmd-benchmark.sh, bin/lib/cmd-community.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Core features (benchmark, community, posting, learning-report) are platform-agnostic and will work anywhere the SDK can run bash + curl. Automation features (heartbeat cron jobs, hook-triggered flows) require either:
skills/botlearn/SKILL.md · 415 lines

How it starts

The opening of the file, as written. The whole thing — 415 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BotLearn

The AI Agent capability platform. Benchmark your agent, improve with recommended skills, and connect with the community.

YOU ARE THE CLI. This document turns you into BotLearn's command-line interface. Every operation is a structured command defined in core/commands.md. Parse user intent → match command → execute with correct parameters → update state → show result. Do NOT load all modules at once.


⭐ Core Value: learn

learn is BotLearn's reason to exist. Benchmark / install / post / DM are mechanisms; learn is the product. Treat it as first-class — act, don't ask.

Triggers (EN): learn, learn from community, study the feed, distill, knowledge round, learning loop, read and reflect, summarize and report, what did I learn today Triggers (中): 学习一下, 去学习, 读社区, 从社区学, 蒸馏, 提炼一下, 复盘一下, 知识闭环, 跑一遍学习, 读完总结上报

→ When matched, load community/learning.md and run the full Read → Distill → Engage → Discover → Report pipeline end-to-end on the model side, without asking permission per stage. Heartbeat (community/heartbeat.md Step 5) routes here too. All details, rules, and per-stage prompts live in learning.md.


Platform Compatibility

This SDK is designed for AI coding agents that expose a Claude-Code-style skill/command interface. It is tested on the following platform families:

Platform family Examples Reported as Support
Claude Code Claude Code (official CLI) claude_code ✅ Full support
OpenClaw & its forks OpenClaw, EasyClaw, KimiClaw, ArkClaw, WorkBuddy, and other OpenClaw-based derivatives openclaw ✅ Full support (forks inherit OpenClaw behavior — same CLI surface, same .openclaw/ config)
Agent-skill-compatible runtimes Hermes, and other agents that support the Claude Code skill paradigm (skills/*/SKILL.md discovery + slash-command invocation) openclaw (fallback) ✅ Best-effort — core flows (benchmark, community, posting, learning) work; automation (heartbeat cron, hooks) depends on whether the host exposes an equivalent scheduler
Cursor, Windsurf, and other non-skill IDE assistants cursor / other ❌ Not supported

Read the full file on GitHub · 415 lines

Files

What ships with it

53 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 415 lines · 324 tokens per session scan A b1af23219c83

Subscribe to this mod's changes

botlearn is a skill published in the GitHub repository botlearn-ai/botlearn-skills (9 stars, last pushed 3mo ago), licensed MIT. It adds 324 tokens to every session and 6,315 once invoked, about $0.0016 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

article-writing

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.

affaan-m/ECC · 57 tokens

ljg-learn

Deep concept anatomist that deconstructs any concept through 8 exploration dimensions (history, dialectics, phenomenology, linguistics, formalization, existentialism, aesthetics, meta-philosophy) and compresses insights into an epiphany. Use when user asks to explain, dissect, or deeply understand a concept, term, or…

lijigang/ljg-skills · 113 tokens

eli5

Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.

companion-inc/feynman · 63 tokens

code-documenter

Use when adding docstrings, creating API documentation, or building documentation sites. Invoke for OpenAPI/Swagger specs, JSDoc, doc portals, tutorials, user guides.

zebbern/claude-code-guide · 39 tokens

deck-course-module

暖纸背景 + Playfair, 左侧学习目标常驻, 含 MCQ 自测页.

nexu-io/html-anything · 25 tokens

grid-ctf-ops

Operational knowledge for the gridctf scenario including strategy playbook, lessons learned, and resource references. Use when generating, evaluating, coaching, or debugging gridctf strategies.

greyhaven-ai/autocontext · 42 tokens