Anima CLAUDE.md

Anima CLAUDE.md is an instructions file for coding agents from Fullive-AI/Anima. It costs 285 tokens per session, scanned A, original, Apache-2.0.

Project instructions for Anima, a home-automation system that connects intelligent software to hardware through MQTT, a backend, and a web dashboard.

In plain words
What is it for?
They help install and run Anima, start its broker, backend, or frontend separately, locate device skills, and run the test suite.
Why use it?
They give coding agents the commands, architecture, directories, and tests needed to work on the project without guessing how it is organised.

Instructions file

About the project

Anima is an open-source local-network runtime that gives household hardware an AI layer for sensing environments, remembering preferences, planning actions, and controlling devices through adapters. It is intended for intelligent devices such as lights, air conditioners, humidifiers, air purifiers, and speakers, with a dashboard, REST API, and CLI for control and extension. The catalogue entries are skills, rules, and instructions for working with Anima.

Fullive-AI/Anima · 1,049 stars · on GitHub

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.

agentmods
npx agentmods add instructions/fullive-ai/anima/claude-md
Clone the repo
git clone --depth 1 https://github.com/Fullive-AI/Anima

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 Anima CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/fullive-ai/anima/claude-md.svg)](https://agentmods.dev/instructions/fullive-ai/anima/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/fullive-ai/anima/claude-md"><img src="https://agentmods.dev/badge/instructions/fullive-ai/anima/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 285 This file is loaded in full into every session.
When invoked 285 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00285 $0.00285
Opus 5 $0.00143 $0.00143
Sonnet 5 $0.00057 $0.00057
Haiku 4.5 $0.00028 $0.00028

Measured 5d ago against content hash 23c15d358176, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Anima CLAUDE.md 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 5d 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.

CLAUDE.md · 27 lines

What it actually says

Anima — Make Every Hardware Intelligent

Quick Start

pnpm install cp .env.example .env # fill in ANIMA_LLM_API_KEY pnpm dev # starts MQTT broker + backend (port 8080) + frontend (port 3000) together

Or start individually:

pnpm dev:broker — MQTT broker (amqtt)

pnpm dev:backend — Python backend only (uv run python -m core.main)

pnpm dev:frontend — React dashboard only (port 3000)

Test

uv run pytest tests/ -v

Architecture

Thin Core (single asyncio process) + MQTT device layer. See docs/plans/2026-03-17-anima-design.md for full design.

Key Directories

  • core/ — Core process (brain, events, rules, memory, scheduler, api)
  • adapters/ — Device adapters (miot, virtual)
  • skills/ — AI Skill packages (system: humidifier, air_conditioner, light, air_purifier, speaker, coordinator; custom: user-created)
  • dashboard/ — React + Vite + Tailwind frontend (port 3000)
  • data/ — Runtime data (memory, config) — persisted via Docker volume
  • tests/ — Test suite (pytest + Playwright E2E)
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. 5d ago First seen · 27 lines · 285 tokens per session scan A 23c15d358176

Subscribe to this mod's changes

Anima CLAUDE.md is an instructions file published in the GitHub repository Fullive-AI/Anima (1,049 stars, last pushed 15d ago), licensed Apache-2.0. It adds 285 tokens to every session, about $0.0014 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.

Related

Other instructions, from other repositories

firmware CLAUDE.md

Claude Code instructions for OpenIPC/firmware, covering claude.md, what this is, before you start: is this the right repository?, build and common tasks.

OpenIPC/firmware · 4,948 tokens

Tutorial_AwesomeModernCPP AGENTS.md

AGENTS.md instructions for Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP, covering agents.md, 这是什么, 通用 essentials(所有 agent 必读) and 你来做什么?(按场景路由).

Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP · 778 tokens

brilliant_sdk AGENTS.md

Instructions for brilliantlabsAR/brilliant_sdk, covering brilliant sdk — agent guide, how an app works (the pattern behind everything), minimal reading paths, verify without hardware and testing.

brilliantlabsAR/brilliant_sdk · 1,817 tokens

NeoMind CLAUDE.md

Claude Code instructions for camthink-ai/NeoMind, covering neomind — edge ai platform for iot, development commands, ecosystem repositories, extension package contract (.nep) and device type template contract (json).

camthink-ai/NeoMind · 4,457 tokens

zmk-config AGENTS.md

AGENTS.md instructions for urob/zmk-config, covering customization guide, ground rules, how the multi-board layout works, adding a new board and where to change what.

urob/zmk-config · 1,867 tokens

ext-apps CLAUDE.md

Claude Code instructions for modelcontextprotocol/ext-apps, a project described as: Official repo for spec & SDK of MCP Apps protocol - standard for UIs embedded AI chatbots, served by MCP servers.

modelcontextprotocol/ext-apps · 3 tokens