btw

Answer quick questions using only current conversation context.

Updated May 25, 2026
One-click install
npx skills add https://github.com/cmetech/otto-cli --skill btw-cmetech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: btw
Source: https://github.com/cmetech/otto-cli/tree/main/src/resources/skills/btw
Command: npx skills add https://github.com/cmetech/otto-cli --skill btw-cmetech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ask quick questions using only information from the current conversation context, without reading files, running commands, or using tools.

Core Features & Use Cases

  • Context-bound answers: responses rely solely on existing conversation data.
  • No tool usage: does not perform reads, command executions, or external lookups.
  • Fast, focused answers: returns concise responses and returns focus to the main task.

Quick Start

Parse the argument after '/btw' as the question and answer it directly from the session context.

Frequently Asked Questions about btw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get quick answers from conversation context without using external tools?

To get quick answers from conversation context without external tools, use a context-bound prompting approach that parses your question directly and relies solely on existing session data for a concise response.

What is a context-aware prompt for session context?

A context-aware prompt for session context is a mechanism that answers quick questions using only the information already present in the current conversation, enforcing no file interactions or command executions.

Can I ask quick questions from session context without reading files?

Yes, you can ask quick questions from session context without reading files by applying a no-tools prompting method that restricts the response to existing conversation data and returns a single concise answer.

How do I enforce no tool usage when asking a quick question in a conversation?

To enforce no tool usage when asking a quick question, parse the argument after a specific command prompt and ensure the system returns a focused answer directly from session context without external lookups.

When should I not use a context-bound answer approach?

You should not use a context-bound answer approach when your question requires reading files, running commands, or performing external lookups, as this method strictly relies on existing conversation data and enforces no tool usage.