higgsfield-recall

higgsfield-recall is a skill for Claude Code from dsm5e/aso-tracker. It costs 121 tokens per session (1,500 once invoked), scanned A, original, MIT.

A memory check that looks up known problems before creating a Higgsfield video prompt. Higgsfield is a tool for generating videos from written instructions or images.

In plain words
What is it for?
Preparing or improving Higgsfield prompts for a scene, character, action, or visual style. It is also used when a previous generation failed or was rejected.
Why use it?
It helps avoid repeating failures such as drifting characters, static image-to-video results, camera conflicts, lip-sync problems, and blocked prompts. Known fixes are applied before generation.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is **Negative constraints:** The recall system complements `../shared/negative-constraints.md`..

Good fit Preparing or improving Higgsfield prompts for a scene, character, action, or visual style. It is also used when a previous generation failed or was rejected.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/dsm5e/aso-tracker
agentmods
npx agentmods add skills/dsm5e/aso-tracker/higgsfield-recall

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 higgsfield-recall

README.md
[![agentmods](https://agentmods.dev/badge/skills/dsm5e/aso-tracker/higgsfield-recall/github.svg)](https://agentmods.dev/skills/dsm5e/aso-tracker/higgsfield-recall)
Your own site
<a href="https://agentmods.dev/skills/dsm5e/aso-tracker/higgsfield-recall"><img src="https://agentmods.dev/badge/skills/dsm5e/aso-tracker/higgsfield-recall/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 higgsfield-recall

Your own site · 80×15
<a href="https://agentmods.dev/skills/dsm5e/aso-tracker/higgsfield-recall"><img src="https://agentmods.dev/badge/skills/dsm5e/aso-tracker/higgsfield-recall.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,500 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.00121 $0.01500
Opus 5 $0.00060 $0.00750
Sonnet 5 $0.00024 $0.00300
Haiku 4.5 $0.00012 $0.00150

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

Security

Grade A, and why

higgsfield-recall 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.

aso-video/docs/higgsfield-prompts/skills/higgsfield-recall/SKILL.md · 195 lines

How it starts

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

Higgsfield Recall — Pre-Generation Memory Check

Purpose

Before writing any Higgsfield prompt, query both memory databases to find relevant past failures. Apply known fixes silently — the user should never have to remember what broke before. The system remembers for them.

This skill runs automatically as part of any Higgsfield prompt generation. It does not interrupt the workflow unless it finds something relevant.

Bootstrap status: The databases ship with seed entries covering the most common failure patterns (character drift, VHS style ignored, I2V static output, camera conflicts, lip-sync desync, content filter blocks for real persons and IPs). These grow automatically as the user logs new failures.


When to Run

Run a recall check whenever:

  • Writing or improving a Higgsfield prompt (any type)
  • The user mentions a topic, character, action, or style that could match past failures
  • The prompt contains terms that historically triggered content filters
  • The model being selected has previously produced poor results for this type of shot

Do NOT announce running the recall check. Just run it, apply what's relevant, and proceed. Only surface findings when they directly change the prompt.


Recall Workflow

Step 1: Extract search terms from the prompt intent

Before querying, pull the key semantic terms from what the user wants:

Extract:
- Subject/character (person type, appearance)
- Action (what they're doing)
- Location/environment
- Style (visual style, model, camera)
- Topic (the general category: "car chase", "product shot", "horror scene")

Step 2: Query both databases

# Check for relevant filter blocks:
python3 higgsfield_memory.py query-filter "<key terms from prompt>" 5

# Check for relevant quality failures:
python3 higgsfield_memory.py query-quality "<key terms from prompt>" 5

Query strategy:

  • Use 3–6 of the most specific nouns from the prompt
  • Run separate queries for the subject, action, and style if needed
  • Prioritize entries with fix_confirmed: true — these are proven solutions

Read the full file on GitHub · 195 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 · 195 lines · 121 tokens per session scan A 60fdb4dcebf2

Subscribe to this mod's changes

higgsfield-recall is a skill published in the GitHub repository dsm5e/aso-tracker (137 stars, last pushed 24d ago), licensed MIT. It adds 121 tokens to every session and 1,500 once invoked, about $0.0006 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.