From tierzero
Fetch TierZero context (conversations, investigations, artifacts) by URL or ID
How this skill is triggered — by the user, by Claude, or both
Slash command
/tierzero:fetch-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch conversation, investigation, or artifact data from TierZero by URL or artifact UUID.
Fetch conversation, investigation, or artifact data from TierZero by URL or artifact UUID.
https://app.tierzero.ai/chat/c/<GlobalID>https://app.tierzero.ai/investigations/<GlobalID>bf904904-afdc-4cf2-94d8-76a4a8bb4f75Paths below are relative to this skill directory.
scripts/tierzero_fetch_context.sh '<url_or_artifact_id>' [true|false]
The second argument controls include_sources (default: false).
The following command prefixes are used by this skill:
scripts/tierzero_fetch_context.shnpx claudepluginhub tierzeroai/tierzero-claude-code --plugin tierzeroParses Claude Code JSONL conversation transcripts to extract signal from user/assistant messages, filter noise entries, link subagent files, detect session boundaries, and understand storage format.
Forces Claude to use context-mode tools (ctx_execute, ctx_execute_file) for large outputs, logs, test results, git diffs, API responses, and any command with potentially large output.
Gathers content from URLs (auto-detects Google/Slack/Notion/GitHub), web searches (Tavily/Exa), and local codebase into markdown artifacts for stable reasoning context.