mirror of
https://github.com/android/skills.git
synced 2026-09-14 20:07:09 +08:00
Update README (#16)
This commit is contained in:
@@ -8,8 +8,31 @@ Android skills follow the [open-standard agent skills](https://agentskills.io/ho
|
||||
files (SKILL.md) that provide a technical specification of a task, and ground LLMs with information
|
||||
on specialized domains and workflows.
|
||||
|
||||
To use Android skills, check
|
||||
your agent's documentation.
|
||||
To learn more, read the official documentation:
|
||||
|
||||
- [Android skills](https://developer.android.com/tools/agents/android-skills)
|
||||
- [Android CLI](https://developer.android.com/tools/agents/android-cli)
|
||||
- [Android Studio](https://developer.android.com/studio/gemini/skills)
|
||||
|
||||
### Install Android skills
|
||||
|
||||
Use Android CLI to install Android skills to directories for all detected agents:
|
||||
|
||||
```
|
||||
android skills add [--all] [--agent=<agent-name>] [--skill=<skill-name>]
|
||||
```
|
||||
|
||||
If you don't have any existing agent directories and don't specify particular agents, the skills
|
||||
will be installed for Gemini and Antigravity at `~/.gemini/antigravity/skills`.
|
||||
|
||||
**Options:**
|
||||
|
||||
- `--all` - Add all Android skills. If omitted (and `--skill` isn't specified), only the
|
||||
`android-cli` skill will be installed.
|
||||
- `--agent` - A comma-separated list of agents to install the skill for. If omitted, the skill will
|
||||
be installed for all detected agents.
|
||||
- `--skill` - Specific skill that you want to install. If omitted (and `--all` isn't specified),
|
||||
only the `android-cli` skill will be installed.
|
||||
|
||||
## Disclaimer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user