Downloadable starting points for n8n, GitHub Actions, and MCP. Review credentials and settings before use.
The updated Python SDK and new JavaScript SDK are available for review. Registry publication is pending, so pip install, npm install, and the installer script are not yet supported.
The initial workflow drafts are being validated against current n8n import and binary-data behavior. They are temporarily unavailable rather than offering templates that may import but fail at runtime. The n8n REST guide remains available.
Download each composite action into your repository under .github/actions/, review it, then reference it by its local path.
Capture deploy previews, PR screenshots, and site snapshots in CI.
- uses: ./.github/actions/screenshot
with:
url: https://example.com
api-key: ${{ secrets.AMT_API_KEY }}
Download action.yml →
Auto-resize and convert images during builds. Great for static sites.
- uses: ./.github/actions/resize-images
with:
pattern: 'assets/**/*.jpg'
width: 800
format: webp
api-key: ${{ secrets.AMT_API_KEY }}
Download action.yml →
For Claude Desktop, download the pre-built .mcpb package. Hermes users can download the Hermes MCP pack. The npm MCP package shown in earlier examples has not been published.
| Integration | Status | Use now |
|---|---|---|
| Python SDK | Registry publication pending | Review source docs |
| JavaScript SDK | Registry publication pending | Review source docs |
| CLI | Registry publication pending | Use REST or MCP |
| REST | Available | curl -H "Authorization: Bearer ***" ... |
Need a different integration?
See the API reference or ask Mira.