clause-logic/exoclaw agent

Run the exoclaw AI agent in response to GitHub events

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
modelLLM model to use. Defaults to github/gpt-4.1-mini which uses your GITHUB_TOKEN — no extra secrets needed. To use Anthropic or OpenAI, set e.g. claude-sonnet-4-6 or gpt-4o and provide the relevant API key secret. nogithub/gpt-4.1-mini
triggerWord that must appear in comments to trigger the bot. Empty string = respond to all.no@exoclawbot
respond_to_issues_openedRespond when an issue is openednotrue
respond_to_prs_openedRespond when a PR is openednofalse
python_versionPython version to useno3.11
toolsComma-separated list of tools to enable. Workspace tools (read/write/exec) are always on. GitHub: github_review, github_label, github_pr_diff, github_issue, github_reaction, github_file, github_checks, github_search. Web: web_fetch (fetch a URL as Markdown), web_search (needs a web-search capable model/provider). Default: none enabled. no""
token_budgetPer-turn token budget. The agent gets progressive warnings and a graceful cutoff as it approaches this ceiling, keeping a single run's cost bounded. no1500000
package_versionexoclaw-github version to install (default latest)no""

no outputs