OpenTIL for Openclaw

A powerful CLI-based tool for capturing, structuring, and publishing technical insights to the OpenTIL platform using AI-driven automation.

biao29
v1.11.0
Feb 13, 2026
0
1.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install til

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install til using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is OpenTIL?

The til skill is an advanced knowledge management tool designed for developers to document their learning journey directly within their terminal. By leveraging Openclaw Skills, it transforms raw thoughts, conversation fragments, or debugging breakthroughs into well-structured Today I Learned entries. It handles everything from AI-assisted title generation and tagging to language detection and server-side Markdown rendering.

This skill bridges the gap between fleeting insights and permanent knowledge by integrating with the OpenTIL.ai platform. Whether you are working solo or with an AI agent, it ensures that valuable technical discoveries are never lost, providing a centralized hub for your professional growth and technical documentation.

OpenTIL Use Cases

  • Capturing quick technical notes or code snippets during active development.
  • Extracting multiple learning points from long AI-agent debugging sessions.
  • Maintaining a public technical blog or a private internal knowledge base.
  • Syncing offline learning drafts to the cloud once a network connection is established.
  • Categorizing and tagging professional insights for easy future retrieval.

How OpenTIL Works

  1. The skill receives input via an explicit /til command or by extracting insights from the current conversation context.
  2. It generates a structured entry including a descriptive title, tags, a concise summary, and the Markdown body.
  3. The skill checks for an active session token via environment variables or a local credentials file.
  4. Upon authentication, the entry is POSTed to the OpenTIL API and published or saved as a draft.
  5. If no token is found, the entry is securely cached in a local drafts directory to prevent data loss.

OpenTIL Setup

To get started with this skill in your Openclaw Skills environment, follow these steps:

  1. Obtain a Personal Access Token from the OpenTIL Dashboard with read, write, and delete scopes.
  2. Configure your environment variable:
export OPENTIL_TOKEN="til_your_personal_token"
  1. Alternatively, use the automated authentication flow:
/til auth

OpenTIL Data Schema & Taxonomy

The skill manages entries using a clear metadata taxonomy to ensure high-quality organization within the Openclaw Skills ecosystem.

Attribute Type Description
title String A descriptive 5-15 word title generated by AI
content Markdown The core technical insight or code example
tags Array 1-3 lowercase technical domain tags (e.g., go, css)
summary String A 1-2 sentence plain text takeaway
lang String ISO language code detected from content
visibility String Access level: public, unlisted, or private

OpenTIL Advanced Features

  • Multi-profile management to switch between personal, work, and community accounts.
  • AI-assisted refinement of existing entries using specific editing instructions.
  • Proactive auto-detection of learning moments during developer-agent interactions.
  • Batch processing for capturing multiple topics in a single execution flow.
  • Local-first fallback system ensuring content is never lost during network outages.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*