Description
Nomad Pipeline Audio to Draft helps editors turn audio notes into post drafts.
Draft generation requires at least one configured WordPress AI connector. If no connector is available, the plugin can stay active but generation requests will return provider errors.
Free version includes:
- Audio selection from Media Library
- Supported file types: MP3, OGG, WAV, M4A, AAC, FLAC
- Draft generation from audio (AI pipeline)
- Language, tone, and target length defaults
- Proper noun hints
- Insert mode: append or replace
- Auto-apply generated title
- Editor flow updates the current post
- WordPress 7.1 lifecycle support with anti-abuse rate limiting for ability runs
- Ability invocation telemetry hook support (safe metadata only)
- Usage counters in editor sidebar (daily/monthly calls and token totals)
- Usage analytics section in plugin settings (daily/monthly calls and token totals)
- Clear total-token labels (
token,estimated tokens,unknown tokens)
How it works:
- Open a post in the block editor.
- Open the Nomad Pipeline Audio to Draft sidebar.
- Select an audio file from Media Library.
- Click “Generate draft from audio”.
The plugin generates content blocks and inserts them into the current post.
External services and data handling:
- To generate a draft, the plugin sends the selected audio payload and selected editorial options to the configured WordPress AI connector.
- Data processing, retention, and model behavior are managed by the active connector/provider, not by this plugin.
- This plugin does not add its own analytics tracker or advertising pixel.
- Site owners should review the privacy policy and terms of the selected AI connector/provider before production use.
Screenshots





Installation
- Upload the plugin folder to /wp-content/plugins/ or install from Plugins.
- Activate “Nomad Pipeline Audio to Draft”.
- Go to Settings > Nomad Pipeline Audio to Draft and save your defaults.
- Open any post in the block editor and use the Nomad Pipeline Audio to Draft sidebar.
FAQ
-
Does it create a new post?
-
In the editor flow, it updates the current post.
If the ability is invoked externally (outside the editor flow), the plugin creates a new post draft. -
Why do I see AI provider errors?
-
Check that WordPress AI connectors are correctly configured and available.
-
Is the plugin compatible with WordPress 7.1?
-
Yes. Version 0.1.6 confirms WordPress 7.1 compatibility for the free editor workflow.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Nomad Pipeline Audio to Draft” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Nomad Pipeline Audio to Draft” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.6
- Documentation refresh for the WordPress 7.1 release.
- Added explicit WordPress 7.1 compatibility FAQ entry.
- Aligned local README and FAQ docs with the current compatibility statement.
0.1.5
- Removed prompt/completion token columns from usage analytics.
- Removed question-mark token notes from editor and settings.
- Token totals now use plain labels:
token,estimated tokens, orunknown tokens.
0.1.4
- Removed connector-level usage table from settings to avoid displaying uncertain connector attribution.
- Replaced passive token marker with clickable info icon (?) showing token calculation details.
- Prompt/completion tokens now display as not available when provider split metrics are unavailable.
0.1.3
- Free: added current-month usage breakdown by connector in plugin settings.
- Free: added tooltip marker (
?) on token totals when source isestimatedorunknown. - Added connector metadata in stored usage for completed runs.
- Added per-window token source classification (
todayandcurrent month). - Added filter to tune fallback token estimate:
npatd_estimated_tokens_per_model_call.
0.1.2
- Free: added usage counters in the editor sidebar (today/month calls and tokens).
- Free: added usage analytics section in plugin settings with today/month totals.
- Added usage stats REST endpoint:
/wp-json/nomad-pipeline-audio-to-draft/v1/usage-stats. - Added token source labeling (
actual,estimated,unknown) based on connector usage availability. - Hardened audio input/path validation to prevent
file_exists()warnings from malformed attachment path values.
0.1.1
- WordPress 7.1 compatibility update (
Tested up to: 7.1). - Free: added anti-abuse protection using
wp_pre_execute_abilitybefore ability execution. - Free: added invocation telemetry using
wp_ability_invokedfor run accounting and monitoring. - Privacy-by-default telemetry: only safe metadata is recorded (no raw input payload logging).
- Added configurable rate-limit thresholds via filters:
npatd_rate_limit_max_requestsnpatd_rate_limit_window_seconds
- Added explicit HTTP
429response for burst traffic above the configured limit.
0.1.0
- Initial public Free release.
- Audio-to-draft pipeline with Gutenberg integration.
