Daberu
Description
A simple command-line tool for conversing with Claude
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
daberu
[](https://crates.io/crates/daberu) [](https://github.com/sile/daberu/actions) 
A simple command-line tool for conversing with Claude.
"daberu" is a Japanese translation of "chatting".
$ daberu -h
Claude client tool that reads your message from stdin and writes the response to stdout
Usage: daberu [OPTIONS]
Options:
--version Print version
-h, --help Print help ('--help' for full help, '-h' for summary)
-x, --ext Enable extended subcommands
--config-file Path to configuration JSONC file [env: DABERU_CONFIG_FILE]
--anthropic-api-key Anthropic API key [env: ANTHROPIC_API_KEY]
-l, --log Path to log file for saving the last conversation [env: DABERU_LOG_PATH]
-c, --continue Continue conversation from the existing log file instead of truncating it
-a, --enable-agents-md Automatically load AGENTS.md or CLAUDE.md as a resource [env: DABERU_ENABLE_AGENTS_MD]
-m, --model Model name [env: DABERU_MODEL] [default: claude-sonnet-4-5]
-s, --system System message
-r, --resource File path to be used as a resource for the conversion
-e, --shell-command Shell command to be used as a resource for the conversion
Installation
$ cargo install daberu
$ export ANTHROPIC_API_KEY="YOUR API KEY"
Usage Examle
// Conversation without history.
$ echo hi | daberu
Hello! How can I assist you today?
// Conversation with history.
$ echo "Translate to Japanese: 'hi'" | daberu --log chat.log
こんにちは
$ echo "Next, translate to Spanish" | daberu --log chat.log
hola
$ jq . chat.log
[
{
"role":
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development