Skip to main content
Run any Skill in Manus
with one click
henrymao2004
GitHub creator profile

henrymao2004

Repository-level view of 7 collected skills across 1 GitHub repositories.

skills collected
7
repositories
1
updated
2026-07-07
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

autoresearch-redteam-discovery
computer-occupations-all-other

One iteration of the autoresearch red-team discovery loop (Stage 1). Orchestrator dispatches the active researcher agent (default 4 — redteam-hypothesizer, redteam-attack-designer, redteam-reflector, redteam-critic) on the (victim, scenario) cell named in RUN_HINT.md. Meant to be called repeatedly via /loop.

2026-07-07
autoresearch-redteam-monitor
computer-occupations-all-other

External monitor agent for the autoresearch red-team loop. Periodically checks 10 stop signals (VCG saturation, confirmation rate, reward hacking, over-budget, surprise drop, outer iter cap, inconclusive ratio, forbidden-path probing, stalled iteration, repeated falsification) and writes a STOP file when the main loop should halt. Designed to run in a sidecar Claude session via /loop.

2026-07-07
concept-eval
computer-occupations-all-other

Stage-2 held-out evaluation as one slash command. The orchestrator (researcher session) chains freeze_concepts → instantiate_concepts → run_heldout_eval → aggregate_heldout. Reports headline ASR (broken / |held-out|) and per-concept ranking on the cell named in RUN_HINT.md.

2026-07-07
scenario-build
software-developers

Interactively bootstrap a new scenario plugin from a free-text idea. Dispatches scenario-architect for contract authoring, then synthesize_instances.py for instance generation, then materializes plugins/scenarios/<name>/. End state — plugin loadable by registry, launchable via launch_run.sh.

2026-07-07
scenario-extend
software-developers

Wire user-described custom dimensions / custom kinds into the framework so a freshly built or imported scenario can actually run attack discovery. Invoked by /scenario-build and /scenario-import after the architect / importer has captured the user's requirements. Edits the shared runner_core.py (generic dispatch — both victims inherit), contract.py, contract_driven_scenario.py, and per-victim drive layers (claude_code in_container_runner.py / codex runner.py + scenario_mcp_stdio.py) as needed, rebuilds docker (base + ar_codex when codex is in scope), validates loadability.

2026-07-07
scenario-import
software-developers

Import an existing published benchmark (pip package, git repo, HuggingFace dataset, or local file collection) into the contract-driven scenario format. Dispatches the scenario-importer sub-agent for upstream inspection + interactive contract + convert.py drafting, runs the converter, materialises plugins/scenarios/<name>/. AgentDojo is the canonical example output of this flow.

2026-07-07
setup
network-and-computer-systems-administrators

Configure the LLM endpoints (victim / judge / generator) plus the optional researcher backbone in one guided, validated pass. Asks a few plain-language questions (or takes one key for everything), pings each endpoint, and writes .env at the repo root. Run this once before launching a run; launch_run.sh and every skill read .env afterwards.

2026-07-07
Showing 1 of 1 repositories
All repositories loaded