hosshan/eidosai
Generate wireframes and concept images from GitHub issue mentions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 19, 2026
- License
- None
Pinned Snippet
uses: hosshan/eidosai@9c8248b8505fd52ec21159d23e1539475e20f304 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | — |
| ai-provider | AI provider to use (gemini, openai) | no | gemini |
| ai-api-key | API key for the AI provider | yes | — |
| model-name | Model name to use (e.g., gemini-3-pro-image-preview) | no | gemini-3-pro-image-preview |
| gcs-project-id | Google Cloud Storage project ID | yes | — |
| gcs-bucket-name | Google Cloud Storage bucket name | yes | — |
| gcs-service-account-key | Google Cloud Storage service account key (JSON string) | yes | — |
| gcs-signed-url-expiry | Signed URL expiry in seconds (default: 31536000 = 1 year) | no | 31536000 |
| system-prompt-wf | Custom system prompt template for wireframe images. Supports placeholders: {{imageNumber}}, {{totalCount}}, {{aspect}}, {{fullContext}}, {{commonContext}} | no | — |
| system-prompt-concept | Custom system prompt template for concept images. Supports placeholders: {{imageNumber}}, {{totalCount}}, {{aspect}}, {{fullContext}}, {{commonContext}} | no | — |
| system-prompt-custom | Custom system prompt template for custom images. Supports placeholders: {{imageNumber}}, {{totalCount}}, {{aspect}}, {{fullContext}}, {{customInstruction}}, {{commonContext}} | no | — |
| system-prompt-wf-aspects | Comma-separated list of aspects for wireframe images (e.g., "layout,components,navigation,interactions") | no | — |
| system-prompt-concept-aspects | Comma-separated list of aspects for concept images (e.g., "design direction,visual style") | no | — |
| system-prompt-common-context | Common context for all image types (service overview, brand guidelines, design principles, etc.). Automatically included in all prompts. | no | — |
Outputs
no outputs