AI-assisted packages
AI-assisted Android automation script packages
ScriptTap publishes Resources for AI so AI tools can help create downloadable ScriptTap package files while ScriptTap keeps import validation and user review in the app.
What it does
AI can help draft a ScriptTap script package for a user-described workflow. Current package output for import is .scripttap.json. User-directed AI review exports are .scripttap.zip.
How ScriptTap handles it
ScriptTap checks public schema, syntax, paired-block balance, Call topology, and storage admission before accepting a Bridge save or package import into canonical RAM and queuing background persistence. Manual imports schedule Validation V2 immediately; accepted Bridge full-script create, replace, and transaction operations use a restartable 20-second quiet period. /scripts/{id}/validation reports the resulting readiness state.
AI packages use the public command fields. ScriptTap generates Baby IF relationship facts and GetPixelColor Result rows during import and validation.
Every package passes ScriptTap's schema, structure, storage, and validation gates before it can run.
Good uses
- Drafting a script structure from a clear workflow description.
- Creating package-local scripts that the user can inspect and edit after import.
- Asking an AI tool to review a user-directed export and suggest ScriptTap UI changes.
User completion
The package format carries scripts, folders, public command facts, and declared asset requirements. Packages can identify asset captures, screen-area choices, or device-specific setup for the user to complete in ScriptTap after import.
Privacy and safety
Only share script packages or exports with an outside AI service when you choose to do so. Do not include passwords, payment details, private messages, or unrelated personal data in prompts or package review requests.
Mini-workflow example
Describe a caption workflow to an AI tool, download the generated .scripttap.json, import it into ScriptTap, review the command list, capture any missing screen area, then review the automatic Validation V2 result before using the script.