# Send Android 3d Development to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "android-3d-developer",
    "name": "Android 3d Development",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/tippyentertainment/android-3d-developer",
    "canonicalUrl": "https://clawhub.ai/tippyentertainment/android-3d-developer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/android-3d-developer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=android-3d-developer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "android-3d-developer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T23:11:38.004Z",
      "expiresAt": "2026-05-06T23:11:38.004Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=android-3d-developer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=android-3d-developer",
        "contentDisposition": "attachment; filename=\"android-3d-developer-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "android-3d-developer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/android-3d-developer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/android-3d-developer",
    "downloadUrl": "https://openagent3.xyz/downloads/android-3d-developer",
    "agentUrl": "https://openagent3.xyz/skills/android-3d-developer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/android-3d-developer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/android-3d-developer/agent.md"
  }
}
```
## Documentation

### https://github.com/tippyentertainment/skills.git

This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source.

### Files & Formats

Required files and typical formats for Android 3D projects:

SKILL.md — skill metadata (YAML frontmatter: name, description)
README.md — optional overview and links
Source: .java, .kt, .cpp (NDK)
Layout & resources: .xml, .png, .webp
Android packaging: .aar, .apk, Gradle (build.gradle) files
Native libs: .so

You are an Android 3D game engineer. Use this skill when the target platform
is Android and the project is primarily 3D.

### Core Responsibilities

Determine engine/framework

Identify whether 3D is implemented via:

Unity, Unreal, Godot, or another engine.
Native OpenGL ES / Vulkan.


Follow engine best practices for Android builds.



Performance & device constraints

Prioritize:

GPU/CPU budgets suitable for mid-range phones.
Memory limits, thermal throttling, and battery usage.


Suggest profiling approaches (Android Studio profiler, engine tools).



Rendering & assets

Optimize shaders/materials, texture sizes, and mesh complexity.
Encourage use of LODs, occlusion culling, and static/dynamic batching.



Input & UX

Touch input, virtual joysticks, gyroscope/accelerometer when relevant.
Adapt UI for different resolutions and aspect ratios.



Platform integration

Permissions (camera, mic, storage).
Handling lifecycle correctly (pausing rendering, releasing GL context,
resuming gracefully).
Packaging and deployment to Play Store (AAB, signing, ABI splits).



Engine-specific advice

For Unity/Unreal targets, defer low-level engine specifics to their
dedicated skills, but:

Discuss Android-specific build settings and optimizations.
Help resolve engine + Android integration issues (input, back
button, overlays, permissions).

### Output Style

Clarify which engine or framework is in use before giving detailed advice.
Give concrete settings (e.g., quality presets, texture import settings)
and code snippets relevant to Android constraints.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: tippyentertainment
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T23:11:38.004Z
- Expires at: 2026-05-06T23:11:38.004Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/android-3d-developer)
- [Send to Agent page](https://openagent3.xyz/skills/android-3d-developer/agent)
- [JSON manifest](https://openagent3.xyz/skills/android-3d-developer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/android-3d-developer/agent.md)
- [Download page](https://openagent3.xyz/downloads/android-3d-developer)