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.
npx agentmods add skills/tensorcircuit/tensorcircuit-ng/meta-explorernpx skills add tensorcircuit/tensorcircuit-ng --skill meta-explorergit clone --depth 1 https://github.com/tensorcircuit/tensorcircuit-ngWrote 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.
[](https://agentmods.dev/skills/tensorcircuit/tensorcircuit-ng/meta-explorer)<a href="https://agentmods.dev/skills/tensorcircuit/tensorcircuit-ng/meta-explorer"><img src="https://agentmods.dev/badge/skills/tensorcircuit/tensorcircuit-ng/meta-explorer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00060 | $0.01221 |
| Opus 5 | $0.00030 | $0.00611 |
| Sonnet 5 | $0.00012 | $0.00244 |
| Haiku 4.5 | $0.00006 | $0.00122 |
Grade A, and why
meta-explorer 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
When acting as a Meta-Explorer, you are an autonomous researcher tasked with discovering the optimal quantum circuit or optimization strategy for a given objective. This objective can span multiple domains:
- VQE: Ground state energy minimization for physics models.
- QAOA: Combinatorial optimization on graphs.
- QML: Classification, regression, or generative modeling using Variational Quantum Classifiers (VQC).
- Non-VQA: Quantum state tomography, circuit compression and compilation, or error mitigation strategy discovery, etc.
1. Workspace Initialization
- Create Directories: Initialize the research folder:
examples/meta_exploration/<YYYYMMDD>_<short_objective>/. - Create Subfolders: Create
.snapshots/to store code for every single successful experiment. - Define
objective.py: Create a fixed script that contains:- The problem core (Hamiltonian, Dataset, or Target State).
- A
evaluate(circuit_fn, params)method that returns the core metric (e.g., energy, fidelity, loss, or accuracy).
- Initialize
ledger.json: Create a file to track metadata, results, and "Agent Thoughts" for every experiment.
2. Multi-Frontier Exploration Loop
You must maintain a Top-K Frontier (default K=3) of the most promising but diverse approaches.
Exploration Intensity: Push very hard to explore at least 30+ different experiments (counting variants in hyperparameters, topologies, and initializations) before declaring a winner. If you can still observe evident progress after these experiments, don't stop, continue to push and explore.
Creative Search:
- Beyond Depth & Optimizer: Do NOT limit your search to simply increasing layers or swapping optimizers. Rethink the problem's fundamental structure.
- Internal Brilliance: Be creative! Invent new gate patterns, explore non-native lattice connectivities, or use ancilla-assisted measurement schemes, try su(4) two qubit gates which are the most expressive.
- Literature Review: Use search tools to find promising ideas in recent quantum computing literature and port them to TensorCircuit.
- Reference Examples: Examine existing scripts in the repository for implementation patterns and best practices.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 4d ago First seen · 65 lines · 60 tokens per session scan A f9dfd17dee54
meta-explorer is a skill published in the GitHub repository tensorcircuit/tensorcircuit-ng (88 stars, last pushed 3d ago), licensed Apache-2.0. It adds 60 tokens to every session and 1,221 once invoked, about $0.0003 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.
Other skills, from other repositories
equity-deep-dive
A thorough single-equity deep dive — read the recent qualitative picture from the web, then ground it in fundamentals and health ratios, an intrinsic DCF with a sensitivity range, a comparable-company cross-check, and the analyst-consensus view.
dcf-valuation
Estimate a public equity's intrinsic value with a discounted-cash-flow model — pull fundamentals, set a discount rate via CAPM/WACC, project free cash flow, and discount it.
relative-valuation
Value an equity against its peers — peer-median trading multiples applied to the company's metrics for an implied range, cross-read against its own valuation ratios.
consensus-check
Summarize the sell-side view on an equity — analyst price targets, forward EPS/revenue estimates and ratings — and corroborate it against recent guidance and estimate revisions from the web.
ticker-snapshot
Quick structured overview of a single public equity — identity, sector, market cap, valuation ratios, current price, recent trend.
hf-release-notes
Generate Hugging Face Hub (huggingfacehub) release notes from cached PR JSON files. Use when asked to draft release notes from PR files.