dragon-ai-agent/Claude AI Responder

Responds to requests using Claude with configurable tools and environment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit May 31, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: dragon-ai-agent/run-claude-obo@d701194674ef15d582bd42660bb72091b9bf4620 # v1.0.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
anthropic-api-keyAnthropic API key for Claudeyes
github-tokenGitHub token with appropriate permissionsyes
promptThe prompt/request to send to Claudeyes
userGitHub username making the requestyes
item-typeType of GitHub item (issue or pull_request)yes
item-numberGitHub issue or PR numberyes
controllersFormatted list of authorized controllersyes
agent-nameName of the AI agent (for prompt context)nodragon-ai-agent
branch-prefixPrefix for branch names created by the agentnoai_agent
robot-versionVersion of ROBOT tool to installnov1.9.7
enable-robotWhether to install ROBOTnotrue
enable-obo-scriptsWhether to install obo-scriptsnotrue
enable-python-toolsWhether to install Python tools (aurelian, jinja2-cli, etc.)notrue
python-packagesAdditional Python packages to install (space-separated)noaurelian jinja2-cli "wrapt>=1.17.2"
claude-allowed-toolsAllowed tools for Claude (JSON array format)no["Bash(git:*)", "Bash(gh:*)", "FileSystem(*)"]
custom-prompt-templateCustom prompt template (if provided, overrides default)no""
namedescription
branch-nameName of the branch created (if any)
successWhether the action completed successfully