Binaries
Containerised tools agents can call from an Agentfile. Each binary ships as a tiny OCI image with the same security model as containers β scoped, sandboxed, observable.
Available binaries
- base64
ghcr.io/openotters/tools/base64:latestNo description set.
1 tagView - basename
ghcr.io/openotters/tools/basename:latestNo description set.
1 tagView - cat
ghcr.io/openotters/tools/cat:latestNo description set.
1 tagView - chmod
ghcr.io/openotters/tools/chmod:latestNo description set.
1 tagView - cp
ghcr.io/openotters/tools/cp:latestNo description set.
1 tagView - crane
ghcr.io/openotters/tools/crane:latestInspect, copy, list, mutate OCI images. The natural toolchain for any agent that reasons about openotters images themselves.
4 tagsView - curl
ghcr.io/openotters/tools/curl:latestcurl β the canonical HTTP client. Statically-linked builds from stunnel/static-curl, no system openssl/libcurl needed. Same flag surface as system curl(1).
4 tagsView - date
ghcr.io/openotters/tools/date:latestNo description set.
1 tagView - dirname
ghcr.io/openotters/tools/dirname:latestNo description set.
1 tagView - echo
ghcr.io/openotters/tools/echo:latestNo description set.
1 tagView - false
ghcr.io/openotters/tools/false:latestNo description set.
1 tagView - fd
ghcr.io/openotters/tools/fd:latestFast modern find replacement. Pass patterns/flags as args; defaults are agent-friendly (regex by default, ignores .git, fast).
4 tagsView - find
ghcr.io/openotters/tools/find:latestNo description set.
1 tagView - gh
ghcr.io/openotters/tools/gh:latestGitHub CLI. Read PRs/issues/repos, file new ones, fetch contents. Inherits the agent's GH_TOKEN if set.
4 tagsView - grep
ghcr.io/openotters/tools/grep:latestNo description set.
1 tagView - gzip
ghcr.io/openotters/tools/gzip:latestNo description set.
1 tagView - head
ghcr.io/openotters/tools/head:latestNo description set.
1 tagView - helm
ghcr.io/openotters/tools/helm:latestKubernetes package manager. Pass helm subcommands and flags as args; chart values are typically piped via --values - on stdin.
4 tagsView - hostname
ghcr.io/openotters/tools/hostname:latestNo description set.
1 tagView - id
ghcr.io/openotters/tools/id:latestNo description set.
1 tagView - jina
ghcr.io/openotters/tools/jina:latestNo description set.
1 tagView - jq
ghcr.io/openotters/tools/jq:latestProcess JSON with jq expressions. Pass the expression as args, the JSON as stdin.
4 tagsView - kubectl
ghcr.io/openotters/tools/kubectl:latestKubernetes CLI. Pass kubectl subcommands and flags as args; --kubeconfig is read from the agent's env. Reads YAML manifests from stdin when args contain '-f -'.
4 tagsView - ln
ghcr.io/openotters/tools/ln:latestNo description set.
1 tagView - ls
ghcr.io/openotters/tools/ls:latestNo description set.
1 tagView - mkdir
ghcr.io/openotters/tools/mkdir:latestNo description set.
1 tagView - mktemp
ghcr.io/openotters/tools/mktemp:latestNo description set.
1 tagView - more
ghcr.io/openotters/tools/more:latestNo description set.
1 tagView - mv
ghcr.io/openotters/tools/mv:latestNo description set.
1 tagView - pandoc
ghcr.io/openotters/tools/pandoc:latestUniversal document converter. Convert between markdown, html, docx, latex, pdf, etc. Source on stdin, format flags as args.
4 tagsView - ping
ghcr.io/openotters/tools/ping:latestNo description set.
1 tagView - printenv
ghcr.io/openotters/tools/printenv:latestNo description set.
1 tagView - pwd
ghcr.io/openotters/tools/pwd:latestNo description set.
1 tagView - readlink
ghcr.io/openotters/tools/readlink:latestNo description set.
1 tagView - realpath
ghcr.io/openotters/tools/realpath:latestNo description set.
1 tagView - rg
ghcr.io/openotters/tools/rg:latestripgrep β fast, multiline, regex-aware grep. Pass argv (pattern + flags); --json output is parser-friendly. Supply input on stdin via 'rg -' or as paths in args.
4 tagsView - rm
ghcr.io/openotters/tools/rm:latestNo description set.
1 tagView - rmdir
ghcr.io/openotters/tools/rmdir:latestNo description set.
1 tagView - seq
ghcr.io/openotters/tools/seq:latestNo description set.
1 tagView - sh
ghcr.io/openotters/tools/sh:latestNo description set.
1 tagView - shasum
ghcr.io/openotters/tools/shasum:latestNo description set.
1 tagView - sleep
ghcr.io/openotters/tools/sleep:latestNo description set.
1 tagView - sort
ghcr.io/openotters/tools/sort:latestNo description set.
1 tagView - tail
ghcr.io/openotters/tools/tail:latestNo description set.
1 tagView - tee
ghcr.io/openotters/tools/tee:latestNo description set.
1 tagView - time
ghcr.io/openotters/tools/time:latestNo description set.
1 tagView - touch
ghcr.io/openotters/tools/touch:latestNo description set.
1 tagView - tr
ghcr.io/openotters/tools/tr:latestNo description set.
1 tagView - true
ghcr.io/openotters/tools/true:latestNo description set.
1 tagView - uname
ghcr.io/openotters/tools/uname:latestNo description set.
1 tagView - uniq
ghcr.io/openotters/tools/uniq:latestNo description set.
1 tagView - wc
ghcr.io/openotters/tools/wc:latestNo description set.
1 tagView - wget
ghcr.io/openotters/tools/wget:latestNo description set.
1 tagView - which
ghcr.io/openotters/tools/which:latestNo description set.
1 tagView - xargs
ghcr.io/openotters/tools/xargs:latestNo description set.
1 tagView - yaegi
ghcr.io/openotters/tools/yaegi:latestEmbedded Go interpreter. Pass Go source via stdin (with args=['run','-']); supports stdlib only, no module fetches, no cgo.
4 tagsView - yes
ghcr.io/openotters/tools/yes:latestNo description set.
1 tagView - yq
ghcr.io/openotters/tools/yq:latestQuery/modify YAML, JSON, TOML, XML, CSV with one tool. Pass the expression as args, the document as stdin.
4 tagsView