byunicomai· 56 skills
Claude Science's own session database schema and SDK surface for introspection via host.query(). Load this when you need to query your own conversation history, token usage, cost accounting, execution log, or artifact metadata beyond what host.frames()/host.artifacts() provide — e.g. "how many tokens has this session used", "what was my last tool call", "list every file I've written", "where are messages stored", "what tables can I query", "inspect frames.context_data", or any time you're about to PRAGMA-probe the Claude Science metadata DB to discover its schema.
$npx -y skills add unicomai/wanwu --skill self-awarenessInstalls into the current project.
Run `npx skills use "https://github.com/unicomai/wanwu" --skill "unicomai/wanwu/self-awareness"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/unicomai/wanwu" that are relevant to the current task. Run `npx skills add "https://github.com/unicomai/wanwu"` and select the relevant skills, then follow their instructions.