domain_homeAI

domain_homeAI is a skill for Claude Code, Codex from fdueblab/Micro-Agent. It costs 0 tokens per session (176 once invoked), scanned A, original, MIT.

Domain guidance for AI systems used in homes, including shared context such as time, household members, and device status.

In plain words
What is it for?
Use it to design voice or app-triggered home actions, identify intent before controlling devices, notify caregivers about unusual behaviour, and define consent and data-retention rules.
Why use it?
It helps developers plan safer handling of children’s and older people’s needs, sensitive recordings, and the boundary between local and cloud processing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design voice or app-triggered home actions, identify intent before controlling devices, notify caregivers about unusual behaviour, and define consent and data-retention rules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fdueblab/micro-agent/domain_homeai
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.

Any agent
npx skills add fdueblab/Micro-Agent --skill domain_homeai
Clone the repo
git clone --depth 1 https://github.com/fdueblab/Micro-Agent

Made for: Claude Code, Codex.

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 domain_homeAI

README.md
[![agentmods](https://agentmods.dev/badge/skills/fdueblab/micro-agent/domain_homeai/github.svg)](https://agentmods.dev/skills/fdueblab/micro-agent/domain_homeai)
Your own site
<a href="https://agentmods.dev/skills/fdueblab/micro-agent/domain_homeai"><img src="https://agentmods.dev/badge/skills/fdueblab/micro-agent/domain_homeai/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 domain_homeAI

Your own site · 80×15
<a href="https://agentmods.dev/skills/fdueblab/micro-agent/domain_homeai"><img src="https://agentmods.dev/badge/skills/fdueblab/micro-agent/domain_homeai.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 176 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00000 $0.00176
Opus 5 $0.00000 $0.00088
Sonnet 5 $0.00000 $0.00035
Haiku 4.5 $0.00000 $0.00018

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

Security

Grade A, and why

domain_homeAI 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 9d 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.

workspace/skills/domain_homeAI/SKILL.md · 21 lines

What it actually says

你正在处理一个家庭陪伴 AI场景。以下是本领域的背景知识,请在规划和验证时参考。

术语

  • 场景:由时间、成员与设备状态刻画的家庭上下文。
  • 技能:可被语音或 App 触发的原子家居或内容能力。

约束

  • 对儿童与老人相关建议需保守并支持人工确认。
  • 本地与云端推理边界需可配置,敏感数据优先本地处理。

编排建议

  • 先意图识别再设备控制。
  • 异常行为联动通知监护人。

合规说明

  • 家庭影像与语音属高敏感数据,需明示同意与留存策略。
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. 9d ago First seen · 21 lines · 0 tokens per session scan A fdaa546a6b4c

Subscribe to this mod's changes

domain_homeAI is a skill published in the GitHub repository fdueblab/Micro-Agent (99 stars, last pushed 28d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 176 tokens. 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.

Related

Other skills, from other repositories

frontend-feature

Build a new page, view, or data-driven feature in the Next.js frontend. Use when adding a route under the dashboard/marketing area, wiring UI to a backend endpoint, adding client state, or creating a localized page. Covers App Router, data fetching, Zustand stores, and i18n.

vstorm-co/full-stack-ai-agent-template · 64 tokens

alembic-migration

Create, review, and apply database schema changes with Alembic. Use whenever a SQLAlchemy model is added or changed, a column/index/constraint needs to change, or a data backfill is required — anything that alters the PostgreSQL schema.

vstorm-co/full-stack-ai-agent-template · 56 tokens

billing-stripe

Work with Stripe billing — subscriptions, plans/prices, the Customer Portal, credits, usage metering, invoices, and webhook events. Use when changing plans, handling a new Stripe webhook, debugging a payment/subscription flow, or touching credit balances and usage.

vstorm-co/full-stack-ai-agent-template · 56 tokens

generative-ui

Use when presenting information already in hand as a small, static structured panel in the conversation — status, results, comparisons, or a compact summary — rather than prose, a markdown table, a widget, or an app.

bearlike/Assistant · 48 tokens

st-widget-builder

Use when the user asks to render, build, visualise, mock up, or show a widget (chart, dashboard, card, table, graph) in the Mewbo Console. Teaches how to delegate the work to the st-widget-builder sub-agent instead of writing HTML or inline code yourself.

bearlike/Assistant · 65 tokens

Agent Management

Create, edit, upgrade, delete, and audit agents.

sseshachala/conductai · 14 tokens