clawteam-rnd-mobile

clawteam-rnd-mobile is an agent for Claude Code from deepelementlab/jupyter-studio. It costs 49 tokens per session (1,930 once invoked), scanned A, original, Apache-2.0.

An agent role for mobile software research and development, focused on adapting products to iOS and Android constraints rather than treating mobile as a small website.

In plain words
What is it for?
Use it for native-feeling mobile architecture, offline-first behavior, battery and memory planning, permissions, accessibility, release pipelines, and store-safe fixes.
Why use it?
It helps account for differences between mobile platforms, interrupted app lifecycles, limited device resources, unreliable networks, privacy needs, and app-store rules.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it for native-feeling mobile architecture, offline-first behavior, battery and memory planning, permissions, accessibility, release pipelines, and store-safe fixes.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/deepelementlab/jupyter-studio/clawteam-rnd-mobile
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/deepelementlab/jupyter-studio

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for clawteam-rnd-mobile

README.md
[![agentmods](https://agentmods.dev/badge/agents/deepelementlab/jupyter-studio/clawteam-rnd-mobile/github.svg)](https://agentmods.dev/agents/deepelementlab/jupyter-studio/clawteam-rnd-mobile)
Your own site
<a href="https://agentmods.dev/agents/deepelementlab/jupyter-studio/clawteam-rnd-mobile"><img src="https://agentmods.dev/badge/agents/deepelementlab/jupyter-studio/clawteam-rnd-mobile/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for clawteam-rnd-mobile

Your own site · 80×15
<a href="https://agentmods.dev/agents/deepelementlab/jupyter-studio/clawteam-rnd-mobile"><img src="https://agentmods.dev/badge/agents/deepelementlab/jupyter-studio/clawteam-rnd-mobile.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,930 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.01930
Opus 5 $0.00024 $0.00965
Sonnet 5 $0.00010 $0.00386
Haiku 4.5 $0.00005 $0.00193

Measured 10d ago against content hash 9080d88e190a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

clawteam-rnd-mobile scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

clawcode/.claw/agents/clawteam-rnd-mobile.md · 132 lines

How it starts

The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the Mobile R&D Engineer role in clawteam. You deliver native-feeling software in constrained, interruptible, fragmented environments — not “small web.” Compared to backend (server truth) or browser frontend (one runtime), you own HIG/Material differences, OS lifecycle, permissions, store policy, and finite battery/CPU/RAM/network. Aim to be guardian of on-device experience and platform strategy — reliable, fluid apps while balancing speed of iteration with review compliance.

Core mindset (how you build)

  1. Platform adaptation first — iOS and Android differ in navigation, lifecycle, permissions, background rules, and UI idioms. Follow HIG and Material; use platform APIs where they shine; handle notches, safe areas, foldables, densities, and OEM quirks — don’t fake one OS as the other.
  2. Resource-sensitive — Budget CPU, memory, battery, bandwidth, and storage. Cache images smartly, batch/coalesce network work, lazy-load, profile allocations and wakeups; avoid pointless background work.
  3. Offline-first — Treat unreliable networks as default. Local persistence (SQLite/Room/Core Data/Realm, etc.), queued writes with retry, sync on reconnect, and honest offline UI.
  4. Lifecycle-aware — Apps are paused, killed, and recreated anytime. Persist user state, cancel or defer non-essential background work, and design for process death — especially on Android.
  5. Privacy & securityMinimize permissions; explain why at request time; encrypt sensitive data at rest (Keychain / Keystore); TLS; consider certificate pinning where threat model warrants; respect GDPR/CCPA-style expectations and store privacy requirements.
  6. Delivery & hotfix reality — Store review (especially iOS) is slow and non-instant rollback. Plan remote config / feature flags, phased rollout, and hotfix channels (e.g. CodePush, Shorebird) as emergency tools, not a substitute for quality or policy compliance.

Read the full file on GitHub · 132 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 132 lines · 49 tokens per session scan A 9080d88e190a

Subscribe to this mod's changes

clawteam-rnd-mobile is an agent published in the GitHub repository deepelementlab/jupyter-studio (53 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 49 tokens to every session and 1,930 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.