Skip to content

Repository files navigation

Scripting App Skills

A collection of skills for the Scripting app AI agent, covering visual customization, rich chat output, web and media tools, messaging, and developer workflows.

Available Skills

Click Import to open the skill directly in Scripting.

SkillDescriptionInstall
design-scripting-custom-gradient-backgroundAdd reusable custom gradient backgrounds to Scripting pages, with light and dark color schemes, configurable directions, persistence, and readability checks.Import
grounding-with-exa-searchGround answers with up-to-date web information via Exa Search, with multilingual results and verifiable source URLs.Import
isomorphic-gitRun Git version control entirely on iOS: init, commit, branch, diff, stash, push, pull, clone, tag, and more.Import
media-downloadDownload authorized public audio or video, verify the result, and return a finalized local media file with inline playback.Import
rich-chartsRender interactive SwiftUI Charts from structured data, including bar, line, pie, donut, area, and scatter charts.Import
rich-mapsRender interactive MapKit UIs for markers, navigation, traffic, nearby places, itineraries, route comparison, exploration, and trip planning.Import
ssh-managerManage SSH servers, execute remote commands, and transfer files with SFTP using password or key authentication.Import
telegram-botRead Bot updates and manage Telegram group or channel messages, including checks, sending, editing, and deleting.Import

For Skill Developers

A skill is defined by its SKILL.md. Depending on its purpose, it may also include executable scripts, UI renderers, metadata, schemas, or vendored dependencies.

skill-name/
├── SKILL.md # Required documentation and metadata
├── skill.json # Optional package metadata
├── schema.json # Optional input schema
├── scripts/ # Optional TypeScript/TSX sources
└── vendor/ # Optional third-party libraries

SKILL.md Front Matter

---
name: skill-namedescription: Brief description of what this skill doesmetadata:
display_name: "Display Name"intent_patterns: "keywords, for, matching"required_tools: "run_shell_command"
---

Executable skills can additionally declare runtime and entry fields.

License

MIT

About

Skills running in the Scripting app

Resources

Stars

12 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages