Alice
Community@aliceisjustplaying · London
Alice publishes document-conversion and iOS simulator interaction skills covering PDF-to-Markdown extraction, EPUB parsing, and accessibility-driven UI control.
Agent Skills by Alice
Showing 3 vetted skills indexed across 2 GitHub repositories.
pdf-to-markdown
Convert PDF documents to structured Markdown with table and image extraction.
axe
Automate iOS simulators by describing, tapping, typing, and swiping UI elements via accessibility APIs.
epub
Extract metadata, table of contents, and full text from EPUB files to Markdown.
Frequently Asked Questions About Alice
FAQPage SchemaWhat tasks can I accomplish with Alice's skills?▼
You can convert entire PDFs into structured Markdown using Docling, extract metadata, table of contents, and full text from EPUB files into Markdown, and automate iOS simulators by describing, tapping, typing, and swiping UI elements via accessibility APIs.
Who are these skills designed for?▼
Developers and technical users who need full-document text extraction from PDFs or EPUB ebooks, plus iOS engineers and testers who want to interact with simulator interfaces programmatically through accessibility-driven element descriptions rather than manual interaction.
When should I use the pdf-to-markdown skill instead of searching a PDF?▼
Use it when you need the entire PDF loaded into context rather than partial extraction. It is the preferred method over page-by-page or grep approaches when analyzing or discussing full PDF content, since partial extraction can miss important context.
What does the axe skill do on iOS?▼
The axe skill automates iOS simulators by letting you describe UI elements and then perform actions on them, including tapping, typing, and swiping. It operates through accessibility APIs, enabling programmatic control of simulator interfaces without manual interaction.
What output formats do these document skills produce?▼
Both document skills produce Markdown. The pdf-to-markdown skill converts entire PDF documents into clean, structured Markdown via Docling, while the epub skill extracts metadata, table of contents, and full text from EPUB files into Markdown.