Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/appleweiping/weiping_lab/weiping-lab)<a href="https://agentmods.dev/skills/appleweiping/weiping_lab/weiping-lab"><img src="https://agentmods.dev/badge/skills/appleweiping/weiping_lab/weiping-lab.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.1 | $0.00026 | $0.01076 |
| Opus 5 | $0.00013 | $0.00538 |
| Sonnet 5 | $0.00005 | $0.00215 |
| Haiku 4.5 | $0.00003 | $0.00108 |
Grade A, and why
weiping-lab 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 6d 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 — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Weiping Lab Project Skill
Use this skill for any non-trivial change to Weiping Lab. The goal is an honest research workbench: public-safe config, explicit evidence gates, reproducible workspace state, and no hidden dependency on retired collaboration systems.
1. Plan
- Read
AGENTS.md,README.md,CLAUDE.md,pyproject.toml,lab/core/config.py, andlab/runtime.py. - Run
git status --short --branchand do not disturb unrelated user changes. - Define one version-sized outcome. Avoid tiny isolated tweaks unless the user explicitly asks for one.
- Identify any relation to
WEIPING_WIKI,WEIPING_COUNCIL,AGENT_RESOURCE,AGENTIC_SCIENCE, ordeepseek-cli; use current files as evidence, not memory alone. Treat historicalvipin-*references as compatibility aliases only.
2. Design
- Keep runtime configuration env-driven. Never add tracked private keys, endpoints, account names, or secret-shaped placeholders.
- Keep active memory routed through agentmemory. Local fallback may be an outbox under the configured workspace only; do not restore retired Agent Hub mailboxes or old markdown session dumps.
- Preserve the research gate sequence: phenomenon, kill-first, refine, experiment plan, bridge, results, paper write, review, citation audit, claim audit.
- Preserve
docs/RESULT_CONTRACT.md: result files are untrusted, evidence labels are computed locally, and empirical claims require persisted links topaper_resultblock IDs. - Make every new check observable through CLI, API, tests, or release scan.
- Keep cross-project links low-coupling: route maps, optional context variables, validation commands, and artifact formats are acceptable; private
.envfiles, local DBs, caches, generated reports, and active services are not.
3. Develop
- Prefer scoped edits in
lab/,api/,cli/,ui/,tests/,scripts/, and docs. - Use
apply_patchfor manual edits. - If
lab/workspace/source files are touched, verify they are not gitignored. - Redact provider errors and persisted diagnostics before writing logs or outbox records.
- Use atomic replacement for durable JSON checkpoints. Never treat a partial result set, a producer-supplied label, or a partial model rubric as a passing gate.
- Bind READY state to the exact plan, paper, and result artifact hashes; any later mutation must downgrade the checkpoint and force deterministic evidence validation again.
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.
- 6d ago First seen · 82 lines · 26 tokens per session scan A 70447f393f8d
weiping-lab is a skill published in the GitHub repository appleweiping/WEIPING_LAB (120 stars, last pushed 8d ago), licensed MIT. It adds 26 tokens to every session and 1,076 once invoked, about $0.0001 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…