voicewriter/AI Book Editor
GitHub-native AI editorial system for transforming voice memos into polished books
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| anthropic-api-key | Anthropic API key (or other LLM provider key) | yes | — |
| github-token | GitHub token for API access (use App token for bot identity) | yes | — |
| mode | Operation mode | yes | — |
| issue-number | Issue number (for issue-based modes) | no | — |
| pr-number | PR number (for review-pr mode) | no | — |
| comment-body | Comment body (for respond-comment mode) | no | — |
| model | LLM model to use (default: claude-sonnet-4-5-20250929) | no | claude-sonnet-4-5-20250929 |
Outputs
| name | description |
|---|---|
| result | Result of the operation |
| create-pr | Whether to create a PR (respond-comment mode) |
| target-file | Target file for PR |
| pr-body | PR body content |
| response-comment | Response comment to post |
| scope | Content scope |
| has-suggestions | Whether learning found suggestions |
| summary | Learning summary |