# Add App Actions Slices

> Add Google Assistant App Actions and Slices for Android (equivalent of iOS Siri Shortcuts). Use when the user says 'app actions android', 'google assistant integration', 'slices android'.

- **Type:** Skill
- **Install:** `agentstack add skill-khadinakbarlabs-expo-mobile-app-builder-add-app-actions-slices`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [khadinakbarlabs](https://agentstack.voostack.com/s/khadinakbarlabs)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [khadinakbarlabs](https://github.com/khadinakbarlabs)
- **Source:** https://github.com/khadinakbarlabs/expo-mobile-app-builder/tree/main/skills/add-app-actions-slices
- **Website:** https://khadinakbar.com

## Install

```sh
agentstack add skill-khadinakbarlabs-expo-mobile-app-builder-add-app-actions-slices
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Add App Actions + Slices (Android Assistant)

Google Assistant integration. Equivalent of Siri Shortcuts on iOS.

## Reality (2026)
Google's app integrations API is in flux. As of 2025, Google announced shift toward Gemini integration. Direct Assistant App Actions less common in new apps.

## When to invest

- High-value voice commands (fitness logging, smart home)
- Hands-busy users (cooking, driving)
- Existing voice ecosystem (Nest, Pixel Buds)

## Implementation paths

### Path 1: App Actions (legacy, Google Assistant)

Create `app/src/main/res/xml/actions.xml`:
```xml

  
    
  

```

Reference in manifest:
```xml

```

Test via Google's App Actions Test Tool.

### Path 2: Slices (deprecated by Google but still works)

Render rich content in Assistant suggestions. Mostly replaced by App Actions; new apps shouldn't bother.

### Path 3: Wait for Gemini Extensions API

Google announced Gemini Extensions for Android at I/O 2025 — will replace Assistant App Actions long-term. As of 2026, in developer preview.

## Recommendation
For 2026 indie apps: skip this. Lower ROI than building widgets (`add-android-widget-glance`) or app shortcuts (`add-android-quick-actions`). Revisit when Gemini Extensions API stabilizes.

## Pair with
- `add-android-quick-actions` for higher-ROI shortcut UX
- `add-gemini-nano` for actual AI capability

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [khadinakbarlabs](https://github.com/khadinakbarlabs)
- **Source:** [khadinakbarlabs/expo-mobile-app-builder](https://github.com/khadinakbarlabs/expo-mobile-app-builder)
- **License:** MIT
- **Homepage:** https://khadinakbar.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-khadinakbarlabs-expo-mobile-app-builder-add-app-actions-slices
- Seller: https://agentstack.voostack.com/s/khadinakbarlabs
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
