Token导航 LogoToken导航TokenDH.com
开发执行命令github未标认证来源可访问许可证需确认审计通过

android-local-persistence-datastoreAndroid 本地持久化数据存储

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

245

周安装

10

GitHub Stars

5

下载量

79
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:android-local-persistence-datastore(Android 本地持久化数据存储)
来源仓库:https://github.com/krutikjain/android-agent-skills
仓库路径:skills/android-local-persistence-datastore
安装命令:
npx skills add https://github.com/krutikjain/android-agent-skills --skill android-local-persistence-datastore
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/krutikjain/android-agent-skills --skill android-local-persistence-datastore

简介

用于辅助 Android 本地持久化存储,替代 SharedPreferences 实现类型安全的偏好设置管理。

  • 适用于用户偏好、应用配置等轻量级数据存储场景,支持 schema-safe 模型和迁移处理。
  • 提供 DataStore 集成、默认值管理和与网络/存储 API 的协调方案。
  • 安装命令:npx skills add https://github.com/krutikjain/android-agent-skills --skill android-local-persistence-datastore
  • 注意权限范围和维护状态,避免触发不必要的联网或文件操作。

SKILL.md

Android Local Persistence DataStore

When To Use

  • Use this skill when the request is about: android datastore setup, replace sharedpreferences android, typed local preferences android.
  • Primary outcome: Persist lightweight user and app preferences with DataStore, schema-safe models, and migration-aware defaults.
  • Handoff skills when the scope expands:
  • android-room-database
  • android-modernization-upgrade

Workflow

  1. Confirm the data source, persistence boundary, sync model, and device capability involved.
  2. Model contracts explicitly before wiring network, storage, media, or background APIs.
  3. Apply the recommended AndroidX or platform pattern with migration-safe defaults.
  4. Validate offline, retry, and process death behavior against the sample apps and scenarios.
  5. Escalate security, performance, or release risk to the linked supporting skills when needed.

Guardrails

  • Prefer typed models and explicit serializers over ad-hoc maps or bundles.
  • Keep background work idempotent and cancellation-aware.
  • Do not leak storage, media, or networking details into presentation code.
  • Treat user data durability, privacy, and migration paths as part of the implementation.

Anti-Patterns

  • Blocking the main thread with disk or network calls.
  • Treating retryable sync failures as terminal user-facing errors.
  • Mixing cache models and wire models without a mapping layer.
  • Requesting broad storage or notification capabilities when a narrower API exists.

Examples

Happy path

  • Scenario: Store reminder and filter preferences for OrbitTasks safely.
  • Command: cd examples/orbittasks-compose &&./gradlew:app:testDebugUnitTest

Edge case

  • Scenario: Migrate old preference keys without breaking the XML fixture.
  • Command: cd examples/orbittasks-xml &&./gradlew:app:testDebugUnitTest

Failure recovery

  • Scenario: Avoid mixing lightweight preference storage requests with Room persistence work.
  • Command: python3 scripts/eval_triggers.py --skill android-local-persistence-datastore

Done Checklist

  • The implementation path is explicit, minimal, and tied to the right Android surface.
  • Relevant example commands and benchmark prompts have been exercised or updated.
  • Handoffs to adjacent skills are documented when the request crosses boundaries.
  • Official references cover the chosen pattern and the main migration or troubleshooting path.

Official References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.32%
按下载量换算28

Claude

31.66%
按下载量换算25

Cursor

16.19%
按下载量换算13

Gemini CLI

8.63%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/krutikjain/android-agent-skills --skill android-local-persistence-datastore 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills