STAR: Skill for Codex

.agents/skills/star-metd-summarize/SKILL.md

star-metd-summarize is a skill for Codex from wanghao9610/STAR. It costs 58 tokens per session (3,871 once invoked), scanned A, original, MIT.

A tool that turns completed research plans into method documents suitable for a scientific paper. It covers the study overview, data, framework, training, and evaluation.

In plain words
What is it for?
Use it to compile paper-ready descriptions of a research project's methods, including its dataset, model or framework, training process, and evaluation.
Why use it?
It removes the need to manually gather details from separate research plans and combine them into a consistent write-up.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents; installed under .agents/ (shared by several agents).

This is wanghao9610/STAR's own configuration. It tells Codex how to work on STAR itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything STAR configures →

Reuse

Borrowing it

Nothing to install: this file belongs to wanghao9610/STAR. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/wanghao9610/STAR/main/.agents/skills/star-metd-summarize/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/wanghao9610/STAR

Made for: 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 star-metd-summarize

README.md
[![agentmods](https://agentmods.dev/badge/skills/wanghao9610/star/star-metd-summarize/github.svg)](https://agentmods.dev/skills/wanghao9610/star/star-metd-summarize)
Your own site
<a href="https://agentmods.dev/skills/wanghao9610/star/star-metd-summarize"><img src="https://agentmods.dev/badge/skills/wanghao9610/star/star-metd-summarize/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 star-metd-summarize

Your own site · 80×15
<a href="https://agentmods.dev/skills/wanghao9610/star/star-metd-summarize"><img src="https://agentmods.dev/badge/skills/wanghao9610/star/star-metd-summarize.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,871 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.00058 $0.03871
Opus 5 $0.00029 $0.01936
Sonnet 5 $0.00012 $0.00774
Haiku 4.5 $0.00006 $0.00387

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

Security

Grade A, and why

star-metd-summarize 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/scan.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/star-metd-summarize/SKILL.md · 101 lines

How it starts

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

Research Method Summarizer

Invocation: star-metd-summarize [overview | dataset | framework | training | evaluation] [DESCRIPTION]. Resolve the output first; no output compiles all five in dependency order, with overview last. Natural language may authorize a draft or overwrite when it clearly names that operation and scope; otherwise preserve the readiness and overwrite gates.

Shared conventions. Resolve the invocation target and mode first. Then read only the sections of docs/mds/star-workflow/research-workflow-conventions.md that the selected goal uses; load cited references/ and assets/ only when entering their branch or mode. Read .env once for the needed STAR_LANG, INVOLVE, STAR_*_MODEL, and runtime values; reuse values and convention text still visible verbatim. Resolve language under conventions §7.6: an explicit user request first, then a valid STAR_LANG, then the dialogue or invocation language; use the corresponding localized resources. SKILL_zh.md is for human readers and is never loaded at runtime. Preserve an existing document's frontmatter language. Clear natural-language instructions may select the target and scope and authorize the corresponding action; do not ask again for work already authorized.

Resolve the output mode before running scripts/scan.sh --slim; treat its plan frontmatter, sub-plan indexes, placeholder counts, run-log frontmatter, and directory listings as the readiness check's complete raw input. If it fails, read those files directly and report the fallback.

Passing a tier model. Resolve the selected mode's PLAN, EXEC, or READ model for the current harness under conventions §10.8. Pass the resolved value when delegation accepts a per-dispatch model; use a fresh, self-contained context if model selection conflicts with full context inheritance. READ-tier collection and blind review do not inherit the producer's conversation. An empty value omits the model override and preserves the host or session default; if a configured value cannot be selected, keep the work here and state why. Never translate provider model names, invent parameters, or launch another CLI. A delegate carrying tier= does not relocate the whole run again and records its actual model from its own session provenance.

Read the full file on GitHub · 101 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. 4d ago Changed · -25 lines · -150 tokens per session e32086080caa
  2. 11d ago First seen · 126 lines · 208 tokens per session scan A b3d191fe577b

Subscribe to this mod's changes

star-metd-summarize is a skill published in the GitHub repository wanghao9610/STAR (52 stars, last pushed 3d ago), licensed MIT. It adds 58 tokens to every session and 3,871 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.

Related

Other skills, from other repositories

sciverse-paper-search

Use this skill for scientific literature search, evidence retrieval, paper metadata screening, and cited research synthesis with Sciverse. This LazyLLM-adapted version supports SciverseSearch search, metasearch, metacatalog, and getcontent only; it does not assume full Sciverse MCP resource or attachment APIs are…

LazyAGI/LazyMind · 68 tokens

paper-search

Primary skill for searching, retrieving, and reading academic papers from arXiv.

LazyAGI/LazyMind · 19 tokens

figure-composer

Compose one publication-grade multi-panel figure. Entry from a one-line claim + data files, OR from an existing figure via deriveoutlineprompt (you read the PNG). Runs a per-figure loop: outline (12-col grid, per-panel ask + labelbudget) → render each panel with paneltask (loading figure-style), one at a time or…

UnicomAI/wanwu · 169 tokens

paper-narrative

Judge and reshape the STORY a paper's figures tell. Input is the work itself — manuscript (or abstract) + figure deck — no hand-written brief. paperbriefprompt(abstract, captions) hands you the prompt to write the brief yourself (pitch/vision/per-figure-claims); then you play a handling editor over the full deck and…

UnicomAI/wanwu · 155 tokens

autoresearch

Orchestrates end-to-end autonomous AI research projects using a two-loop architecture. The inner loop runs rapid experiment iterations with clear optimization targets. The outer loop synthesizes results, identifies patterns, and steers research direction. Routes to domain-specific skills for execution, supports…

Orchestra-Research/AI-Research-SKILLs · 98 tokens

linear

Read Linear issues, transition state, and post comments. The entry point for ticket-driven agent workflows.

initializ/forge · 22 tokens